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