summaryrefslogtreecommitdiff
path: root/src/bin/pg_dump/pg_backup_null.c
AgeCommit message (Expand)Author
2016-03-24Create src/fe_utils/, and move stuff into there from pg_dump's dumputils.Tom Lane
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-05Properly detect read and write errors in pg_dump/dumpall, and pg_restoreBruce Momjian
2013-03-27Move some pg_dump function around.Heikki Linnakangas
2013-02-12Create libpgcommon, and move pg_malloc et al to itAlvaro Herrera
2012-03-20pg_dump: get rid of die_horriblyAlvaro Herrera
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
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-02-18Fix up pg_dump's treatment of large object ownership and ACLs. We now emitTom Lane
2009-12-14Additional fixes for large object access control.Itagaki Takahiro
2009-08-04Fix pg_dump to do the right thing when escaping the contents of large objects.Tom Lane
2009-07-21Make pg_dump/pg_restore --clean options drop large objects too.Tom Lane
2009-02-02Provide for parallel restoration from a custom format archive. Each data andAndrew Dunstan
2006-07-14Remove 576 references of include files that were not needed.Bruce Momjian
2006-06-07Prepare code to be built by MSVC:Bruce Momjian
2006-02-12Add MSVC support for utility commands and pg_dump.Bruce Momjian
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-06-21pg_dump can now dump large objects even in plain-text output mode, byTom Lane
2003-12-08Work around naming conflict between zlib and OpenSSL by tweaking inclusionTom Lane
2003-12-06Massive overhaul of pg_dump: make use of dependency information fromTom Lane
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2002-09-04pgindent run.Bruce Momjian
2002-08-20Enable large file support.Peter Eisentraut
2002-05-10First pass at schema-fying pg_dump/pg_restore. Much to do still,Tom Lane
2002-04-24Speed improvement for large object restore.Bruce Momjian
2001-06-27National language support for pg_dump and pg_restore. Combined with bigPeter Eisentraut
2001-03-24Portability fix from Steve Nicolai.Tom Lane
2001-03-22pgindent run. Make it all clean.Bruce Momjian
2001-03-19 - Added CVS headers to filesPhilip Warner
2001-02-10Restructure the key include files per recent pghackers discussion: thereTom Lane
2001-01-12- Check ntuples == 1 for various SELECT statements.Philip Warner
2000-07-21- Support for TAR outputPhilip Warner