aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/lmgr/lwlock.c
Commit message (Expand)AuthorAge
* Replace the pg_listener-based LISTEN/NOTIFY mechanism with an in-memory queue.Tom Lane2010-02-16
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Redefine Datum as uintptr_t, instead of unsigned long.Tom Lane2009-12-31
* Update copyright for 2009.Bruce Momjian2009-01-01
* Add a few more DTrace probes to the backend.Alvaro Herrera2008-08-01
* Enable probes to work with Mac OS X Leopard and other OSes that willPeter Eisentraut2008-03-17
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* pgindent run for 8.3.Bruce Momjian2007-11-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
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Put back another improperly-removed #include.Tom Lane2006-08-07
* Fix missing 'static' keywords --- some compilers gripe about this.Tom Lane2006-08-04
* Add support for loadable modules to allocated shared memory andBruce Momjian2006-08-01
* DTrace support, with a small initial set of probesPeter Eisentraut2006-07-24
* Split the buffer mapping table into multiple separately lockableTom Lane2006-07-23
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-14
* Add some optional code (conditionally compiled under #ifdef LWLOCK_STATS)Tom Lane2006-04-21
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Get rid of the SpinLockAcquire/SpinLockAcquire_NoHoldoff distinctionTom Lane2005-12-29
* Divide the lock manager's shared state into 'partitions', so as toTom Lane2005-12-11
* Get rid of slru.c's hardwired insistence on a fixed number of slots perTom Lane2005-12-06
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Fix another recently-changed place that was messing with spinlock-Tom Lane2005-10-12
* Fix LWLockAssign() so that it can safely be executed after postmasterTom Lane2005-10-07
* Allocate a few extra LWLocks for possible use by add-on modules.Tom Lane2005-10-07
* Force the size and alignment of LWLock array entries to be either 16 or 32Tom Lane2005-09-16
* Convert the arithmetic for shared memory size calculation from 'int'Tom Lane2005-08-20
* Implement sharable row-level locks, and use them for foreign key referencesTom Lane2005-04-28
* If we're going to have a non-panic check for held_lwlocks[] overrun,Tom Lane2005-04-08
* Use an always-there test, not an Assert, to check for overrun ofTom Lane2005-04-08
* 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