aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/lmgr/lwlock.c
Commit message (Expand)AuthorAge
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Rearrange pg_subtrans handling as per recent discussion. pg_subtransTom Lane2004-08-23
* Nested transactions. There is still much left to do, especially on theTom Lane2004-07-01
* Add some code to Assert that when we release pin on a buffer, we areTom Lane2004-06-11
* This patch is the next step towards (re)allowing fork/exec.Bruce Momjian2003-12-20
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Update copyrights to 2003.Bruce Momjian2003-08-04
* Error message editing in backend/storage.Tom Lane2003-07-24
* This patch extracts page buffer pooling and the simpleBruce Momjian2003-06-11
* Remove ShutdownBufferPoolAccess exit callback, and do the work inTom Lane2002-09-25
* pgindent run.Bruce Momjian2002-09-04
* Update copyright to 2002.Bruce Momjian2002-06-20
* Katherine Ward wrote:Jan Wieck2002-06-11
* Create an internal semaphore API that is not tied to SysV semaphores.Tom Lane2002-05-05
* Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian2002-03-02
* Tweak LWLock algorithms so that an awakened waiter for a lock is notTom Lane2002-01-07
* Oops, only wanted datetime.c changes in there. lock stuff reversed out.Bruce Momjian2001-12-29
* Fix newly introduced datetime.c compile failure; not enough parens.Bruce Momjian2001-12-29
* Improve LOCK_DEBUG logging code for LWLocks.Tom Lane2001-12-28
* Declare LWLock pointers as volatile to prevent AIX compiler fromTom Lane2001-12-10
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-05
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Implement new 'lightweight lock manager' that's intermediate betweenTom Lane2001-09-29