summaryrefslogtreecommitdiff
path: root/src/backend/access/transam/subtrans.c
AgeCommit message (Expand)Author
2007-08-01Support an optional asynchronous commit mode, in which we don't flush WALTom Lane
2007-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian
2006-07-13Allow include files to compile own their own.Bruce Momjian
2006-03-05Update copyright for 2006. Update scripts.Bruce Momjian
2005-12-06Get rid of slru.c's hardwired insistence on a fixed number of slots perTom Lane
2005-12-06Arrange for read-only accesses to SLRU page buffers to take only a sharedTom Lane
2005-11-22Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian
2005-11-05Clean up representation of SLRU page state. This is the cleaner fixTom Lane
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-08-20Convert the arithmetic for shared memory size calculation from 'int'Tom Lane
2005-06-17Two-phase commit. Original patch by Heikki Linnakangas, with additionalTom Lane
2005-05-19Split the shared-memory array of PGPROC pointers out of the sinvalTom Lane
2004-12-31Tag appropriate files for rc3PostgreSQL Daemon
2004-09-16RecentXmin is too recent to use as the cutoff point for accessingTom Lane
2004-08-29Pgindent run for 8.0.Bruce Momjian
2004-08-29Update copyright to 2004.Bruce Momjian
2004-08-23Rearrange pg_subtrans handling as per recent discussion. pg_subtransTom Lane
2004-08-22Tweak code so that pg_subtrans is never consulted for XIDs older thanTom Lane
2004-07-01Nested transactions. There is still much left to do, especially on theTom Lane