summaryrefslogtreecommitdiff
path: root/src/bin/pg_dump/pg_backup_custom.c
Commit message (Expand)AuthorAgeFilesLines
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-20/+17
* Suppress signed-vs-unsigned-char warnings.Tom Lane2005-09-241-8/+6
* pg_dump can now dump large objects even in plain-text output mode, byTom Lane2005-06-211-10/+2
* Fix breakage created by addition of separate 'acl pass' in pg_dump.Tom Lane2005-01-251-2/+2
* Modify pg_dump so that the preferred dump order is by name withinTom Lane2004-03-031-7/+6
* Massive overhaul of pg_dump: make use of dependency information fromTom Lane2003-12-061-7/+7
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Use calloc() to allocate empty structures.Bruce Momjian2003-10-081-3/+3
* pgindent run.Bruce Momjian2003-08-041-10/+10
* Apply message style guide to frontend programs.Peter Eisentraut2003-07-231-9/+9
* Allow fseeko in pg_dump only if fseeko() will work for all supported fileBruce Momjian2002-10-251-3/+3
* Allow 8-byte off_t to properly pg_dump, from Philip Warner with mods by Bruce.Bruce Momjian2002-10-221-50/+29
* pgindent run.Bruce Momjian2002-09-041-9/+9
* Enable large file support.Peter Eisentraut2002-08-201-48/+47
* Fix some more not-schema-aware queries in pg_dump. Also fix some placesTom Lane2002-05-291-3/+3
* Speed improvement for large object restore.Bruce Momjian2002-04-241-1/+7
* Fix nasty memory leak in pg_restore: _PrintData called inflateInit butTom Lane2001-11-271-1/+3
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-7/+2
* For consistency with the rest of PostgreSQL, rename BLOBs to large objectsPeter Eisentraut2001-09-211-3/+3
* One more round of translations and slight message tweaksPeter Eisentraut2001-08-191-2/+2
* More message munging and localization for pg_dump, especially thePeter Eisentraut2001-07-031-3/+3
* National language support for pg_dump and pg_restore. Combined with bigPeter Eisentraut2001-06-271-34/+35
* - Fixed CONSTRAINT TRIGGER dump to record tgconstrelid properlyPhilip Warner2001-04-251-2/+6
* Patch to put rudimentary dependency support into pg_dump. This addressesPhilip Warner2001-04-011-5/+5
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-382/+445
* - Added CVS headers to filesPhilip Warner2001-03-191-0/+1
* Fix coredump due to writing one more byte than we'd allocated.Tom Lane2001-03-181-7/+14
* Restructure the key include files per recent pghackers discussion: thereTom Lane2001-02-101-1/+2
* - Check ntuples == 1 for various SELECT statements.Philip Warner2001-01-121-5/+19
* Added long-standing transaction when restoring BLOBS (uses commit every BLOB_...Philip Warner2000-10-311-2/+7
* - Support for BLOB output from pg_dump and input via pg_restorePhilip Warner2000-07-211-584/+935
* Please find attached a patch for the pg_dump directory which addresses:Jan Wieck2000-07-061-9/+9
* pg_dump patch from Philip WarnerBruce Momjian2000-07-041-0/+584