index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
storage
/
lmgr
/
lwlock.c
Commit message (
Expand
)
Author
Age
*
Tag appropriate files for rc3
PostgreSQL Daemon
2004-12-31
*
Pgindent run for 8.0.
Bruce Momjian
2004-08-29
*
Update copyright to 2004.
Bruce Momjian
2004-08-29
*
Rearrange pg_subtrans handling as per recent discussion. pg_subtrans
Tom Lane
2004-08-23
*
Nested transactions. There is still much left to do, especially on the
Tom Lane
2004-07-01
*
Add some code to Assert that when we release pin on a buffer, we are
Tom Lane
2004-06-11
*
This patch is the next step towards (re)allowing fork/exec.
Bruce Momjian
2003-12-20
*
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2003-11-29
*
Update copyrights to 2003.
Bruce Momjian
2003-08-04
*
Error message editing in backend/storage.
Tom Lane
2003-07-24
*
This patch extracts page buffer pooling and the simple
Bruce Momjian
2003-06-11
*
Remove ShutdownBufferPoolAccess exit callback, and do the work in
Tom Lane
2002-09-25
*
pgindent run.
Bruce Momjian
2002-09-04
*
Update copyright to 2002.
Bruce Momjian
2002-06-20
*
Katherine Ward wrote:
Jan Wieck
2002-06-11
*
Create an internal semaphore API that is not tied to SysV semaphores.
Tom Lane
2002-05-05
*
Commit to match discussed elog() changes. Only update is that LOG is
Bruce Momjian
2002-03-02
*
Tweak LWLock algorithms so that an awakened waiter for a lock is not
Tom Lane
2002-01-07
*
Oops, only wanted datetime.c changes in there. lock stuff reversed out.
Bruce Momjian
2001-12-29
*
Fix newly introduced datetime.c compile failure; not enough parens.
Bruce Momjian
2001-12-29
*
Improve LOCK_DEBUG logging code for LWLocks.
Tom Lane
2001-12-28
*
Declare LWLock pointers as volatile to prevent AIX compiler from
Tom Lane
2001-12-10
*
New pgindent run with fixes suggested by Tom. Patch manually reviewed,
Bruce Momjian
2001-11-05
*
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