aboutsummaryrefslogtreecommitdiff
path: root/src/include/storage/lwlock.h
Commit message (Expand)AuthorAge
* It turns out that TablespaceCreateDbspace fails badly if a relcache flushTom Lane2006-01-19
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Convert the arithmetic for shared memory size calculation from 'int'Tom Lane2005-08-20
* Remove MMCacheLock -- it is no longer used. Per ITAGAKI Takahiro.Neil Conway2005-07-27
* Two-phase commit. Original patch by Heikki Linnakangas, with additionalTom Lane2005-06-17
* Split the shared-memory array of PGPROC pointers out of the sinvalTom Lane2005-05-19
* Implement sharable row-level locks, and use them for foreign key referencesTom Lane2005-04-28
* Replace the BufMgrLock with separate locks on the lookup hashtable andTom Lane2005-03-04
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Update copyright to 2004.Bruce Momjian2004-08-29
* Rearrange pg_subtrans handling as per recent discussion. pg_subtransTom Lane2004-08-23
* Fix failure to guarantee that a checkpoint will write out pg_clog updatesTom Lane2004-08-11
* Add some code to Assert that when we release pin on a buffer, we areTom Lane2004-06-11
* Per previous discussions, get rid of use of sync(2) in favor ofTom Lane2004-05-31
* This patch is the next step towards (re)allowing fork/exec.Bruce Momjian2003-12-20
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-29
* Update copyrights to 2003.Bruce Momjian2003-08-04
* This patch extracts page buffer pooling and the simpleBruce Momjian2003-06-11
* Update copyright to 2002.Bruce Momjian2002-06-20
* A bunch of changes aimed at reducing backend startup time...Tom Lane2002-02-19
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-05
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-28
* 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