summaryrefslogtreecommitdiff
path: root/src/include/access/multixact.h
Commit message (Expand)AuthorAgeFilesLines
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Fix an old bug in multixact and two-phase commit. Prepared transactions canHeikki Linnakangas2009-11-231-1/+10
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Repair two related errors in heap_lock_tuple: it was failing to recognizeTom Lane2006-11-171-1/+2
* Arrange to emit a description of the current XLOG record as error contextTom Lane2006-03-241-2/+2
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Get rid of slru.c's hardwired insistence on a fixed number of slots perTom Lane2005-12-061-1/+5
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-10/+10
* Convert the arithmetic for shared memory size calculation from 'int'Tom Lane2005-08-201-2/+2
* Make GetMultiXactIdMembers() a public function.Tatsuo Ishii2005-08-201-1/+2
* Add NOWAIT option to SELECT FOR UPDATE/SHARE.Tom Lane2005-08-011-1/+2
* Change WAL-logging scheme for multixacts to be more like regularTom Lane2005-06-081-4/+33
* Clean up MultiXactIdExpand's API by separating out the case where weTom Lane2005-05-031-4/+4
* Implement sharable row-level locks, and use them for foreign key referencesTom Lane2005-04-281-0/+37