| Commit message (Expand) | Author | Age |
* | pg_dump: Fix inconsistent sscanf() conversions | Peter Eisentraut | 2016-02-18 |
* | Access pg_dump's options structs through Archive struct, not directly. | Tom Lane | 2016-01-13 |
* | pg_dump: Reduce use of global variables | Alvaro Herrera | 2014-10-14 |
* | 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 |
* | Fix case of pg_dump -Fc to an unseekable file (such as a pipe). | Tom Lane | 2014-05-05 |
* | Focus on ftello result < 0 instead of errno | Stephen Frost | 2014-02-09 |
* | Minor pg_dump improvements | Stephen Frost | 2014-02-08 |
* | Move some pg_dump function around. | Heikki Linnakangas | 2013-03-27 |
* | Add parallel pg_dump option. | Andrew Dunstan | 2013-03-24 |
* | Create libpgcommon, and move pg_malloc et al to it | Alvaro Herrera | 2013-02-12 |
* | Standardize naming of malloc/realloc/strdup wrapper functions. | Tom Lane | 2012-10-02 |
* | 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 |
* | Lots of doc corrections. | Robert Haas | 2012-04-23 |
* | pg_dump: Small message adjustment for consistency | Peter Eisentraut | 2012-03-27 |
* | pg_dump: get rid of die_horribly | Alvaro Herrera | 2012-03-20 |
* | Simplify the pg_dump/pg_restore error reporting macros, and allow | Bruce Momjian | 2011-11-29 |
* | 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 |
* | Remove unnecessary #include references, per pgrminclude script. | Bruce Momjian | 2011-09-01 |
* | Be more user-friendly about unsupported cases for parallel pg_restore. | Tom Lane | 2011-08-28 |
* | Clean up most -Wunused-but-set-variable warnings from gcc 4.6 | Peter Eisentraut | 2011-04-11 |
* | pgindent run before PG 9.1 beta 1. | Bruce Momjian | 2011-04-10 |
* | Remove misleading comments. Move _Clone and _DeClone functions before | Heikki Linnakangas | 2010-12-03 |
* | Refactor the pg_dump zlib code from pg_backup_custom.c to a separate file, | Heikki Linnakangas | 2010-12-02 |
* | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 |
* | pgindent run for 9.0, second run | Bruce Momjian | 2010-07-06 |
* | Improve pg_dump's checkSeek() function to verify the functioning of ftello | Tom Lane | 2010-06-28 |
* | Fix pg_restore so parallel restore doesn't fail when the input file doesn't | Tom Lane | 2010-06-27 |
* | Remove unused variable. | Alvaro Herrera | 2009-08-24 |
* | Make pg_dump/pg_restore --clean options drop large objects too. | Tom Lane | 2009-07-21 |
* | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 |
* | Provide for parallel restoration from a custom format archive. Each data and | Andrew Dunstan | 2009-02-02 |
* | Make pg_dump and friends consistently report both the filename and the | Tom Lane | 2007-10-28 |
* | Fix pg_restore to guard against unexpected EOF while reading an archive file. | Tom Lane | 2007-08-06 |
* | Code cleanup: mark some variables with the "const" modifier, when they | Neil Conway | 2007-03-18 |
* | Fix pg_dump on win32 to properly dump files larger than 2Gb when using | Magnus Hagander | 2007-02-19 |
* | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 |
* | Remove 576 references of include files that were not needed. | Bruce Momjian | 2006-07-14 |
* | Add strerror to pg_dump error messages where missing. | Peter Eisentraut | 2006-05-22 |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 |
* | Suppress signed-vs-unsigned-char warnings. | Tom Lane | 2005-09-24 |
* | pg_dump can now dump large objects even in plain-text output mode, by | Tom Lane | 2005-06-21 |
* | Fix breakage created by addition of separate 'acl pass' in pg_dump. | Tom Lane | 2005-01-25 |
* | Modify pg_dump so that the preferred dump order is by name within | Tom Lane | 2004-03-03 |
* | Massive overhaul of pg_dump: make use of dependency information from | Tom Lane | 2003-12-06 |
* | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 |
* | Use calloc() to allocate empty structures. | Bruce Momjian | 2003-10-08 |
* | pgindent run. | Bruce Momjian | 2003-08-04 |