| Commit message (Expand) | Author | Age | Files | Lines |
| * | pgindent run for 9.4 | Bruce Momjian | 2014-05-06 | 1 | -8/+8 |
| * | Update copyright for 2014 | Bruce Momjian | 2014-01-07 | 1 | -1/+1 |
| * | Replace appendPQExpBuffer(..., <constant>) with appendPQExpBufferStr | Heikki Linnakangas | 2013-11-18 | 1 | -9/+9 |
| * | Move some pg_dump function around. | Heikki Linnakangas | 2013-03-27 | 1 | -194/+14 |
| * | Get rid of obsolete parse_version helper function. | Heikki Linnakangas | 2013-03-26 | 1 | -23/+0 |
| * | Add parallel pg_dump option. | Andrew Dunstan | 2013-03-24 | 1 | -13/+73 |
| * | Create libpgcommon, and move pg_malloc et al to it | Alvaro Herrera | 2013-02-12 | 1 | -1/+0 |
| * | Support multiple -t/--table arguments for more commands | Magnus Hagander | 2013-01-17 | 1 | -0/+33 |
| * | Update copyrights for 2013 | Bruce Momjian | 2013-01-01 | 1 | -1/+1 |
| * | Fix assorted bugs in privileges-for-types patch. | Tom Lane | 2012-12-09 | 1 | -0/+3 |
| * | pg_dump: Add missing newlines at end of messages | Peter Eisentraut | 2012-06-18 | 1 | -1/+1 |
| * | Run pgindent on 9.2 source tree in preparation for first 9.3 | Bruce Momjian | 2012-06-10 | 1 | -14/+14 |
| * | Message style improvements | Peter Eisentraut | 2012-06-07 | 1 | -1/+1 |
| * | Fix memory leaks in failure paths in buildACLCommands and parseAclItem. | Tom Lane | 2012-06-03 | 1 | -0/+9 |
| * | Rewrite --section option to decouple it from --schema-only/--data-only. | Tom Lane | 2012-05-29 | 1 | -30/+31 |
| * | Put back code inadvertently deleted from exit_nicely. | Robert Haas | 2012-04-05 | 1 | -0/+5 |
| * | Arrange for on_exit_nicely to be thread-safe. | Robert Haas | 2012-04-03 | 1 | -8/+10 |
| * | Rename frontend keyword arrays to avoid conflict with backend. | Tom Lane | 2012-03-31 | 1 | -2/+6 |
| * | pg_dump: get rid of die_horribly | Alvaro Herrera | 2012-03-20 | 1 | -0/+6 |
| * | Invent on_exit_nicely for pg_dump. | Robert Haas | 2012-02-16 | 1 | -2/+32 |
| * | Update copyright notices for year 2012. | Bruce Momjian | 2012-01-01 | 1 | -1/+1 |
| * | Add --section option to pg_dump and pg_restore. | Andrew Dunstan | 2011-12-16 | 1 | -0/+30 |
| * | Clean up after recent pg_dump patches. | Tom Lane | 2011-11-29 | 1 | -10/+30 |
| * | Simplify the pg_dump/pg_restore error reporting macros, and allow | Bruce Momjian | 2011-11-29 | 1 | -0/+31 |
| * | Move pg_dump memory routines into pg_dumpmem.c/h and restore common.c | Bruce Momjian | 2011-11-26 | 1 | -1/+1 |
| * | Modify pg_dump to use error-free memory allocation macros. This avoids | Bruce Momjian | 2011-11-25 | 1 | -0/+1 |
| * | Support SECURITY LABEL on databases, tablespaces, and roles. | Robert Haas | 2011-07-20 | 1 | -0/+44 |
| * | pgindent run before PG 9.1 beta 1. | Bruce Momjian | 2011-04-10 | 1 | -1/+1 |
| * | Basic foreign table support. | Robert Haas | 2011-01-01 | 1 | -0/+2 |
| * | Stamp copyrights for year 2011. | Bruce Momjian | 2011-01-01 | 1 | -1/+1 |
| * | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 | 1 | -1/+1 |
| * | Code review for --quote-all-identifiers patch: add missing --help documentation | Tom Lane | 2010-08-03 | 1 | -3/+4 |
| * | Add options to force quoting of all identifiers. | Robert Haas | 2010-07-22 | 1 | -2/+6 |
| * | Fix pg_dump of ACLs of foreign servers. The command to grant/revoke | Heikki Linnakangas | 2010-03-03 | 1 | -2/+2 |
| * | pgindent run for 9.0 | Bruce Momjian | 2010-02-26 | 1 | -9/+9 |
| * | Fix up pg_dump's treatment of large object ownership and ACLs. We now emit | Tom Lane | 2010-02-18 | 1 | -2/+3 |
| * | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 | 1 | -2/+2 |
| * | Add large object access control. | Itagaki Takahiro | 2009-12-11 | 1 | -1/+6 |
| * | Use plurals (TABLES, FUNCTIONS, etc) in ALTER DEFAULT PRIVILEGES. We have | Tom Lane | 2009-10-12 | 1 | -6/+11 |
| * | Make it possibly to specify GUC params per user and per database. | Alvaro Herrera | 2009-10-07 | 1 | -5/+9 |
| * | Create an ALTER DEFAULT PRIVILEGES command, which allows users to adjust | Tom Lane | 2009-10-05 | 1 | -15/+63 |
| * | Fix pg_dump to do the right thing when escaping the contents of large objects. | Tom Lane | 2009-08-04 | 1 | -1/+50 |
| * | Tweak the core scanner so that it can be used by plpgsql too. | Tom Lane | 2009-07-14 | 1 | -2/+4 |
| * | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 | 1 | -14/+14 |
| * | Use thread-local storage for querybuffer in fmtId() on Windows, when needed (... | Andrew Dunstan | 2009-03-11 | 1 | -6/+53 |
| * | Support column-level privileges, as required by SQL standard. | Tom Lane | 2009-01-22 | 1 | -27/+53 |
| * | Update copyright for 2009. | Bruce Momjian | 2009-01-01 | 1 | -2/+2 |
| * | SQL/MED catalog manipulation facilities | Peter Eisentraut | 2008-12-19 | 1 | -1/+5 |
| * | Create a separate grantable privilege for TRUNCATE, rather than having it be | Tom Lane | 2008-09-08 | 1 | -1/+3 |
| * | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 | 1 | -2/+2 |