Commits

DateSubjectAuthorReleases
2008-03-08 Refactor heap_page_prune so that instead of changing item states on-the-fly, Tom Lane 8.4.0
2008-01-14 Fix CREATE INDEX CONCURRENTLY so that it won't use synchronized scan 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-06-09 Teach heapam code to know the difference between a real seqscan and the Tom Lane 8.3.0
2007-06-08 Arrange for large sequential scans to synchronize with each other, so that Tom Lane 8.3.0
2007-05-27 Fix up pgstats counting of live and dead tuples to recognize that committed Tom Lane 8.3.0
2007-04-08 Make CLUSTER MVCC-safe. Heikki Linnakangas Tom Lane 8.3.0
2007-04-06 Support varlena fields with single-byte headers and unaligned storage. Tom Lane 8.3.0
2007-03-29 Teach CLUSTER to skip writing WAL if not needed (ie, not using archiving) Tom Lane 8.3.0
2006-11-05 Fix recently-understood problems with handling of XID freezing, particularly Tom Lane 8.2.0
2006-08-18 Now that we've rearranged relation open to get a lock before touching 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-06-27 Create infrastructure for 'MinimalTuple' representation of in-memory Tom Lane 8.2.0
2006-05-10 Clean up code associated with updating pg_class statistics columns 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
2005-08-26 Back-patch fixes for problems with VACUUM destroying t_ctid chains too soon, Tom Lane 7.3.11
2005-08-25 Back-patch fixes for problems with VACUUM destroying t_ctid chains too soon, Tom Lane 7.4.9
2005-08-25 Back-patch fixes for problems with VACUUM destroying t_ctid chains too soon, Tom Lane 8.0.4
2005-08-20 Repair problems with VACUUM destroying t_ctid chains too soon, and with Tom Lane 8.1.0
2005-08-01 Add NOWAIT option to SELECT FOR UPDATE/SHARE. Tom Lane 8.1.0
2005-06-20 Avoid WAL-logging individual tuple insertions during CREATE TABLE AS Tom Lane 8.1.0
2005-06-06 Remove the mostly-stubbed-out-anyway support routines for WAL UNDO. Tom Lane 8.1.0
2005-04-28 Implement sharable row-level locks, and use them for foreign key references Tom Lane 8.1.0
2005-04-14 Completion of project to use fixed OIDs for all system catalogs and Tom Lane 8.1.0
2005-03-21 Convert index-related tuple handling routines from char 'n'/' ' to bool Tom Lane 8.1.0