Commits

DateSubjectAuthorReleases
2009-10-13 Code review for LIKE INCLUDING patch --- clean up some cosmetic and not Tom Lane 9.0.0
2009-04-04 Remove the recently added node types ReloptElem and OptionDefElem in favor Tom Lane 8.4.0
2008-11-02 Remove all uses of the deprecated functions heap_formtuple, heap_modifytuple, Tom Lane 8.4.0
2008-07-13 Clean up the use of some page-header-access macros: principally, use Tom Lane 8.4.0
2008-05-17 Allow ALTER SEQUENCE START WITH to change the recorded start_value of a Tom Lane 8.4.0
2008-05-16 Add a RESTART (without parameter) option to ALTER SEQUENCE, allowing a Tom Lane 8.4.0
2007-10-25 Ugly patch to make ALTER SEQUENCE OWNED BY not affect the currval() state Tom Lane 8.2.6
2007-10-25 Fix ALTER SEQUENCE so that it does not affect the value of currval() for Tom Lane 8.3.0
2007-09-20 HOT updates. When we update a tuple without changing any of its indexed Tom Lane 8.3.0
2007-09-12 Redefine the lp_flags field of item pointers as having four states, rather Tom Lane 8.3.0
2007-09-05 Implement lazy XID allocation: transactions that do not modify any database Tom Lane 8.3.0
2006-08-21 Fix all known problems with pg_dump's handling of serial sequences Tom Lane 8.2.0
2006-07-31 Change the relation_open protocol so that we obtain lock on a relation Tom Lane 8.2.0
2006-07-03 Code review for FILLFACTOR patch. Change WITH grammar as per earlier Tom Lane 8.2.0
2006-03-31 Clean up WAL/buffer interactions as per my recent proposal. Get rid of the Tom Lane 8.2.0
2006-03-29 Clean up and document the API for XLogOpenRelation and XLogReadBuffer. Tom Lane 8.2.0
2006-03-24 Arrange to emit a description of the current XLOG record as error context Tom Lane 8.2.0
2006-03-14 Improve parser so that we can show an error cursor position for errors Tom Lane 8.2.0
2005-10-02 Change nextval and other sequence functions to specify their sequence Tom Lane 8.1.0
2005-06-06 Modify XLogInsert API to make callers specify whether pages to be backed Tom Lane 8.1.0
2005-06-06 Remove the mostly-stubbed-out-anyway support routines for WAL UNDO. Tom Lane 8.1.0
2004-09-16 Restructure subtransaction handling to reduce resource consumption, Tom Lane 8.0.0
2004-07-21 Invent WAL timelines, as per recent discussion, to make point-in-time Tom Lane 8.0.0
2004-07-12 Remove TABLESPACE option of CREATE SEQUENCE; sequences will now always Tom Lane 8.0.0
2004-06-18 Tablespaces. Alternate database locations are dead, long live tablespaces. Tom Lane 8.0.0