summaryrefslogtreecommitdiff
path: root/src/bin/pg_dump/pg_backup_custom.c
AgeCommit message (Expand)Author
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-03-22Sync pg_dump and pg_dumpall outputAndrew Dunstan
2017-02-06Fix typos in comments.Heikki Linnakangas
2016-09-27Rationalize parallel dump/restore's handling of worker cmd/status messages.Tom Lane
2016-09-27Redesign parallel dump/restore's wait-for-workers logic.Tom Lane
2016-02-18pg_dump: Fix inconsistent sscanf() conversionsPeter Eisentraut
2016-01-13Access pg_dump's options structs through Archive struct, not directly.Tom Lane
2014-10-14pg_dump: Reduce use of global variablesAlvaro Herrera
2014-05-06pgindent run for 9.4Bruce Momjian
2014-05-05Properly detect read and write errors in pg_dump/dumpall, and pg_restoreBruce Momjian
2014-05-05Fix case of pg_dump -Fc to an unseekable file (such as a pipe).Tom Lane
2014-02-09Focus on ftello result < 0 instead of errnoStephen Frost
2014-02-08Minor pg_dump improvementsStephen Frost
2013-03-27Move some pg_dump function around.Heikki Linnakangas
2013-03-24Add parallel pg_dump option.Andrew Dunstan
2013-02-12Create libpgcommon, and move pg_malloc et al to itAlvaro Herrera
2012-10-02Standardize naming of malloc/realloc/strdup wrapper functions.Tom Lane
2012-07-25Add translator comments to module namesAlvaro Herrera
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-04-23Lots of doc corrections.Robert Haas
2012-03-27pg_dump: Small message adjustment for consistencyPeter Eisentraut
2012-03-20pg_dump: get rid of die_horriblyAlvaro Herrera
2011-11-29Simplify the pg_dump/pg_restore error reporting macros, and allowBruce Momjian
2011-11-26Move pg_dump memory routines into pg_dumpmem.c/h and restore common.cBruce Momjian
2011-11-25Modify pg_dump to use error-free memory allocation macros. This avoidsBruce Momjian
2011-09-01Remove unnecessary #include references, per pgrminclude script.Bruce Momjian
2011-08-28Be more user-friendly about unsupported cases for parallel pg_restore.Tom Lane
2011-04-11Clean up most -Wunused-but-set-variable warnings from gcc 4.6Peter Eisentraut
2011-04-10pgindent run before PG 9.1 beta 1.Bruce Momjian
2010-12-03Remove misleading comments. Move _Clone and _DeClone functions beforeHeikki Linnakangas
2010-12-02Refactor the pg_dump zlib code from pg_backup_custom.c to a separate file,Heikki Linnakangas
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-07-06pgindent run for 9.0, second runBruce Momjian
2010-06-28Improve pg_dump's checkSeek() function to verify the functioning of ftelloTom Lane
2010-06-27Fix pg_restore so parallel restore doesn't fail when the input file doesn'tTom Lane
2009-08-24Remove unused variable.Alvaro Herrera
2009-07-21Make pg_dump/pg_restore --clean options drop large objects too.Tom Lane
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2009-02-02Provide for parallel restoration from a custom format archive. Each data andAndrew Dunstan
2007-10-28Make pg_dump and friends consistently report both the filename and theTom Lane
2007-08-06Fix pg_restore to guard against unexpected EOF while reading an archive file.Tom Lane
2007-03-18Code cleanup: mark some variables with the "const" modifier, when theyNeil Conway
2007-02-19Fix pg_dump on win32 to properly dump files larger than 2Gb when usingMagnus Hagander
2006-10-04pgindent run for 8.2.Bruce Momjian
2006-07-14Remove 576 references of include files that were not needed.Bruce Momjian
2006-05-22Add strerror to pg_dump error messages where missing.Peter Eisentraut
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-09-24Suppress signed-vs-unsigned-char warnings.Tom Lane
2005-06-21pg_dump can now dump large objects even in plain-text output mode, byTom Lane