summaryrefslogtreecommitdiff
path: root/src/bin/pg_dump
Commit message (Expand)AuthorAgeFilesLines
* Increase the maximum value of extra_float_digits to 3, and have pg_dumpTom Lane2009-09-111-2/+4
* Update of install-sh, mkinstalldirs, and associated configuryPeter Eisentraut2009-08-261-2/+2
* Remove unused variable.Alvaro Herrera2009-08-241-4/+1
* Modify parallel pg_restore to track pending and ready items by means ofTom Lane2009-08-072-51/+108
* Fix pg_dump to do the right thing when escaping the contents of large objects.Tom Lane2009-08-045-20/+75
* Suppress pointer-signedness warning.Tom Lane2009-08-041-2/+3
* Support hex-string input and output for type BYTEA.Tom Lane2009-08-041-41/+19
* Add ALTER TABLE ... ALTER COLUMN ... SET STATISTICS DISTINCTTom Lane2009-08-022-8/+48
* Support deferrable uniqueness constraints.Tom Lane2009-07-292-2/+33
* Teach pg_dump to dump comments attached to the columns of a composite type.Tom Lane2009-07-231-1/+115
* Make pg_dump/pg_restore --clean options drop large objects too.Tom Lane2009-07-216-20/+30
* Properly restore pg_largeobject.relfozenxid in binary upgrade mode.Bruce Momjian2009-07-201-1/+48
* Tweak the core scanner so that it can be used by plpgsql too.Tom Lane2009-07-142-5/+6
* Fix up pg_dump's --binary-upgrade option so that it behaves properly withTom Lane2009-07-021-69/+112
* Translation updates for 8.4 release.Peter Eisentraut2009-06-2612-19255/+955
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-1113-381/+388
* Translation updatesPeter Eisentraut2009-06-103-1432/+1628
* Remove a couple of debugging messages that have been #ifdef'd out for ages.Tom Lane2009-06-042-16/+2
* Ignore RECHECK in CREATE OPERATOR CLASS, just throwing a NOTICE, instead ofTom Lane2009-05-271-5/+9
* Allow the second argument of pg_get_expr() to be just zero when deparsingTom Lane2009-05-261-2/+3
* Convert some messages to use ngettext().Peter Eisentraut2009-05-211-11/+31
* Translation updatesAlvaro Herrera2009-05-143-1715/+1995
* Adjust pg_dumpall so that it emits ENCODING, LC_COLLATE, and LC_CTYPE optionsTom Lane2009-05-101-11/+62
* pg_restore -jN does not equate "multiple jobs", so partly revert theAlvaro Herrera2009-04-141-2/+2
* Make new strings more alike previously existing messages.Alvaro Herrera2009-04-131-3/+3
* Fix logic to detect conflicts or blocks involving exclusive locks in parallel...Andrew Dunstan2009-04-121-13/+33
* Fix pg_dumpall so that when --clean is specified, it drops roles andTom Lane2009-04-111-28/+168
* Translation updates for 8.4 betaPeter Eisentraut2009-04-095-1275/+3766
* Quote string literals correctly in the new CREATE SERVER statementsHeikki Linnakangas2009-04-082-17/+27
* Rename the new CREATE DATABASE options to set collation and ctype intoHeikki Linnakangas2009-04-062-6/+6
* Remove a boatload of useless definitions of 'int optreset'. If weTom Lane2009-04-053-15/+3
* Improve pg_dump's query for retrieving BLOB comments to be more efficientTom Lane2009-04-011-2/+8
* Gettext plural supportPeter Eisentraut2009-03-263-13/+34
* Remove the -d and -D options of pg_dump and pg_dumpall. The functionalityTom Lane2009-03-222-42/+36
* Rename pg_restore -m to -j, and add documentation about what good numbersPeter Eisentraut2009-03-203-15/+15
* Add -w option to --help output. It was apparently forgotten when -w wasPeter Eisentraut2009-03-171-1/+2
* Fix identify_locking_dependencies to reflect the fact that fix_dependenciesTom Lane2009-03-131-4/+7
* Use thread-local storage for querybuffer in fmtId() on Windows, when needed (...Andrew Dunstan2009-03-114-14/+75
* Add comments about kwlookup.c expectationsAlvaro Herrera2009-03-081-2/+2
* Separate the key word list that lived in keywords.c into a new header fileAlvaro Herrera2009-03-072-14/+43
* Message tuningPeter Eisentraut2009-03-051-2/+2
* Provide some proper minimal documentation for the pg_dump(all) --binary-upgradePeter Eisentraut2009-03-042-2/+4
* Add a -w/--no-password option that prevents all password prompts to allPeter Eisentraut2009-02-267-35/+70
* Remove feof(stdin) calls related to when to prompt for a password,Peter Eisentraut2009-02-252-6/+4
* Sort the output of --help mostly alphabetical, make it align better, makePeter Eisentraut2009-02-253-43/+40
* Add the possibility to specify an explicit validator function for foreign-dataPeter Eisentraut2009-02-242-9/+14
* Reconnect to the right database when using parallel restore with -C. Fixes bu...Andrew Dunstan2009-02-201-1/+2
* Have pg_dump/pg_dumpall --binary-upgrade restore frozenids for relationsBruce Momjian2009-02-183-18/+64
* Add missing newline.Bruce Momjian2009-02-171-2/+2
* Add pg_dump --binary-upgrade flag to be used by binary upgradeBruce Momjian2009-02-173-9/+91