aboutsummaryrefslogtreecommitdiff
path: root/src/include/storage/lwlock.h
Commit message (Expand)AuthorAge
* Remove the placeholder LWLockId in place of the removed FreeSpaceLock.Heikki Linnakangas2009-03-03
* Update copyright for 2009.Bruce Momjian2009-01-01
* Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, theHeikki Linnakangas2008-09-30
* Rewrite the sinval messaging mechanism to reduce contention and avoidTom Lane2008-06-19
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Arrange for large sequential scans to synchronize with each other, so thatTom Lane2007-06-08
* Add a multi-worker capability to autovacuum. This allows multiple workerAlvaro Herrera2007-04-16
* Remove the CheckpointStartLock in favor of having backends show whether theyTom Lane2007-04-03
* Restructure autovacuum in two processes: a dummy process, which runsAlvaro Herrera2007-02-15
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Redesign the patch for allocation of shmem space and LWLocks for add-onTom Lane2006-10-15
* Add support for loadable modules to allocated shared memory andBruce Momjian2006-08-01
* Convert the lock manager to use the new dynahash.c support for partitionedTom Lane2006-07-23
* Split the buffer mapping table into multiple separately lockableTom Lane2006-07-23
* Rewrite btree vacuuming to fold the former bulkdelete and cleanup operationsTom Lane2006-05-08
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* It turns out that TablespaceCreateDbspace fails badly if a relcache flushTom Lane2006-01-19
* Rearrange backend startup sequence so that ShmemIndexLock can becomeTom Lane2006-01-04
* Divide the lock manager's shared state into 'partitions', so as toTom Lane2005-12-11
* 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