| Commit message (Expand) | Author | Age |
* | Obstruct shell, SQL, and conninfo injection via database and role names. | Noah Misch | 2016-08-08 |
* | Redesign handling of SIGTERM/control-C in parallel pg_dump/pg_restore. | Tom Lane | 2016-06-02 |
* | Make pg_dump error cleanly with -j against hot standby | Magnus Hagander | 2016-05-26 |
* | In pg_dump, remember connection passwords no matter how we got them. | Tom Lane | 2015-12-23 |
* | Replace a bunch more uses of strncpy() with safer coding. | Tom Lane | 2015-01-24 |
* | Re-pgindent src/bin/pg_dump/*. | Tom Lane | 2014-10-17 |
* | pg_dump: Reduce use of global variables | Alvaro Herrera | 2014-10-14 |
* | Fix pg_restore's processing of old-style BLOB COMMENTS data. | Tom Lane | 2014-06-12 |
* | pgindent run for 9.4 | Bruce Momjian | 2014-05-06 |
* | Properly detect read and write errors in pg_dump/dumpall, and pg_restore | Bruce Momjian | 2014-05-05 |
* | Move some pg_dump function around. | Heikki Linnakangas | 2013-03-27 |
* | Get rid of obsolete parse_version helper function. | Heikki Linnakangas | 2013-03-26 |
* | Add parallel pg_dump option. | Andrew Dunstan | 2013-03-24 |
* | Don't pass NULL to fprintf, if a bogus connection string is given to pg_dump. | Heikki Linnakangas | 2013-02-20 |
* | Create libpgcommon, and move pg_malloc et al to it | Alvaro Herrera | 2013-02-12 |
* | Add translator comments to module names | Alvaro Herrera | 2012-07-25 |
* | Run pgindent on 9.2 source tree in preparation for first 9.3 | Bruce Momjian | 2012-06-10 |
* | pg_dump: get rid of die_horribly | Alvaro Herrera | 2012-03-20 |
* | pg_dump: Remove global connection pointer. | Robert Haas | 2012-02-16 |
* | Invent on_exit_nicely for pg_dump. | Robert Haas | 2012-02-16 |
* | pg_dump: Further reduce reliance on global variables. | Robert Haas | 2012-02-07 |
* | Fix pg_restore's direct-to-database mode for INSERT-style table data. | Tom Lane | 2012-01-06 |
* | Move pg_dump memory routines into pg_dumpmem.c/h and restore common.c | Bruce Momjian | 2011-11-26 |
* | Modify pg_dump to use error-free memory allocation macros. This avoids | Bruce Momjian | 2011-11-25 |
* | Fix pg_restore's direct-to-database mode for standard_conforming_strings. | Tom Lane | 2011-07-28 |
* | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 |
* | pgindent run for 9.0 | Bruce Momjian | 2010-02-26 |
* | Fix patch for printing backend and pg_dump versions so that it works in | Tom Lane | 2010-02-24 |
* | Fix up pg_dump's treatment of large object ownership and ACLs. We now emit | Tom Lane | 2010-02-18 |
* | Stamp HEAD as 9.0devel, and update various places that were referring to 8.5 | Tom Lane | 2010-02-17 |
* | Modify recently added PQconnectdbParams() with new argument, expand_dbname. | Joe Conway | 2010-02-05 |
* | Additional fixes for large object access control. | Itagaki Takahiro | 2009-12-14 |
* | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 |
* | Add a -w/--no-password option that prevents all password prompts to all | Peter Eisentraut | 2009-02-26 |
* | Remove feof(stdin) calls related to when to prompt for a password, | Peter Eisentraut | 2009-02-25 |
* | Provide for parallel restoration from a custom format archive. Each data and | Andrew Dunstan | 2009-02-02 |
* | Fix pg_dump/pg_restore's ExecuteSqlCommand() to behave suitably if PQexec | Tom Lane | 2008-08-16 |
* | Turn the -i/--ignore-version options of pg_dump and pg_dumpall into no-ops: | Tom Lane | 2008-04-13 |
* | Strengthen warnings about using pg_dump's -i option. | Bruce Momjian | 2008-03-26 |
* | Fix up the PQconnectionUsedPassword mess: create a separate | Tom Lane | 2007-12-09 |
* | Get rid of client-code dependencies on the exact text of the no-password | Tom Lane | 2007-07-08 |
* | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 |
* | Remove separate strdup.h header file; it's redundant with port.h. | Tom Lane | 2006-09-27 |
* | Mark a few functions as static or NOT_USED. | Bruce Momjian | 2006-07-18 |
* | Remove 576 references of include files that were not needed. | Bruce Momjian | 2006-07-14 |
* | Prepare code to be built by MSVC: | Bruce Momjian | 2006-06-07 |
* | Improve pg_dump and psql to use libpq's newer COPY support routines, | Tom Lane | 2006-03-03 |
* | Add MSVC support for utility commands and pg_dump. | Bruce Momjian | 2006-02-12 |
* | Provide the libpq error message when PQputline or PQendcopy fails. | Tom Lane | 2006-02-09 |
* | Fix pg_restore to properly discard COPY data when trying to continue | Tom Lane | 2006-02-05 |