Age | Commit message (Expand) | Author |
2017-06-21 | Phase 3 of pgindent updates. | Tom Lane |
2017-06-21 | Initial pgindent run with pg_bsd_indent version 2.0. | Tom Lane |
2017-03-22 | Sync pg_dump and pg_dumpall output | Andrew Dunstan |
2017-02-06 | Fix typos in comments. | Heikki Linnakangas |
2016-09-27 | Rationalize parallel dump/restore's handling of worker cmd/status messages. | Tom Lane |
2016-09-27 | Redesign parallel dump/restore's wait-for-workers logic. | Tom Lane |
2016-02-18 | pg_dump: Fix inconsistent sscanf() conversions | Peter Eisentraut |
2016-01-13 | Access pg_dump's options structs through Archive struct, not directly. | Tom Lane |
2014-10-14 | pg_dump: Reduce use of global variables | Alvaro Herrera |
2014-05-06 | pgindent run for 9.4 | Bruce Momjian |
2014-05-05 | 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-02-09 | Focus on ftello result < 0 instead of errno | Stephen Frost |
2014-02-08 | Minor pg_dump improvements | Stephen Frost |
2013-03-27 | Move some pg_dump function around. | Heikki Linnakangas |
2013-03-24 | Add parallel pg_dump option. | Andrew Dunstan |
2013-02-12 | Create libpgcommon, and move pg_malloc et al to it | Alvaro Herrera |
2012-10-02 | Standardize naming of malloc/realloc/strdup wrapper functions. | Tom Lane |
2012-07-25 | Add translator comments to module names | Alvaro Herrera |
2012-06-10 | Run pgindent on 9.2 source tree in preparation for first 9.3 | Bruce Momjian |
2012-04-23 | Lots of doc corrections. | Robert Haas |
2012-03-27 | pg_dump: Small message adjustment for consistency | Peter Eisentraut |
2012-03-20 | pg_dump: get rid of die_horribly | Alvaro Herrera |
2011-11-29 | Simplify the pg_dump/pg_restore error reporting macros, and allow | Bruce Momjian |
2011-11-26 | Move pg_dump memory routines into pg_dumpmem.c/h and restore common.c | Bruce Momjian |
2011-11-25 | Modify pg_dump to use error-free memory allocation macros. This avoids | Bruce Momjian |
2011-09-01 | Remove unnecessary #include references, per pgrminclude script. | Bruce Momjian |
2011-08-28 | Be more user-friendly about unsupported cases for parallel pg_restore. | Tom Lane |
2011-04-11 | Clean up most -Wunused-but-set-variable warnings from gcc 4.6 | Peter Eisentraut |
2011-04-10 | pgindent run before PG 9.1 beta 1. | Bruce Momjian |
2010-12-03 | Remove misleading comments. Move _Clone and _DeClone functions before | Heikki Linnakangas |
2010-12-02 | Refactor the pg_dump zlib code from pg_backup_custom.c to a separate file, | Heikki Linnakangas |
2010-09-20 | Remove cvs keywords from all files. | Magnus Hagander |
2010-07-06 | pgindent run for 9.0, second run | Bruce Momjian |
2010-06-28 | Improve pg_dump's checkSeek() function to verify the functioning of ftello | Tom Lane |
2010-06-27 | Fix pg_restore so parallel restore doesn't fail when the input file doesn't | Tom Lane |
2009-08-24 | Remove unused variable. | Alvaro Herrera |
2009-07-21 | Make pg_dump/pg_restore --clean options drop large objects too. | Tom Lane |
2009-06-11 | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian |
2009-02-02 | Provide for parallel restoration from a custom format archive. Each data and | Andrew Dunstan |
2007-10-28 | Make pg_dump and friends consistently report both the filename and the | Tom Lane |
2007-08-06 | Fix pg_restore to guard against unexpected EOF while reading an archive file. | Tom Lane |
2007-03-18 | Code cleanup: mark some variables with the "const" modifier, when they | Neil Conway |
2007-02-19 | Fix pg_dump on win32 to properly dump files larger than 2Gb when using | Magnus Hagander |
2006-10-04 | pgindent run for 8.2. | Bruce Momjian |
2006-07-14 | Remove 576 references of include files that were not needed. | Bruce Momjian |
2006-05-22 | Add strerror to pg_dump error messages where missing. | Peter Eisentraut |
2005-10-15 | Standard pgindent run for 8.1. | Bruce Momjian |
2005-09-24 | Suppress signed-vs-unsigned-char warnings. | Tom Lane |
2005-06-21 | pg_dump can now dump large objects even in plain-text output mode, by | Tom Lane |