]> granicus.if.org Git - postgresql/history - src/bin/pg_dump/pg_backup_db.c
Make the order of the header file includes consistent in non-backend modules.
[postgresql] / src / bin / pg_dump / pg_backup_db.c
2019-10-25 Amit KapilaMake the order of the header file includes consistent...
2019-07-09 Peter EisentrautMessage style improvements
2019-07-08 Michael PaquierFix inconsistencies in the code
2019-07-04 David RowleyUse appendStringInfoString and appendPQExpBufferStr...
2019-05-22 Tom LaneInitial pgindent run for v12.
2019-05-14 Tom LaneMove logging.h and logging.c from src/fe_utils/ to...
2019-04-01 Peter EisentrautUnified logging system for command-line programs
2018-02-26 Noah MischEmpty search_path in Autovacuum and non-psql/pgbench...
2018-01-23 Tom LaneIn pg_dump, force reconnection after issuing ALTER...
2017-11-10 Peter EisentrautAdd some const decorations to prototypes
2017-06-21 Tom LanePhase 3 of pgindent updates.
2017-05-09 Alvaro HerreraIgnore PQcancel errors properly
2017-03-29 Peter Eisentrautpg_dump: Remove query truncation in error messages
2016-08-30 Tom LaneSimplify correct use of simple_prompt().
2016-08-08 Noah MischObstruct shell, SQL, and conninfo injection via databas...
2016-06-02 Tom LaneRedesign handling of SIGTERM/control-C in parallel...
2016-05-26 Magnus HaganderMake pg_dump error cleanly with -j against hot standby
2015-12-23 Tom LaneIn pg_dump, remember connection passwords no matter...
2015-01-24 Tom LaneReplace a bunch more uses of strncpy() with safer coding.
2014-10-17 Tom LaneRe-pgindent src/bin/pg_dump/*.
2014-10-14 Alvaro Herrerapg_dump: Reduce use of global variables
2014-06-13 Tom LaneFix pg_restore's processing of old-style BLOB COMMENTS...
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-05-06 Bruce MomjianProperly detect read and write errors in pg_dump/dumpal...
2013-03-27 Heikki LinnakangasMove some pg_dump function around.
2013-03-26 Heikki LinnakangasGet rid of obsolete parse_version helper function.
2013-03-24 Andrew DunstanAdd parallel pg_dump option.
2013-02-20 Heikki LinnakangasDon't pass NULL to fprintf, if a bogus connection strin...
2013-02-12 Alvaro HerreraCreate libpgcommon, and move pg_malloc et al to it
2012-07-25 Alvaro HerreraAdd translator comments to module names
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-03-20 Alvaro Herrerapg_dump: get rid of die_horribly
2012-02-16 Robert Haaspg_dump: Remove global connection pointer.
2012-02-16 Robert HaasInvent on_exit_nicely for pg_dump.
2012-02-07 Robert Haaspg_dump: Further reduce reliance on global variables.
2012-01-06 Tom LaneFix pg_restore's direct-to-database mode for INSERT...
2011-11-27 Bruce MomjianMove pg_dump memory routines into pg_dumpmem.c/h and...
2011-11-25 Bruce MomjianModify pg_dump to use error-free memory allocation...
2011-07-28 Tom LaneFix pg_restore's direct-to-database mode for standard_c...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-24 Tom LaneFix patch for printing backend and pg_dump versions...
2010-02-18 Tom LaneFix up pg_dump's treatment of large object ownership...
2010-02-17 Tom LaneStamp HEAD as 9.0devel, and update various places that...
2010-02-05 Joe ConwayModify recently added PQconnectdbParams() with new...
2009-12-14 Itagaki TakahiroAdditional fixes for large object access control.
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-02-26 Peter EisentrautAdd a -w/--no-password option that prevents all passwor...
2009-02-25 Peter EisentrautRemove feof(stdin) calls related to when to prompt...
2009-02-02 Andrew DunstanProvide for parallel restoration from a custom format...
2008-08-16 Tom LaneFix pg_dump/pg_restore's ExecuteSqlCommand() to behave...
2008-04-13 Tom LaneTurn the -i/--ignore-version options of pg_dump and...
2008-03-26 Bruce MomjianStrengthen warnings about using pg_dump's -i option.
2007-12-09 Tom LaneFix up the PQconnectionUsedPassword mess: create a...
2007-07-08 Tom LaneGet rid of client-code dependencies on the exact text...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-09-27 Tom LaneRemove separate strdup.h header file; it's redundant...
2006-07-18 Bruce MomjianMark a few functions as static or NOT_USED.
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-06-07 Bruce MomjianPrepare code to be built by MSVC:
2006-03-03 Tom LaneImprove pg_dump and psql to use libpq's newer COPY...
2006-02-12 Bruce MomjianAdd MSVC support for utility commands and pg_dump.
2006-02-09 Tom LaneProvide the libpq error message when PQputline or PQend...
2006-02-05 Tom LaneFix pg_restore to properly discard COPY data when tryin...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-09-11 Tom LaneFix some corner-case bugs in _sendSQLLine's parsing...
2005-07-27 Neil ConwayAvoid crashing pg_dump if we can't connect to the datab...
2005-07-01 Bruce MomjianAdd code to pg_dump to use E'' strings when backslashes...
2005-06-21 Tom Lanepg_dump can now dump large objects even in plain-text...
2004-11-06 Tom LaneUpdate pg_dump to use SET DEFAULT_TABLESPACE instead...
2004-10-16 Bruce MomjianAllow pg_ctl to determine the server is up when getting...
2004-10-01 Tom LaneDon't assume PQdb() will return a valid result from...
2004-09-10 Tom LaneFix some problems with restoring databases owned by...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-28 Bruce MomjianFix high-bit comparison compiler warning in pg_dump.
2004-08-20 Bruce MomjianThey are two different problems; the TOC entry is impor...
2004-08-20 Bruce MomjianThis patch allows pg_restore to recognize $-quotes...
2004-04-22 Bruce MomjianPlease find attached a small patch so that "pg_restore...
2004-03-03 Tom LaneModify pg_dump so that the preferred dump order is...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-10-03 Tom LaneIssue 'SET check_function_bodies = false' to suppress...
2003-07-23 Peter EisentrautApply message style guide to frontend programs.
2003-06-22 Tom LaneUse libpq's new logic to get the server version, instea...
2003-05-14 Tom LaneBackend support for autocommit removed, per recent...
2003-02-14 Bruce MomjianMake pg_dump/restore safer for autocommit=off in postgr...
2003-02-13 Bruce Momjian[ dumping schemas ]
2003-02-01 Tom LaneCleaner solution to the problem of loading pre-7.3...
2002-10-22 Bruce MomjianAllow 8-byte off_t to properly pg_dump, from Philip...
2002-10-16 Bruce MomjianMake pg_dump save for autocommit = off.
2002-09-07 Peter EisentrautAllow pg_dumpall to work with previous releases again...
2002-09-04 Bruce Momjianpgindent run.
2002-08-27 Peter EisentrautReimplement pg_dumpall in C. Currently no change in...
2002-08-20 Peter EisentrautEnable large file support.
2002-08-18 Peter EisentrautMake pg_dump output more portable and more pleasing...
2002-08-10 Peter EisentrautMake sure all clients have the same understanding of...
2002-07-06 Bruce MomjianMove simple_prompt() into its own file to be shared...
2002-07-04 Bruce MomjianMore clearly document in pg_dump when we are dealing...
2002-05-29 Tom LaneFix some more not-schema-aware queries in pg_dump....
2002-05-10 Tom LaneFirst pass at schema-fying pg_dump/pg_restore. Much...
2002-01-18 Bruce MomjianYou might want to run pg_indent on pg_backup_db.c howev...
next