Commits

DateSubjectAuthorReleases
2022-11-18 Add a SET option to the GRANT command. Robert Haas 16.0
2016-12-07 Implement table partitioning. Robert Haas 10.0
2016-06-09 pgindent run for 9.6 Robert Haas 9.6.0
2015-11-19 Make ALTER .. SET SCHEMA do nothing, instead of throwing an ERROR. Robert Haas 9.6.0
2015-09-16 Determine whether it's safe to attempt a parallel plan for a query. Robert Haas 9.6.0
2013-07-02 Use an MVCC snapshot, rather than SnapshotNow, for catalog scans. Robert Haas 9.4.0
2013-03-18 Extend object-access hook machinery to support post-alter events. Robert Haas 9.3.0
2012-12-29 Adjust more backend functions to return OID rather than void. Robert Haas 9.3.0
2012-12-23 Adjust many backend functions to return OID rather than void. Robert Haas 9.3.0
2012-04-24 Lots of doc corrections. Robert Haas 9.2.0
2012-02-14 Allow LEAKPROOF functions for better performance of security views. Robert Haas 9.2.0
2012-01-26 Classify DROP operations by whether or not they are user-initiated. Robert Haas 9.2.0
2012-01-16 Prevent adding relations to a concurrently dropped schema. Robert Haas 9.2.0
2011-12-16 Improve behavior of concurrent rename statements. Robert Haas 9.2.0
2011-10-20 Consolidate DROP handling for some object types. Robert Haas 9.2.0
2011-07-03 Fix bugs in relpersistence handling during table creation. Robert Haas 9.1.0
2011-07-03 Fix bugs in relpersistence handling during table creation. Robert Haas 9.2.0
2011-02-11 Tweak find_composite_type_dependencies API a bit more. Robert Haas 9.1.0
2011-02-06 Tighten ALTER FOREIGN TABLE .. SET DATA TYPE checks. Robert Haas 9.1.0
2010-11-23 Centralize some ALTER <whatever> .. SET SCHEMA checks. Robert Haas 9.1.0
2010-07-25 CREATE TABLE IF NOT EXISTS. Robert Haas 9.1.0
2010-02-14 Wrap calls to SearchSysCache and related functions using macros. Robert Haas 9.0.0