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