Commits

DateSubjectAuthorReleases
2022-07-06 Change internal RelFileNode references to RelFileNumber or RelFileLocator. Robert Haas 16.0
2019-09-05 Split tuptoaster.c into three separate files. Robert Haas 13.0
2019-03-25 Add progress reporting for CLUSTER and VACUUM FULL. Robert Haas 12.0
2018-02-02 Support parallel btree index builds. Robert Haas 11.0
2016-12-12 Remove should_free arguments to tuplesort routines. Robert Haas 10.0
2014-03-04 Allow VACUUM FULL/CLUSTER to bump freeze horizons even for pg_class. Robert Haas 9.4.0
2014-03-03 Introduce logical decoding. Robert Haas 9.4.0
2014-01-02 Aggressively freeze tables when CLUSTER or VACUUM FULL rewrites them. Robert Haas 9.4.0
2013-11-29 Refine our definition of what constitutes a system relation. Robert Haas 9.4.0
2013-08-01 Remove SnapshotNow and HeapTupleSatisfiesNow. Robert Haas 9.4.0
2013-07-22 Adjust HeapTupleSatisfies* routines to take a HeapTuple. Robert Haas 9.4.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-01-26 Classify DROP operations by whether or not they are user-initiated. Robert Haas 9.2.0
2011-12-21 Improve behavior of concurrent CLUSTER. Robert Haas 9.2.0
2011-12-16 Improve behavior of concurrent rename statements. Robert Haas 9.2.0
2011-05-12 Kill stray "not". Robert Haas 9.1.0
2011-04-25 Refactor broken CREATE TABLE IF NOT EXISTS support. Robert Haas 9.1.0
2011-01-21 Make ALTER TABLE revalidate uniqueness and exclusion constraints. Robert Haas 9.0.3
2011-01-21 Make ALTER TABLE revalidate uniqueness and exclusion constraints. Robert Haas 9.1.0
2010-12-13 Generalize concept of temporary relations to "relation persistence". 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