index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
transam
/
multixact.c
Commit message (
Expand
)
Author
Age
*
Arrange to emit a description of the current XLOG record as error context
Tom Lane
2006-03-24
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
*
Get rid of slru.c's hardwired insistence on a fixed number of slots per
Tom Lane
2005-12-06
*
Arrange for read-only accesses to SLRU page buffers to take only a shared
Tom Lane
2005-12-06
*
Re-run pgindent, fixing a problem where comment lines after a blank
Bruce Momjian
2005-11-22
*
Clean up representation of SLRU page state. This is the cleaner fix
Tom Lane
2005-11-05
*
Reorder code so that we don't have to hold a critical section while
Tom Lane
2005-10-28
*
Fix race condition in multixact code: it's possible to try to read a
Tom Lane
2005-10-28
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
*
Convert the arithmetic for shared memory size calculation from 'int'
Tom Lane
2005-08-20
*
Make GetMultiXactIdMembers() a public function.
Tatsuo Ishii
2005-08-20
*
Add NOWAIT option to SELECT FOR UPDATE/SHARE.
Tom Lane
2005-08-01
*
Change WAL-logging scheme for multixacts to be more like regular
Tom Lane
2005-06-08
*
Split the shared-memory array of PGPROC pointers out of the sinval
Tom Lane
2005-05-19
*
Fix case in which a debug printout would print already-pfreed data.
Tom Lane
2005-05-07
*
Clean up MultiXactIdExpand's API by separating out the case where we
Tom Lane
2005-05-03
*
Implement sharable row-level locks, and use them for foreign key references
Tom Lane
2005-04-28