]> granicus.if.org Git - postgresql/history - src/backend/storage/lmgr/lwlock.c
Remove cvs keywords from all files.
[postgresql] / src / backend / storage / lmgr / lwlock.c
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-02-16 Tom LaneReplace the pg_listener-based LISTEN/NOTIFY mechanism...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-31 Tom LaneRedefine Datum as uintptr_t, instead of unsigned long.
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-08-01 Alvaro HerreraAdd a few more DTrace probes to the backend.
2008-03-17 Peter EisentrautEnable probes to work with Mac OS X Leopard and other...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-10-15 Tom LaneRedesign the patch for allocation of shmem space and...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-08-07 Tom LanePut back another improperly-removed #include.
2006-08-04 Tom LaneFix missing 'static' keywords --- some compilers gripe...
2006-08-01 Bruce MomjianAdd support for loadable modules to allocated shared...
2006-07-24 Peter EisentrautDTrace support, with a small initial set of probes
2006-07-23 Tom LaneSplit the buffer mapping table into multiple separately...
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-04-21 Tom LaneAdd some optional code (conditionally compiled under...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-12-29 Tom LaneGet rid of the SpinLockAcquire/SpinLockAcquire_NoHoldof...
2005-12-11 Tom LaneDivide the lock manager's shared state into 'partitions...
2005-12-06 Tom LaneGet rid of slru.c's hardwired insistence on a fixed...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-10-12 Tom LaneFix another recently-changed place that was messing...
2005-10-07 Tom LaneFix LWLockAssign() so that it can safely be executed...
2005-10-07 Tom LaneAllocate a few extra LWLocks for possible use by add...
2005-09-16 Tom LaneForce the size and alignment of LWLock array entries...
2005-08-20 Tom LaneConvert the arithmetic for shared memory size calculati...
2005-04-28 Tom LaneImplement sharable row-level locks, and use them for...
2005-04-08 Tom LaneIf we're going to have a non-panic check for held_lwloc...
2005-04-08 Tom LaneUse an always-there test, not an Assert, to check for...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-23 Tom LaneRearrange pg_subtrans handling as per recent discussion...
2004-07-01 Tom LaneNested transactions. There is still much left to do...
2004-06-11 Tom LaneAdd some code to Assert that when we release pin on...
2003-12-20 Bruce MomjianThis patch is the next step towards (re)allowing fork...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-07-24 Tom LaneError message editing in backend/storage.
2003-06-11 Bruce MomjianThis patch extracts page buffer pooling and the simple
2002-09-25 Tom LaneRemove ShutdownBufferPoolAccess exit callback, and...
2002-09-04 Bruce Momjianpgindent run.
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-06-11 Jan WieckKatherine Ward wrote:
2002-05-05 Tom LaneCreate an internal semaphore API that is not tied to...
2002-03-02 Bruce MomjianCommit to match discussed elog() changes. Only update...
2002-01-07 Tom LaneTweak LWLock algorithms so that an awakened waiter...
2001-12-29 Bruce MomjianOops, only wanted datetime.c changes in there. lock...
2001-12-29 Bruce MomjianFix newly introduced datetime.c compile failure; not...
2001-12-28 Tom LaneImprove LOCK_DEBUG logging code for LWLocks.
2001-12-10 Tom LaneDeclare LWLock pointers as volatile to prevent AIX...
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-09-29 Tom LaneImplement new 'lightweight lock manager' that's interme...