Commits

DateSubjectAuthorReleases
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
2013-03-07 Code beautification for object-access hook machinery. Robert Haas 9.3.0
2012-06-14 Remove misplaced sanity check from heap_create(). Robert Haas 9.3.0
2012-06-14 Remove RELKIND_UNCATALOGED. Robert Haas 9.3.0
2011-11-30 Improve table locking behavior in the face of current DDL. Robert Haas 9.2.0
2011-07-18 Avoid index rebuild for no-rewrite ALTER TABLE .. ALTER TYPE. Robert Haas 9.2.0
2011-07-09 Try to acquire relation locks in RangeVarGetRelid. Robert Haas 9.2.0
2011-06-02 Avoid creating init fork for unlogged indexes when it already exists. Robert Haas 9.1.0
2011-02-12 Teach ALTER TABLE .. SET DATA TYPE to avoid some table rewrites. 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-29 Support unlogged tables. Robert Haas 9.1.0
2010-12-13 Generalize concept of temporary relations to "relation persistence". Robert Haas 9.1.0
2010-08-13 Include the backend ID in the relpath of temporary relations. Robert Haas 9.1.0
2010-02-14 Wrap calls to SearchSysCache and related functions using macros. Robert Haas 9.0.0
2010-01-22 Replace ALTER TABLE ... SET STATISTICS DISTINCT with a more general mechanism. Robert Haas 9.0.0