| Commit message (Expand) | Author | Age |
* | Get rid of obsolete parse_version helper function. | Heikki Linnakangas | 2013-03-26 |
* | 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 |
* | Support multiple -t/--table arguments for more commands | Magnus Hagander | 2013-01-17 |
* | Update copyrights for 2013 | Bruce Momjian | 2013-01-01 |
* | Fix assorted bugs in privileges-for-types patch. | Tom Lane | 2012-12-09 |
* | pg_dump: Add missing newlines at end of messages | Peter Eisentraut | 2012-06-18 |
* | Run pgindent on 9.2 source tree in preparation for first 9.3 | Bruce Momjian | 2012-06-10 |
* | Message style improvements | Peter Eisentraut | 2012-06-07 |
* | Fix memory leaks in failure paths in buildACLCommands and parseAclItem. | Tom Lane | 2012-06-03 |
* | Rewrite --section option to decouple it from --schema-only/--data-only. | Tom Lane | 2012-05-29 |
* | Put back code inadvertently deleted from exit_nicely. | Robert Haas | 2012-04-05 |
* | Arrange for on_exit_nicely to be thread-safe. | Robert Haas | 2012-04-03 |
* | Rename frontend keyword arrays to avoid conflict with backend. | Tom Lane | 2012-03-31 |
* | pg_dump: get rid of die_horribly | Alvaro Herrera | 2012-03-20 |
* | Invent on_exit_nicely for pg_dump. | Robert Haas | 2012-02-16 |
* | Update copyright notices for year 2012. | Bruce Momjian | 2012-01-01 |
* | Add --section option to pg_dump and pg_restore. | Andrew Dunstan | 2011-12-16 |
* | Clean up after recent pg_dump patches. | Tom Lane | 2011-11-29 |
* | 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 |
* | Support SECURITY LABEL on databases, tablespaces, and roles. | Robert Haas | 2011-07-20 |
* | pgindent run before PG 9.1 beta 1. | Bruce Momjian | 2011-04-10 |
* | Basic foreign table support. | Robert Haas | 2011-01-01 |
* | Stamp copyrights for year 2011. | Bruce Momjian | 2011-01-01 |
* | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 |
* | Code review for --quote-all-identifiers patch: add missing --help documentation | Tom Lane | 2010-08-03 |
* | Add options to force quoting of all identifiers. | Robert Haas | 2010-07-22 |
* | Fix pg_dump of ACLs of foreign servers. The command to grant/revoke | Heikki Linnakangas | 2010-03-03 |
* | pgindent run for 9.0 | Bruce Momjian | 2010-02-26 |
* | Fix up pg_dump's treatment of large object ownership and ACLs. We now emit | Tom Lane | 2010-02-18 |
* | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 |
* | Add large object access control. | Itagaki Takahiro | 2009-12-11 |
* | Use plurals (TABLES, FUNCTIONS, etc) in ALTER DEFAULT PRIVILEGES. We have | Tom Lane | 2009-10-12 |
* | Make it possibly to specify GUC params per user and per database. | Alvaro Herrera | 2009-10-07 |
* | Create an ALTER DEFAULT PRIVILEGES command, which allows users to adjust | Tom Lane | 2009-10-05 |
* | Fix pg_dump to do the right thing when escaping the contents of large objects. | Tom Lane | 2009-08-04 |
* | Tweak the core scanner so that it can be used by plpgsql too. | Tom Lane | 2009-07-14 |
* | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 |
* | Use thread-local storage for querybuffer in fmtId() on Windows, when needed (... | Andrew Dunstan | 2009-03-11 |
* | Support column-level privileges, as required by SQL standard. | Tom Lane | 2009-01-22 |
* | Update copyright for 2009. | Bruce Momjian | 2009-01-01 |
* | SQL/MED catalog manipulation facilities | Peter Eisentraut | 2008-12-19 |
* | Create a separate grantable privilege for TRUNCATE, rather than having it be | Tom Lane | 2008-09-08 |
* | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 |
* | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 |
* | Use "alternative" instead of "alternate" where it is clearer. | Peter Eisentraut | 2007-11-07 |
* | Adjust processSQLNamePattern() so that $ within the pattern is always matched | Tom Lane | 2007-07-10 |
* | Arrange for quote_identifier() and pg_dump to not quote keywords that are | Tom Lane | 2007-06-18 |