summaryrefslogtreecommitdiff
path: root/src/bin/pg_dump/pg_dumpall.c
Commit message (Expand)AuthorAgeFilesLines
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-38/+38
* Remove the DELETEs from pg_shadow and pg_group that pg_dumpall used toTom Lane2005-10-101-41/+25
* dumpUserConfig failed (in a pretty harmless way, but failed nonetheless)Tom Lane2005-08-281-3/+3
* Add per-user and per-database connection limit options.Tom Lane2005-07-311-86/+264
* Awhile back we replaced all uses of strcasecmp and strncasecmp withTom Lane2005-07-251-3/+3
* Avoid use of E'', and thereby creating an unnecessary version-dependency,Tom Lane2005-07-181-3/+3
* Try connecting to both postgres and template1 databases to do the initialTom Lane2005-07-081-28/+46
* Add E'' syntax so eventually normal strings can treat backslashesBruce Momjian2005-06-261-2/+2
* Fix pg_dumpall to do the right thing with "postgres" database, perTom Lane2005-06-211-28/+32
* Cause initdb to create a third standard database "postgres", whichTom Lane2005-06-211-4/+4
* pg_dumpall should enforce the server version check for itself, ratherTom Lane2005-04-181-4/+31
* Use _() macro consistently rather than gettext(). Add translationBruce Momjian2005-02-221-2/+1
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Adjust help message for --no-owner, per Alvaro Herrera.Tom Lane2004-12-031-2/+2
* Fix HAVE_OPTRESET to be HAVE_INT_OPTRESET. Typos spotted by Lorne Sunley.Tom Lane2004-11-271-2/+2
* Allow pg_ctl to determine the server is up when getting a request for aBruce Momjian2004-10-161-2/+2
* Add full path in error report for version mismatch of binaries.Bruce Momjian2004-10-151-6/+12
* Fix pg_dumpall to use double-quote for Win32 arguments.Bruce Momjian2004-10-061-1/+20
* Pgindent run for 8.0.Bruce Momjian2004-08-291-39/+49
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Fix compiler warning in the proper way.Bruce Momjian2004-08-081-2/+3
* Supress warning about zero-length format string.Bruce Momjian2004-08-081-6/+6
* Allow libpgport to call memory allocation routines even thoughBruce Momjian2004-08-081-2/+20
* Label CVS tip as 8.0devel instead of 7.5devel. Adjust various commentsTom Lane2004-08-041-3/+3
* Here is another patch that fixes a stack of pg_dump bugs:Bruce Momjian2004-07-191-39/+64
* This patch adds the following options to pg_dumpall, to be passed toBruce Momjian2004-07-121-4/+59
* Fix pg_dump and pg_dumpall for new names of built-in tablespaces,Tom Lane2004-06-211-8/+8
* Tablespaces. Alternate database locations are dead, long live tablespaces.Tom Lane2004-06-181-22/+92
* Handle multiple double-quoted strings using Win32's system() call.Bruce Momjian2004-06-101-2/+4
* Use single quotes around pg_dump call from pg_dumpall.Bruce Momjian2004-06-091-2/+2
* Add time.h to pg_dumpall.Bruce Momjian2004-06-091-1/+2
* Add start/stop times for pg_dump/pg_dumpall when verbose output is used.Bruce Momjian2004-06-071-1/+21
* Slight code cleanup for printf's.Bruce Momjian2004-06-051-7/+3
* Add PGETC (for pg_service.conf) and PGLOCALE (for locale dir)Bruce Momjian2004-06-031-2/+2
* Make the locale location relocatable.Bruce Momjian2004-05-251-6/+2
* Add end-of-dump markers for pg_dump and pg_dumpall.Bruce Momjian2004-05-191-1/+6
* Adjust find_my_exec/find_other_exec() so that the return parameter isBruce Momjian2004-05-141-3/+3
* Rename find_my_binary/find_other_binary toBruce Momjian2004-05-121-3/+3
* As part of the work for making relocatable installs, I have re-factoredBruce Momjian2004-05-111-54/+25
* Fix incorrect dumping of database LOCATION from 7.0.* servers.Tom Lane2004-01-221-2/+10
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* pg_dump/pg_restore now always use SET SESSION AUTHORIZATION, not \connect,Tom Lane2003-09-231-3/+2
* Don't assume that struct option is available just because we can find aTom Lane2003-08-071-5/+3
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-7/+7
* There is no reason to cast valuntil to timestamp, and a very goodTom Lane2003-07-291-3/+3
* Apply message style guide to frontend programs.Peter Eisentraut2003-07-231-11/+11
* Use libpq's new logic to get the server version, instead of doing it ourselves.Tom Lane2003-06-221-13/+9
* Document the -h client flag can use a socket directory as well as a hostBruce Momjian2003-06-111-2/+2
* Cause pg_dumpall to support the -a, -s, -x options of pg_dump.Tom Lane2003-05-301-11/+40