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