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
/
deadlock.c
Commit message (
Expand
)
Author
Age
*
Message editing: remove gratuitous variations in message wording, standardize
Peter Eisentraut
2003-09-25
*
Another pgindent run with updated typedefs.
Bruce Momjian
2003-08-08
*
Update copyrights to 2003.
Bruce Momjian
2003-08-04
*
pgindent run.
Bruce Momjian
2003-08-04
*
Error message editing in backend/storage.
Tom Lane
2003-07-24
*
TestConfiguration returns int, not bool. This mistake is relatively
Tom Lane
2003-03-31
*
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
*
Add code to print information about a detected deadlock cycle. The
Tom Lane
2003-01-16
*
Fix some bogus comments.
Tom Lane
2002-11-01
*
Avoid palloc(0) when MaxBackends = 1.
Tom Lane
2002-10-03
*
pgindent run.
Bruce Momjian
2002-09-04
*
Complete TODO item:
Bruce Momjian
2002-07-19
*
Complete TODO item:
Bruce Momjian
2002-07-18
*
Update copyright to 2002.
Bruce Momjian
2002-06-20
*
Katherine Ward wrote:
Jan Wieck
2002-06-11
*
Another pgindent run. Fixes enum indenting, and improves #endif
Bruce Momjian
2001-10-28
*
pgindent run on all C files. Java run to follow. initdb/regression
Bruce Momjian
2001-10-25
*
Back out change. Too many place to change too close to beta:
Bruce Momjian
2001-09-30
*
Do this TODO item:
Bruce Momjian
2001-09-29
*
Implement new 'lightweight lock manager' that's intermediate between
Tom Lane
2001-09-29
*
pgindent run. Make it all clean.
Bruce Momjian
2001-03-22
*
Whoops, forgot to do ProcLockWakeup() after deadlock checker
Tom Lane
2001-01-25
*
Re-implement deadlock detection and resolution, per design notes posted
Tom Lane
2001-01-25