aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/lmgr/lock.c
Commit message (Expand)AuthorAge
* 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
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Reduce the default size of the local lock hash table. There's usuallyTom Lane2004-11-20
* Modify hash_create() to elog(ERROR) if an error occurs, rather thanNeil Conway2004-10-25
* Minor adjustments to improve the accuracy of our computation of requiredTom Lane2004-09-29
* Arrange to preallocate all required space for the buffer and FSM hashTom Lane2004-09-28
* When LockAcquire fails at the stage of creating a proclock object, beTom Lane2004-09-12
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Introduce local hash table for lock state, as per recent proposal.Tom Lane2004-08-27
* Fix user locks. Broken some time ago for all platforms by Windows-relatedTom Lane2004-08-26
* Invent ResourceOwner mechanism as per my recent proposal, and use it toTom Lane2004-07-17
* Nested transactions. There is still much left to do, especially on theTom Lane2004-07-01
* Tweak palloc/repalloc to allow zero bytes to be requested, as per recentTom Lane2004-06-05
* Code review for EXEC_BACKEND changes. Reduce the number of #ifdefs byTom Lane2004-05-28
* This patch is the next step towards (re)allowing fork/exec.Bruce Momjian2003-12-20
* Try to reduce confusion about what is a lock method identifier, a lockBruce Momjian2003-12-01
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Ensure that all places that are complaining about exhaustion of sharedTom Lane2003-10-16
* Clean up locktable init code per recent gripe from Kurt Roeckx.Tom Lane2003-08-17
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04