Commits

DateSubjectAuthorReleases
2012-02-10 Fix pg_dump for better handling of inherited columns. Tom Lane 9.2.0
2012-02-08 Fix up dumping conditions for extension configuration tables. Tom Lane 9.2.0
2011-03-10 Revert addition of third argument to format_type(). Tom Lane 9.1.0
2011-02-19 Create the catalog infrastructure for foreign-data-wrapper handlers. Tom Lane 9.1.0
2011-02-10 Fix pg_upgrade to handle extensions. Tom Lane 9.1.0
2011-02-09 Rethink order of operations for dumping extension member objects. Tom Lane 9.1.0
2011-02-08 Core support for "extensions", which are packages of SQL objects. 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-05 Create an ALTER DEFAULT PRIVILEGES command, which allows users to adjust Tom Lane 9.0.0
2009-09-22 Implement the DO statement to support execution of PL code without having Tom Lane 9.0.0
2009-08-02 Add ALTER TABLE ... ALTER COLUMN ... SET STATISTICS DISTINCT Tom Lane 9.0.0
2009-07-29 Support deferrable uniqueness constraints. Tom Lane 9.0.0
2009-01-18 Fix a pg_dump output ordering problem introduced in 8.3 by the addition of Tom Lane 8.3.6
2009-01-18 Fix a pg_dump output ordering problem introduced in 8.3 by the addition of Tom Lane 8.4.0
2008-11-09 Replace pg_class.reltriggers with relhastriggers, which is just a boolean hint Tom Lane 8.4.0
2008-09-08 Make pg_dump --data-only try to order the table dumps so that foreign keys' Tom Lane 8.4.0
2008-05-09 Change the rules for inherited CHECK constraints to be essentially the same Tom Lane 8.4.0
2007-08-21 Tsearch2 functionality migrates to core. The bulk of this work is by Tom Lane 8.3.0
2007-05-11 Support arrays of composite types, including the rowtypes of regular tables Tom Lane 8.3.0
2007-01-23 Update pg_dump to support dumping operator families. Tom Lane 8.3.0
2006-10-09 Revise psql pattern-matching switches as per discussion. The rule is now Tom Lane 8.2.0
2006-08-21 Fix all known problems with pg_dump's handling of serial sequences Tom Lane 8.2.0
2006-07-27 Aggregate functions now support multiple input arguments. I also took Tom Lane 8.2.0
2006-03-02 Fix up pg_dump to emit shell-type definitions at the proper time, to Tom Lane 8.2.0
2005-12-03 Treat procedural languages as owned by the bootstrap superuser, rather Tom Lane 8.2.0