aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/lmgr/lock.c
Commit message (Expand)AuthorAge
* pgindent run for 9.0Bruce Momjian2010-02-26
* Detect early deadlock in Hot Standby when Startup is already waiting. FirstSimon Riggs2010-01-31
* Adjust GetLockConflicts() so that it uses TopMemoryContext whenSimon Riggs2010-01-29
* Use malloc() in GetLockConflicts() when called InHotStandby to avoid repeatedSimon Riggs2010-01-28
* In HS, Startup process sets SIGALRM when waiting for buffer pin. IfSimon Riggs2010-01-23
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Allow read only connections during recovery, known as Hot Standby.Simon Riggs2009-12-19
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* More fixes for 8.4 DTrace probes. Remove useless BUFFER_HIT/BUFFER_MISSTom Lane2009-03-23
* Update copyright for 2009.Bruce Momjian2009-01-01
* 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
* Enable probes to work with Mac OS X Leopard and other OSes that willPeter Eisentraut2008-03-17
* Fix PREPARE TRANSACTION to reject the case where the transaction has dropped aTom Lane2008-03-04
* Fix WaitOnLock() to ensure that the process's "waiting" flag is reset afterTom Lane2008-02-02
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Implement lazy XID allocation: transactions that do not modify any databaseTom Lane2007-09-05
* Add comments spelling out why it's a good idea to release multipleTom Lane2007-07-16
* Wording cleanup for error messages. Also change can't -> cannot.Bruce Momjian2007-02-01
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Add built-in userlock manipulation functions to replace the formerTom Lane2006-09-18
* Add a function GetLockConflicts() to lock.c to report xacts holdingTom Lane2006-08-27
* Add a 'waiting' column to pg_stat_activity to carry the same informationTom Lane2006-08-19
* Change the relation_open protocol so that we obtain lock on a relationTom Lane2006-07-31
* DTrace support, with a small initial set of probesPeter Eisentraut2006-07-24
* Convert the lock manager to use the new dynahash.c support for partitionedTom Lane2006-07-23
* Add support to dynahash.c for partitioning shared hashtables accordingTom Lane2006-07-22
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-14
* Add GUC update_process_title to control whether 'ps' display is updatedBruce Momjian2006-06-27
* Repair a low-probability race condition identified by Qingqing Zhou.Tom Lane2006-04-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
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Repair an error introduced by log_line_prefix patch: it is not acceptableTom Lane2005-11-05
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Convert the arithmetic for shared memory size calculation from 'int'Tom Lane2005-08-20
* Two-phase commit. Original patch by Heikki Linnakangas, with additionalTom Lane2005-06-17
* Simplify shared-memory lock data structures as per recent discussion:Tom Lane2005-06-14
* Improve LockAcquire API per my recent proposal. All error conditionsTom Lane2005-05-29
* Modify hash_search() API to prevent future occurrences of the errorTom Lane2005-05-29
* Factor out lock cleanup code that is needed in several places in lock.c.Tom Lane2005-05-19
* Code cleanup: in C89, there is no point casting the first argument toNeil Conway2005-05-11
* Restructure LOCKTAG as per discussions of a couple months ago.Tom Lane2005-04-29
* Simplify initdb-time assignment of OIDs as I proposed yesterday, andTom Lane2005-04-13
* Slight refactoring and optimization of some code in WaitOnLock().Neil Conway2005-03-11
* Release proclock immediately in RemoveFromWaitQueue() if it representsTom Lane2005-03-01
* Refactor some duplicated code in lock.c: create UnGrantLock(), move codeNeil Conway2005-02-04