summaryrefslogtreecommitdiff
path: root/src/backend/access/transam/multixact.c
Commit message (Expand)AuthorAgeFilesLines
* 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