Commits

DateSubjectAuthorReleases
2010-08-03 Code review for --quote-all-identifiers patch: add missing --help documentation Tom Lane 9.1.0
2010-02-18 Fix up pg_dump's treatment of large object ownership and ACLs. We now emit Tom Lane 9.0.0
2009-10-12 Use plurals (TABLES, FUNCTIONS, etc) in ALTER DEFAULT PRIVILEGES. We have Tom Lane 9.0.0
2009-10-05 Create an ALTER DEFAULT PRIVILEGES command, which allows users to adjust Tom Lane 9.0.0
2009-08-04 Fix pg_dump to do the right thing when escaping the contents of large objects. Tom Lane 9.0.0
2009-07-14 Tweak the core scanner so that it can be used by plpgsql too. Tom Lane 9.0.0
2009-01-22 Support column-level privileges, as required by SQL standard. Tom Lane 8.4.0
2008-09-08 Create a separate grantable privilege for TRUNCATE, rather than having it be Tom Lane 8.4.0
2007-07-10 Adjust processSQLNamePattern() so that $ within the pattern is always matched Tom Lane 8.3.0
2007-06-18 Arrange for quote_identifier() and pg_dump to not quote keywords that are Tom Lane 8.3.0
2007-01-04 Tweak pg_dumpall to add GRANT CONNECT ON DATABASE ... TO PUBLIC when dumping Tom Lane 8.2.1
2007-01-04 Tweak pg_dumpall to add GRANT CONNECT ON DATABASE ... TO PUBLIC when dumping Tom Lane 8.3.0
2006-10-09 Move processNamePattern into dumputils.c in preparation for using it in Tom Lane 8.2.0
2006-09-08 Fix pg_dump for recent change removing separate RULE privilege. Tom Lane 8.2.0
2006-06-01 Fix up hack to suppress escape_string_warning so that it actually works Tom Lane 8.2.0
2006-05-28 Fix up pg_dump to do string escaping fully correctly for client encoding Tom Lane 8.2.0
2006-04-30 Code review for GRANT CONNECT patch. Spell the privilege as CONNECT not Tom Lane 8.2.0
2005-12-03 Treat procedural languages as owned by the bootstrap superuser, rather Tom Lane 8.2.0
2005-12-02 Fix obsolete comment. Tom Lane 8.2.0
2004-06-18 Tablespaces. Alternate database locations are dead, long live tablespaces. Tom Lane 8.0.0
2004-03-23 Use dollar-quoting for function bodies, unless disabled with Tom Lane 8.0.0
2004-01-07 pg_dump support for function parameter names. Tom Lane 8.0.0
2003-08-14 Handle double-quotes correctly in user names in ACL lists. Tom Lane 7.4.1
2003-07-31 Upgrade parsing code for ACLs to be less hokey and more cognizant of Tom Lane 7.4.1
2003-05-30 Cause pg_dumpall to include GRANT/REVOKE for database-level permissions Tom Lane 7.4.1