index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
storage
/
lmgr
/
README
Commit message (
Expand
)
Author
Age
*
Remove redundant PGPROC.lockGroupLeaderIdentifier field.
Tom Lane
2016-02-22
*
Cosmetic improvements to group locking.
Robert Haas
2016-02-21
*
Introduce group locking to prevent parallel processes from deadlocking.
Robert Haas
2016-02-07
*
Remove reference to src/tools/backend/index.html
Stephen Frost
2015-05-08
*
Minor corrections in lmgr/README.
Tom Lane
2013-11-27
*
Overdue code review for transaction-level advisory locks patch.
Tom Lane
2012-05-04
*
Finish rename of FastPathStrongLocks to FastPathStrongRelationLocks.
Robert Haas
2012-04-18
*
Tighten up error recovery for fast-path locking.
Robert Haas
2012-04-18
*
Create VXID locks "lazily" in the main lock table.
Robert Haas
2011-08-04
*
Create a "fast path" for acquiring weak relation locks.
Robert Haas
2011-07-18
*
Add transaction-level advisory locks.
Itagaki Takahiro
2011-02-18
*
Implement genuine serializable isolation level.
Heikki Linnakangas
2011-02-08
*
Remove useless whitespace at end of lines
Peter Eisentraut
2010-11-23
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Allow read only connections during recovery, known as Hot Standby.
Simon Riggs
2009-12-19
*
More README src cleanups.
Bruce Momjian
2008-03-21
*
Make source code READMEs more consistent. Add CVS tags to all README files.
Bruce Momjian
2008-03-20
*
Allow an autovacuum worker to be interrupted automatically when it is found
Alvaro Herrera
2007-10-26
*
Add built-in userlock manipulation functions to replace the former
Tom Lane
2006-09-18
*
Convert the lock manager to use the new dynahash.c support for partitioned
Tom Lane
2006-07-23
*
Divide the lock manager's shared state into 'partitions', so as to
Tom Lane
2005-12-11
*
Simplify lock manager data structures by making a clear separation between
Tom Lane
2005-12-09
*
Simplify shared-memory lock data structures as per recent discussion:
Tom Lane
2005-06-14
*
Restructure LOCKTAG as per discussions of a couple months ago.
Tom Lane
2005-04-29
*
Introduce local hash table for lock state, as per recent proposal.
Tom Lane
2004-08-27
*
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2003-11-29
*
Update README.
Bruce Momjian
2003-02-18
*
Code review for statement_timeout patch. Fix some race conditions
Tom Lane
2002-10-31
*
Complete TODO item:
Bruce Momjian
2002-07-19
*
The attached patch corrects an inaccuracy in src/backend/catalog/README
Bruce Momjian
2002-04-15
*
Implement new 'lightweight lock manager' that's intermediate between
Tom Lane
2001-09-29
*
Special case in ProcSleep() wasn't sufficiently general: must check to
Tom Lane
2001-01-26
*
Re-implement deadlock detection and resolution, per design notes posted
Tom Lane
2001-01-25
*
Clean up lockmanager data structures some more, in preparation for planned
Tom Lane
2001-01-22
*
Rename fields of lock and lockholder structures to something a tad less
Tom Lane
2001-01-16
*
Revise lock manager to support "session level" locks as well as "transaction
Tom Lane
2000-12-22
*
Update lock manager README.
Bruce Momjian
1998-07-06
*
More deadlock code to check for escallation locks.
Bruce Momjian
1998-01-28
*
Postgres95 1.01 Distribution - Virgin Sources
PG95-1_01
Marc G. Fournier
1996-07-09