summaryrefslogtreecommitdiff
path: root/src/bin/pg_dump
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix pg_dumpall to do something sane when a pre-8.1 installation hasTom Lane2006-04-071-37/+55
* Fix bad SQL, per Stefan Kaltenbrunner.Andrew Dunstan2006-03-301-4/+4
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-058-16/+16
* Improve pg_dump and psql to use libpq's newer COPY support routines,Tom Lane2006-03-032-42/+36
* Fix up pg_dump to emit shell-type definitions at the proper time, toTom Lane2006-03-024-118/+278
* Fix old pg_dump oversight: default values for domains really need to be dumpedTom Lane2006-02-211-24/+66
* Repair --single-transaction patch so it handles blobs correctly.Tom Lane2006-02-141-11/+27
* IMHO, --single-transaction should wrap *all* the commands in BEGIN/COMMIT,Tom Lane2006-02-131-5/+5
* Add MSVC support for utility commands and pg_dump.Bruce Momjian2006-02-128-7/+213
* As part of previous commit, add pg_restore option:Bruce Momjian2006-02-121-2/+1
* Add psql option:Bruce Momjian2006-02-123-9/+25
* I've created a new shared catalog table pg_shdescription to storeBruce Momjian2006-02-122-11/+76
* This fixes pg_dump so that when using the '-O' no owners option it doesBruce Momjian2006-02-091-2/+2
* Provide the libpq error message when PQputline or PQendcopy fails.Tom Lane2006-02-091-3/+5
* Fix pg_restore to properly discard COPY data when trying to continueTom Lane2006-02-053-14/+30
* Add GRANT ON SEQUENCE syntax to support sequence-only permissions.Bruce Momjian2006-01-213-24/+33
* Brace cleanup.Bruce Momjian2006-01-111-3/+1
* Fix pg_dump to add the required OPERATOR() decoration to schema-qualifiedTom Lane2006-01-091-12/+24
* Use RELKIND_COMPOSITE_TYPE rather than hardcoded 'c'.Bruce Momjian2006-01-061-3/+5
* Allow installation into directories containing spaces in the name.Peter Eisentraut2005-12-091-6/+6