Commits

DateSubjectAuthorReleases
2013-11-29 Refine our definition of what constitutes a system relation. Robert Haas 9.4.0
2013-11-08 Add the notion of REPLICA IDENTITY for a table. 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
2012-05-11 Prevent loss of init fork when truncating an unlogged table. Robert Haas 9.2.0
2012-05-11 Prevent loss of init fork when truncating an unlogged table. Robert Haas 9.1.4
2012-03-09 Extend object access hook framework to support arguments, and DROP. Robert Haas 9.2.0
2012-01-26 Classify DROP operations by whether or not they are user-initiated. Robert Haas 9.2.0
2011-08-05 Allow per-column foreign data wrapper options. Robert Haas 9.2.0
2011-07-18 Avoid index rebuild for no-rewrite ALTER TABLE .. ALTER TYPE. Robert Haas 9.2.0
2011-06-17 Fix crash in CREATE UNLOGGED TABLE. Robert Haas 9.1.0
2011-06-17 Fix crash in CREATE UNLOGGED TABLE. Robert Haas 9.2.0
2011-04-25 Refactor broken CREATE TABLE IF NOT EXISTS support. Robert Haas 9.1.0
2011-01-02 Basic foreign table support. 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-11-25 Object access hook framework, with post-creation hook. Robert Haas 9.1.0
2010-08-13 Include the backend ID in the relpath of temporary relations. 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
2010-01-22 Replace ALTER TABLE ... SET STATISTICS DISTINCT with a more general mechanism. Robert Haas 9.0.0