summaryrefslogtreecommitdiff
path: root/src/backend/access/transam/multixact.c
Commit message (Expand)AuthorAgeFilesLines
* Add a new option to RestoreBkpBlocks() to indicate if a cleanup lock shouldHeikki Linnakangas2009-01-201-1/+4
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Add a few more DTrace probes to the backend.Alvaro Herrera2008-08-011-2/+9
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* pgindent run for 8.3.Bruce Momjian2007-11-151-4/+4
* Implement lazy XID allocation: transactions that do not modify any databaseTom Lane2007-09-051-5/+2
* Support an optional asynchronous commit mode, in which we don't flush WALTom Lane2007-08-011-12/+12
* 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-6/+45
* pgindent run for 8.2.Bruce Momjian2006-10-041-6/+6
* Don't try to truncate multixact SLRU files in checkpoints done during xlogTom Lane2006-07-201-3/+8
* Allow include files to compile own their own.Bruce Momjian2006-07-131-1/+2
* Alphabetically order reference to include files, "G" - "M".Bruce Momjian2006-07-111-2/+2
* Arrange to emit a description of the current XLOG record as error contextTom Lane2006-03-241-7/+7
* 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-5/+7
* Arrange for read-only accesses to SLRU page buffers to take only a sharedTom Lane2005-12-061-3/+3
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-221-41/+42
* Clean up representation of SLRU page state. This is the cleaner fixTom Lane2005-11-051-9/+9
* Reorder code so that we don't have to hold a critical section whileTom Lane2005-10-281-24/+28
* Fix race condition in multixact code: it's possible to try to read aTom Lane2005-10-281-35/+110
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-190/+190
* Convert the arithmetic for shared memory size calculation from 'int'Tom Lane2005-08-201-4/+11
* Make GetMultiXactIdMembers() a public function.Tatsuo Ishii2005-08-201-3/+2
* Add NOWAIT option to SELECT FOR UPDATE/SHARE.Tom Lane2005-08-011-2/+39
* Change WAL-logging scheme for multixacts to be more like regularTom Lane2005-06-081-195/+426
* Split the shared-memory array of PGPROC pointers out of the sinvalTom Lane2005-05-191-4/+4
* Fix case in which a debug printout would print already-pfreed data.Tom Lane2005-05-071-5/+7
* Clean up MultiXactIdExpand's API by separating out the case where weTom Lane2005-05-031-35/+40
* Implement sharable row-level locks, and use them for foreign key referencesTom Lane2005-04-281-0/+1557