Commits

DateSubjectAuthorReleases
2007-07-20 Fix WAL replay of truncate operations to cope with the possibility that the Tom Lane 8.2.5
2007-07-20 Fix WAL replay of truncate operations to cope with the possibility that the Tom Lane 8.3.0
2007-07-08 Remove the pgstat_drop_relation() call from smgr_internal_unlink(), because Tom Lane 8.1.10
2007-07-08 Remove the pgstat_drop_relation() call from smgr_internal_unlink(), because Tom Lane 8.2.5
2007-07-08 Remove the pgstat_drop_relation() call from smgr_internal_unlink(), because Tom Lane 8.3.0
2007-01-03 Clean up smgr.c/md.c APIs as per discussion a couple months ago. Instead of Tom Lane 8.3.0
2006-04-14 Make the world safe for full_page_writes. Allow XLOG records that try to Tom Lane 8.2.0
2006-03-30 Suppress attempts to report dropped tables to the stats collector from a Tom Lane 8.1.4
2006-03-30 Suppress attempts to report dropped tables to the stats collector from a 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-01-18 Modify pgstats code to reduce performance penalties from oversized stats data Tom Lane 8.1.3
2006-01-18 Modify pgstats code to reduce performance penalties from oversized stats data Tom Lane 8.2.0
2005-08-08 Cause ShutdownPostgres to do a normal transaction abort during backend 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-17 Two-phase commit. Original patch by Heikki Linnakangas, with additional 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
2005-05-29 Modify hash_search() API to prevent future occurrences of the error Tom Lane 8.1.0
2005-03-20 Remove unnecessary calls of FlushRelationBuffers: there is no need Tom Lane 8.1.0
2005-01-10 Phase 1 of fix for 'SMgrRelation hashtable corrupted' problem. This Tom Lane 8.0.0
2004-09-06 Fix incorrect ordering of smgr cleanup relative to buffer pin cleanup Tom Lane 8.0.0
2004-08-15 Dept. of further reflection: I looked around to see if any other callers Tom Lane 8.0.0
2004-07-17 Invent ResourceOwner mechanism as per my recent proposal, and use it to Tom Lane 8.0.0
2004-07-11 Move TablespaceCreateDbspace() call into smgrcreate(), which is where it Tom Lane 8.0.0
2004-07-01 Nested transactions. There is still much left to do, especially on the Tom Lane 8.0.0