aboutsummaryrefslogtreecommitdiff
path: root/src/bin/pg_dump/pg_backup_custom.c
Commit message (Expand)AuthorAge
* pg_dump: Fix inconsistent sscanf() conversionsPeter Eisentraut2016-02-18
* Access pg_dump's options structs through Archive struct, not directly.Tom Lane2016-01-13
* pg_dump: Reduce use of global variablesAlvaro Herrera2014-10-14
* pgindent run for 9.4Bruce Momjian2014-05-06
* Properly detect read and write errors in pg_dump/dumpall, and pg_restoreBruce Momjian2014-05-05
* Fix case of pg_dump -Fc to an unseekable file (such as a pipe).Tom Lane2014-05-05
* Focus on ftello result < 0 instead of errnoStephen Frost2014-02-09
* Minor pg_dump improvementsStephen Frost2014-02-08
* Move some pg_dump function around.Heikki Linnakangas2013-03-27
* Add parallel pg_dump option.Andrew Dunstan2013-03-24
* Create libpgcommon, and move pg_malloc et al to itAlvaro Herrera2013-02-12
* Standardize naming of malloc/realloc/strdup wrapper functions.Tom Lane2012-10-02
* Add translator comments to module namesAlvaro Herrera2012-07-25
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Lots of doc corrections.Robert Haas2012-04-23
* pg_dump: Small message adjustment for consistencyPeter Eisentraut2012-03-27
* pg_dump: get rid of die_horriblyAlvaro Herrera2012-03-20
* Simplify the pg_dump/pg_restore error reporting macros, and allowBruce Momjian2011-11-29
* Move pg_dump memory routines into pg_dumpmem.c/h and restore common.cBruce Momjian2011-11-26
* Modify pg_dump to use error-free memory allocation macros. This avoidsBruce Momjian2011-11-25
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-01
* Be more user-friendly about unsupported cases for parallel pg_restore.Tom Lane2011-08-28
* Clean up most -Wunused-but-set-variable warnings from gcc 4.6Peter Eisentraut2011-04-11
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Remove misleading comments. Move _Clone and _DeClone functions beforeHeikki Linnakangas2010-12-03
* Refactor the pg_dump zlib code from pg_backup_custom.c to a separate file,Heikki Linnakangas2010-12-02
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* pgindent run for 9.0, second runBruce Momjian2010-07-06
* Improve pg_dump's checkSeek() function to verify the functioning of ftelloTom Lane2010-06-28
* Fix pg_restore so parallel restore doesn't fail when the input file doesn'tTom Lane2010-06-27
* Remove unused variable.Alvaro Herrera2009-08-24
* Make pg_dump/pg_restore --clean options drop large objects too.Tom Lane2009-07-21
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Provide for parallel restoration from a custom format archive. Each data andAndrew Dunstan2009-02-02
* Make pg_dump and friends consistently report both the filename and theTom Lane2007-10-28
* Fix pg_restore to guard against unexpected EOF while reading an archive file.Tom Lane2007-08-06
* Code cleanup: mark some variables with the "const" modifier, when theyNeil Conway2007-03-18
* Fix pg_dump on win32 to properly dump files larger than 2Gb when usingMagnus Hagander2007-02-19
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-14
* Add strerror to pg_dump error messages where missing.Peter Eisentraut2006-05-22
* 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