index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
storage
/
lwlock.h
Commit message (
Expand
)
Author
Age
*
It turns out that TablespaceCreateDbspace fails badly if a relcache flush
Tom Lane
2006-01-19
*
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
*
Remove MMCacheLock -- it is no longer used. Per ITAGAKI Takahiro.
Neil Conway
2005-07-27
*
Two-phase commit. Original patch by Heikki Linnakangas, with additional
Tom Lane
2005-06-17
*
Split the shared-memory array of PGPROC pointers out of the sinval
Tom Lane
2005-05-19
*
Implement sharable row-level locks, and use them for foreign key references
Tom Lane
2005-04-28
*
Replace the BufMgrLock with separate locks on the lookup hashtable and
Tom Lane
2005-03-04
*
Tag appropriate files for rc3
PostgreSQL Daemon
2004-12-31
*
Update copyright to 2004.
Bruce Momjian
2004-08-29
*
Rearrange pg_subtrans handling as per recent discussion. pg_subtrans
Tom Lane
2004-08-23
*
Fix failure to guarantee that a checkpoint will write out pg_clog updates
Tom Lane
2004-08-11
*
Add some code to Assert that when we release pin on a buffer, we are
Tom Lane
2004-06-11
*
Per previous discussions, get rid of use of sync(2) in favor of
Tom Lane
2004-05-31
*
This patch is the next step towards (re)allowing fork/exec.
Bruce Momjian
2003-12-20
*
make sure the $Id tags are converted to $PostgreSQL as well ...
PostgreSQL Daemon
2003-11-29
*
Update copyrights to 2003.
Bruce Momjian
2003-08-04
*
This patch extracts page buffer pooling and the simple
Bruce Momjian
2003-06-11
*
Update copyright to 2002.
Bruce Momjian
2002-06-20
*
A bunch of changes aimed at reducing backend startup time...
Tom Lane
2002-02-19
*
New pgindent run with fixes suggested by Tom. Patch manually reviewed,
Bruce Momjian
2001-11-05
*
Another pgindent run. Fixes enum indenting, and improves #endif
Bruce Momjian
2001-10-28
*
pgindent run on all C files. Java run to follow. initdb/regression
Bruce Momjian
2001-10-25
*
Implement new 'lightweight lock manager' that's intermediate between
Tom Lane
2001-09-29