Commits

DateSubjectAuthorReleases
2014-05-06 Properly detect read and write errors in pg_dump/dumpall, and pg_restore Bruce Momjian 9.4.0
2013-03-27 Move some pg_dump function around. Heikki Linnakangas 9.3.0
2013-03-26 Get rid of obsolete parse_version helper function. Heikki Linnakangas 9.3.0
2013-03-24 Add parallel pg_dump option. Andrew Dunstan 9.3.0
2013-02-20 Don't pass NULL to fprintf, if a bogus connection string is given to pg_dump. Heikki Linnakangas 8.4.17
2013-02-20 Don't pass NULL to fprintf, if a bogus connection string is given to pg_dump. Heikki Linnakangas 9.0.13
2013-02-20 Don't pass NULL to fprintf, if a bogus connection string is given to pg_dump. Heikki Linnakangas 9.1.9
2013-02-20 Don't pass NULL to fprintf, if a bogus connection string is given to pg_dump. Heikki Linnakangas 9.2.4
2013-02-20 Don't pass NULL to fprintf, if a bogus connection string is given to pg_dump. Heikki Linnakangas 9.3.0
2013-02-12 Create libpgcommon, and move pg_malloc et al to it Alvaro Herrera 9.3.0
2012-07-25 Add translator comments to module names Alvaro Herrera 9.2.0
2012-07-25 Add translator comments to module names Alvaro Herrera 9.3.0
2012-06-10 Run pgindent on 9.2 source tree in preparation for first 9.3 Bruce Momjian 9.2.0
2012-03-20 pg_dump: get rid of die_horribly Alvaro Herrera 9.2.0
2012-02-16 pg_dump: Remove global connection pointer. Robert Haas 9.2.0
2012-02-16 Invent on_exit_nicely for pg_dump. Robert Haas 9.2.0
2012-02-07 pg_dump: Further reduce reliance on global variables. Robert Haas 9.2.0
2012-01-06 Fix pg_restore's direct-to-database mode for INSERT-style table data. Tom Lane 8.3.18
2012-01-06 Fix pg_restore's direct-to-database mode for INSERT-style table data. Tom Lane 8.4.11
2012-01-06 Fix pg_restore's direct-to-database mode for INSERT-style table data. Tom Lane 9.0.7
2012-01-06 Fix pg_restore's direct-to-database mode for INSERT-style table data. Tom Lane 9.1.3
2012-01-06 Fix pg_restore's direct-to-database mode for INSERT-style table data. Tom Lane 9.2.0
2011-11-27 Move pg_dump memory routines into pg_dumpmem.c/h and restore common.c Bruce Momjian 9.2.0
2011-11-25 Modify pg_dump to use error-free memory allocation macros. This avoids Bruce Momjian 9.2.0
2011-07-28 Fix pg_restore's direct-to-database mode for standard_conforming_strings. Tom Lane 8.2.22