index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
adt
/
lockfuncs.c
Commit message (
Expand
)
Author
Age
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
*
Simplify lock manager data structures by making a clear separation between
Tom Lane
2005-12-09
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
*
Add a time-of-preparation column to the pg_prepared_xacts view, per an
Tom Lane
2005-06-18
*
Extend the pg_locks system view so that it can fully display all lock
Tom Lane
2005-05-17
*
Restructure LOCKTAG as per discussions of a couple months ago.
Tom Lane
2005-04-29
*
Update copyrights that were missed.
Bruce Momjian
2005-01-01
*
Update copyright to 2004.
Bruce Momjian
2004-08-29
*
Introduce local hash table for lock state, as per recent proposal.
Tom Lane
2004-08-27
*
Replace TupleTableSlot convention for whole-row variables and function
Tom Lane
2004-04-01
*
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2003-11-29
*
Fix some copyright notices that weren't updated. Improve copyright tool
Tom Lane
2003-08-04
*
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-19
*
Rename 'holder' references to 'proclock' for PROCLOCK references, for
Bruce Momjian
2003-02-18
*
pgindent run.
Bruce Momjian
2002-09-04
*
Code review for HeapTupleHeader changes. Add version number to page headers
Tom Lane
2002-09-02
*
Code review for pg_locks feature. Make shmemoffset of PROCLOCK structs
Tom Lane
2002-08-31
*
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-29
*
This patch updates the lock listing code to use Joe Conway's new
Bruce Momjian
2002-08-27
*
Add lock file.
Bruce Momjian
2002-08-17