aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/lmgr/README
Commit message (Expand)AuthorAge
* Remove redundant PGPROC.lockGroupLeaderIdentifier field.Tom Lane2016-02-22
* Cosmetic improvements to group locking.Robert Haas2016-02-21
* Introduce group locking to prevent parallel processes from deadlocking.Robert Haas2016-02-07
* Remove reference to src/tools/backend/index.htmlStephen Frost2015-05-08
* Minor corrections in lmgr/README.Tom Lane2013-11-27
* Overdue code review for transaction-level advisory locks patch.Tom Lane2012-05-04
* Finish rename of FastPathStrongLocks to FastPathStrongRelationLocks.Robert Haas2012-04-18
* Tighten up error recovery for fast-path locking.Robert Haas2012-04-18
* Create VXID locks "lazily" in the main lock table.Robert Haas2011-08-04
* Create a "fast path" for acquiring weak relation locks.Robert Haas2011-07-18
* Add transaction-level advisory locks.Itagaki Takahiro2011-02-18
* Implement genuine serializable isolation level.Heikki Linnakangas2011-02-08
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-23
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Allow read only connections during recovery, known as Hot Standby.Simon Riggs2009-12-19
* More README src cleanups.Bruce Momjian2008-03-21
* Make source code READMEs more consistent. Add CVS tags to all README files.Bruce Momjian2008-03-20
* Allow an autovacuum worker to be interrupted automatically when it is foundAlvaro Herrera2007-10-26
* Add built-in userlock manipulation functions to replace the formerTom Lane2006-09-18
* Convert the lock manager to use the new dynahash.c support for partitionedTom Lane2006-07-23
* Divide the lock manager's shared state into 'partitions', so as toTom Lane2005-12-11
* Simplify lock manager data structures by making a clear separation betweenTom Lane2005-12-09
* Simplify shared-memory lock data structures as per recent discussion:Tom Lane2005-06-14
* Restructure LOCKTAG as per discussions of a couple months ago.Tom Lane2005-04-29
* Introduce local hash table for lock state, as per recent proposal.Tom Lane2004-08-27
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Update README.Bruce Momjian2003-02-18
* Code review for statement_timeout patch. Fix some race conditionsTom Lane2002-10-31
* Complete TODO item:Bruce Momjian2002-07-19
* The attached patch corrects an inaccuracy in src/backend/catalog/READMEBruce Momjian2002-04-15
* Implement new 'lightweight lock manager' that's intermediate betweenTom Lane2001-09-29
* Special case in ProcSleep() wasn't sufficiently general: must check toTom Lane2001-01-26
* Re-implement deadlock detection and resolution, per design notes postedTom Lane2001-01-25
* Clean up lockmanager data structures some more, in preparation for plannedTom Lane2001-01-22
* Rename fields of lock and lockholder structures to something a tad lessTom Lane2001-01-16
* Revise lock manager to support "session level" locks as well as "transactionTom Lane2000-12-22
* Update lock manager README.Bruce Momjian1998-07-06
* More deadlock code to check for escallation locks.Bruce Momjian1998-01-28
* Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier1996-07-09