summaryrefslogtreecommitdiff
path: root/src/bin/pg_dump
Commit message (Expand)AuthorAgeFilesLines
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-058-16/+16
* Tweak pg_dumpall to add GRANT CONNECT ON DATABASE ... TO PUBLIC when dumpingTom Lane2007-01-041-1/+15
* Support type modifiers for user-defined types, and pull most knowledgeTom Lane2006-12-301-3/+45
* Restructure operator classes to allow improved handling of cross-data-typeTom Lane2006-12-231-62/+100
* Fix pg_dump linking on Win32 with MSVS win32.mak:Bruce Momjian2006-12-041-1/+8
* Translation updatesPeter Eisentraut2006-12-021-523/+637
* Translation updatesPeter Eisentraut2006-11-244-1683/+1886
* Get rid of retail definitions of HAVE_STRDUP and HAVE_VSNPRINTF inTom Lane2006-11-211-1/+1
* Suppress timezone (%Z) part of timestamp display when running on Windows,Tom Lane2006-11-212-4/+28
* pg_restore failed on tar-format archives if they contained large objectsTom Lane2006-11-011-3/+16
* Translations updatePeter Eisentraut2006-10-215-3750/+4350
* Code review for --no-data-for-failed-tables patch. Instead of trashingTom Lane2006-10-143-23/+45
* MSVC/BCC Win32 compiler fixes.Bruce Momjian2006-10-101-1/+8
* Revise psql pattern-matching switches as per discussion. The rule is nowTom Lane2006-10-093-263/+367
* Move processNamePattern into dumputils.c in preparation for using it inTom Lane2006-10-092-3/+210
* The -X option in pg_dump was supposed to be a workaround for the lack ofPeter Eisentraut2006-10-073-39/+28
* Message style improvementsPeter Eisentraut2006-10-062-7/+9
* pgindent run for 8.2.Bruce Momjian2006-10-0410-191/+210
* Remove separate strdup.h header file; it's redundant with port.h.Tom Lane2006-09-275-23/+5
* Fix bugs in plpgsql and ecpg caused by assuming that isspace() would onlyTom Lane2006-09-221-3/+3
* Fix pg_dump for recent change removing separate RULE privilege.Tom Lane2006-09-081-2/+1
* Fix all known problems with pg_dump's handling of serial sequencesTom Lane2006-08-212-113/+96
* Suppress MSVC warnings about weak functions by usingBruce Momjian2006-08-091-3/+3
* Fix bug in new pg_dump -T/-N handling that was dumping system schemas ifBruce Momjian2006-08-041-4/+12
* Fix logic to prevent pg_dump from dumping system schemas; bug introducedBruce Momjian2006-08-021-18/+27
* Fix bug I introduced while cleaning up pg_dump -t/-n patch.Bruce Momjian2006-08-011-4/+2
* Add pg_dump -X no-data-for-failed-tables option to suppress loading dataBruce Momjian2006-08-013-3/+26
* Allow multiple -n (schema) and -t (table) pg_dump options, and add -TBruce Momjian2006-08-013-95/+251
* Aggregate functions now support multiple input arguments. I also tookTom Lane2006-07-272-58/+60
* Mark a few functions as static or NOT_USED.Bruce Momjian2006-07-184-12/+10
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-1411-36/+11
* Alphabetically order reference to include files, "N" - "S".Bruce Momjian2006-07-111-3/+3
* Allow each C include file to compile on its own by including any neededBruce Momjian2006-07-113-26/+34
* WIN32 fixes:Bruce Momjian2006-07-061-2/+10
* Add FILLFACTOR to CREATE INDEX.Bruce Momjian2006-07-022-15/+95
* Fix for recent Win32 pg_dump tar temp file patch.Bruce Momjian2006-06-271-2/+3
* On Win32, use loop to create pg_dump temporary tar file in the currentBruce Momjian2006-06-271-1/+29
* Document issues with non-default tablespaces and pg_dumpall restores.Bruce Momjian2006-06-161-2/+10
* Repair remarkably-inefficient query for dumping large object comments: itTom Lane2006-06-091-3/+3
* Prepare code to be built by MSVC:Bruce Momjian2006-06-077-23/+7
* Fix up hack to suppress escape_string_warning so that it actually worksTom Lane2006-06-011-1/+16
* Escape processing patch:Bruce Momjian2006-05-311-1/+3
* Fix up pg_dump to do string escaping fully correctly for client encodingTom Lane2006-05-287-203/+280
* Don't call PQclear until the struct is really no longer going to be used.Alvaro Herrera2006-05-281-4/+3
* Use E'' strings internally only when standard_conforming_strings =Bruce Momjian2006-05-265-54/+119
* Fix pg_restore to process BLOB COMMENT entries correctly; they aren'tTom Lane2006-05-241-3/+4
* Add strerror to pg_dump error messages where missing.Peter Eisentraut2006-05-226-42/+51
* Code review for GRANT CONNECT patch. Spell the privilege as CONNECT notTom Lane2006-04-301-1/+2
* Fix a couple of rather-pointless-but-easily-fixed Coverity warnings.Tom Lane2006-04-191-2/+2
* Fix pg_restore -n option to do what the man page says it does. TheTom Lane2006-04-122-12/+12