summaryrefslogtreecommitdiff
path: root/src/backend/storage/lmgr/deadlock.c
Commit message (Expand)AuthorAgeFilesLines
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-2/+2
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Remove the last vestiges of the MAKE_PTR/MAKE_OFFSET mechanism. We haven'tTom Lane2008-11-021-9/+9
* Add a few more DTrace probes to the backend.Alvaro Herrera2008-08-011-1/+4
* Adjust the recent patch for reporting of deadlocked queries so that we reportTom Lane2008-03-241-13/+23
* Report the current queries of all backends involved in a deadlockTom Lane2008-03-211-13/+26
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* pgindent run for 8.3.Bruce Momjian2007-11-151-8/+8
* Allow an autovacuum worker to be interrupted automatically when it is foundAlvaro Herrera2007-10-261-1/+44
* Code review for log_lock_waits patch. Don't try to issue log messages fromTom Lane2007-06-191-92/+14
* Add comment on why deadlock detection error messages only prints numbers.Bruce Momjian2007-04-201-1/+3
* Add resetStringInfo(), which clears the content of a StringInfo, andNeil Conway2007-03-031-3/+2
* Add GUC log_lock_waits to log long wait times.Bruce Momjian2007-03-031-6/+16
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Fix pg_locks view to call advisory locks advisory locks, while preservingTom Lane2006-09-221-2/+10
* Add built-in userlock manipulation functions to replace the formerTom Lane2006-09-181-3/+5
* Convert the lock manager to use the new dynahash.c support for partitionedTom Lane2006-07-231-2/+2
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-141-2/+1
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Divide the lock manager's shared state into 'partitions', so as toTom Lane2005-12-111-14/+6
* Simplify lock manager data structures by making a clear separation betweenTom Lane2005-12-091-2/+3
* Message correctionsPeter Eisentraut2005-10-291-2/+2
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-52/+47
* Restructure LOCKTAG as per discussions of a couple months ago.Tom Lane2005-04-291-22/+79
* Use _() macro consistently rather than gettext(). Add translationBruce Momjian2005-02-221-3/+3
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Introduce local hash table for lock state, as per recent proposal.Tom Lane2004-08-271-7/+7
* Invent WAL timelines, as per recent discussion, to make point-in-timeTom Lane2004-07-211-1/+2
* Tweak palloc/repalloc to allow zero bytes to be requested, as per recentTom Lane2004-06-051-4/+3
* Try to reduce confusion about what is a lock method identifier, a lockBruce Momjian2003-12-011-2/+2
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-251-3/+3
* Another pgindent run with updated typedefs.Bruce Momjian2003-08-081-2/+2
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-18/+17
* Error message editing in backend/storage.Tom Lane2003-07-241-15/+27
* TestConfiguration returns int, not bool. This mistake is relativelyTom Lane2003-03-311-3/+3
* Back out LOCKTAG changes by Rod Taylor, pending code review. Sorry.Bruce Momjian2003-02-191-8/+5
* - Modifies LOCKTAG to include a 'classId'. Relation receive a classId ofBruce Momjian2003-02-191-5/+8
* Rename 'holder' references to 'proclock' for PROCLOCK references, forBruce Momjian2003-02-181-8/+8
* Add code to print information about a detected deadlock cycle. TheTom Lane2003-01-161-8/+149
* Fix some bogus comments.Tom Lane2002-11-011-1/+5
* Avoid palloc(0) when MaxBackends = 1.Tom Lane2002-10-031-3/+5
* pgindent run.Bruce Momjian2002-09-041-6/+6
* Complete TODO item:Bruce Momjian2002-07-191-6/+6
* Complete TODO item:Bruce Momjian2002-07-181-9/+3
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Katherine Ward wrote:Jan Wieck2002-06-111-35/+35
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-281-1/+2