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
/
utils
/
adt
/
lockfuncs.c
Age
Commit message (
Expand
)
Author
2005-04-29
Restructure LOCKTAG as per discussions of a couple months ago.
Tom Lane
2005-01-01
Update copyrights that were missed.
Bruce Momjian
2004-08-29
Update copyright to 2004.
Bruce Momjian
2004-08-27
Introduce local hash table for lock state, as per recent proposal.
Tom Lane
2004-04-01
Replace TupleTableSlot convention for whole-row variables and function
Tom Lane
2003-11-29
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2003-08-04
Fix some copyright notices that weren't updated. Improve copyright tool
Tom Lane
2003-02-19
Back out LOCKTAG changes by Rod Taylor, pending code review. Sorry.
Bruce Momjian
2003-02-19
- Modifies LOCKTAG to include a 'classId'. Relation receive a classId of
Bruce Momjian
2003-02-18
Rename 'holder' references to 'proclock' for PROCLOCK references, for
Bruce Momjian
2002-09-04
pgindent run.
Bruce Momjian
2002-09-02
Code review for HeapTupleHeader changes. Add version number to page headers
Tom Lane
2002-08-31
Code review for pg_locks feature. Make shmemoffset of PROCLOCK structs
Tom Lane
2002-08-29
Adjust nodeFunctionscan.c to reset transient memory context between calls
Tom Lane
2002-08-29
Code review for standalone composite types, query-specified composite
Tom Lane
2002-08-27
This patch updates the lock listing code to use Joe Conway's new
Bruce Momjian
2002-08-17
Add lock file.
Bruce Momjian