aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/multixact.c
Commit message (Expand)AuthorAge
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Reorder code so that we don't have to hold a critical section whileTom Lane2005-10-28
* Fix race condition in multixact code: it's possible to try to read aTom Lane2005-10-28
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Convert the arithmetic for shared memory size calculation from 'int'Tom Lane2005-08-20
* Make GetMultiXactIdMembers() a public function.Tatsuo Ishii2005-08-20
* Add NOWAIT option to SELECT FOR UPDATE/SHARE.Tom Lane2005-08-01
* Change WAL-logging scheme for multixacts to be more like regularTom Lane2005-06-08
* Split the shared-memory array of PGPROC pointers out of the sinvalTom Lane2005-05-19
* Fix case in which a debug printout would print already-pfreed data.Tom Lane2005-05-07
* Clean up MultiXactIdExpand's API by separating out the case where weTom Lane2005-05-03
* Implement sharable row-level locks, and use them for foreign key referencesTom Lane2005-04-28