aboutsummaryrefslogtreecommitdiff
path: root/src/bin/pg_dump/pg_backup_db.c
Commit message (Expand)AuthorAge
* Obstruct shell, SQL, and conninfo injection via database and role names.Noah Misch2016-08-08
* Redesign handling of SIGTERM/control-C in parallel pg_dump/pg_restore.Tom Lane2016-06-02
* Make pg_dump error cleanly with -j against hot standbyMagnus Hagander2016-05-26
* In pg_dump, remember connection passwords no matter how we got them.Tom Lane2015-12-23
* Replace a bunch more uses of strncpy() with safer coding.Tom Lane2015-01-24
* Re-pgindent src/bin/pg_dump/*.Tom Lane2014-10-17
* pg_dump: Reduce use of global variablesAlvaro Herrera2014-10-14
* Fix pg_restore's processing of old-style BLOB COMMENTS data.Tom Lane2014-06-12
* pgindent run for 9.4Bruce Momjian2014-05-06
* Properly detect read and write errors in pg_dump/dumpall, and pg_restoreBruce Momjian2014-05-05
* Move some pg_dump function around.Heikki Linnakangas2013-03-27
* Get rid of obsolete parse_version helper function.Heikki Linnakangas2013-03-26
* Add parallel pg_dump option.Andrew Dunstan2013-03-24
* Don't pass NULL to fprintf, if a bogus connection string is given to pg_dump.Heikki Linnakangas2013-02-20
* Create libpgcommon, and move pg_malloc et al to itAlvaro Herrera2013-02-12
* 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
* pg_dump: get rid of die_horriblyAlvaro Herrera2012-03-20
* pg_dump: Remove global connection pointer.Robert Haas2012-02-16
* Invent on_exit_nicely for pg_dump.Robert Haas2012-02-16
* pg_dump: Further reduce reliance on global variables.Robert Haas2012-02-07
* Fix pg_restore's direct-to-database mode for INSERT-style table data.Tom Lane2012-01-06
* 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
* Fix pg_restore's direct-to-database mode for standard_conforming_strings.Tom Lane2011-07-28
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* pgindent run for 9.0Bruce Momjian2010-02-26
* Fix patch for printing backend and pg_dump versions so that it works inTom Lane2010-02-24
* Fix up pg_dump's treatment of large object ownership and ACLs. We now emitTom Lane2010-02-18
* Stamp HEAD as 9.0devel, and update various places that were referring to 8.5Tom Lane2010-02-17
* Modify recently added PQconnectdbParams() with new argument, expand_dbname.Joe Conway2010-02-05
* Additional fixes for large object access control.Itagaki Takahiro2009-12-14
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Add a -w/--no-password option that prevents all password prompts to allPeter Eisentraut2009-02-26
* Remove feof(stdin) calls related to when to prompt for a password,Peter Eisentraut2009-02-25
* Provide for parallel restoration from a custom format archive. Each data andAndrew Dunstan2009-02-02
* Fix pg_dump/pg_restore's ExecuteSqlCommand() to behave suitably if PQexecTom Lane2008-08-16
* Turn the -i/--ignore-version options of pg_dump and pg_dumpall into no-ops:Tom Lane2008-04-13
* Strengthen warnings about using pg_dump's -i option.Bruce Momjian2008-03-26
* Fix up the PQconnectionUsedPassword mess: create a separateTom Lane2007-12-09
* Get rid of client-code dependencies on the exact text of the no-passwordTom Lane2007-07-08
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Remove separate strdup.h header file; it's redundant with port.h.Tom Lane2006-09-27
* Mark a few functions as static or NOT_USED.Bruce Momjian2006-07-18
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-14
* Prepare code to be built by MSVC:Bruce Momjian2006-06-07
* Improve pg_dump and psql to use libpq's newer COPY support routines,Tom Lane2006-03-03
* Add MSVC support for utility commands and pg_dump.Bruce Momjian2006-02-12
* Provide the libpq error message when PQputline or PQendcopy fails.Tom Lane2006-02-09
* Fix pg_restore to properly discard COPY data when trying to continueTom Lane2006-02-05