]> granicus.if.org Git - postgresql/history - src/backend/storage/lmgr/lwlock.c
Suppress some unused-variable complaints in new LOCK_DEBUG code.
[postgresql] / src / backend / storage / lmgr / lwlock.c
2015-03-26 Tom LaneSuppress some unused-variable complaints in new LOCK_DE...
2015-02-03 Andres FreundRemove the option to service interrupts during PGSemaph...
2015-01-08 Andres FreundRemove comment that was intended to have been removed...
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-12-25 Andres FreundBlindly fix a dtrace probe in lwlock.c for a removed...
2014-12-25 Andres FreundImprove LWLock scalability.
2014-12-25 Andres FreundConvert the PGPROC->lwWaitLink list into a dlist instea...
2014-12-19 Andres FreundPrevent potentially hazardous compiler/cpu reordering...
2014-12-18 Tom LaneImprove hash_create's API for selecting simple-binary...
2014-12-03 Alvaro HerreraKeep track of transaction commit timestamps
2014-10-28 Heikki LinnakangasRemove unnecessary assignment.
2014-10-14 Heikki LinnakangasFix deadlock with LWLockAcquireWithVar and LWLockWaitFo...
2014-10-02 Robert HaasIncrease the number of buffer mapping partitions to...
2014-09-22 Robert HaasRemove volatile qualifiers from lwlock.c.
2014-08-31 Andres FreundDeclare lwlock.c's LWLockAcquireCommon() as a static...
2014-06-30 Heikki LinnakangasFix and enhance the assertion of no palloc's in a criti...
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-04-25 Tom LaneFix off-by-one bug in LWLockRegisterTranche().
2014-03-21 Heikki LinnakangasFix build with LWLOCK_STATS or dtrace.
2014-03-21 Heikki LinnakangasReplace the XLogInsert slots with regular LWLocks.
2014-02-01 Robert HaasIntroduce replication slots.
2014-01-27 Robert HaasRelax the requirement that all lwlocks be stored in...
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-06-26 Robert HaasWhen LWLOCK_STATS is defined, count spindelays.
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-02-08 Heikki LinnakangasRename LWLockWaitUntilFree to LWLockAcquireOrWait.
2012-02-07 Heikki LinnakangasWhen building with LWLOCK_STATS, initialize the stats...
2012-01-30 Heikki LinnakangasFix bug in the new wait-until-lwlock-is-free mechanism.
2012-01-30 Heikki LinnakangasMake group commit more effective.
2012-01-06 Robert HaasMake the number of CLOG buffers adaptive, based on...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-10-27 Heikki LinnakangasFix the number of lwlocks needed by the "fast path...
2011-09-04 Tom LaneClean up the #include mess a little.
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-07-18 Robert HaasCreate a "fast path" for acquiring weak relation locks.
2011-02-07 Heikki LinnakangasImplement genuine serializable isolation level.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
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...