summaryrefslogtreecommitdiff
path: root/src/backend/storage/lmgr/lmgr.c
Commit message (Expand)AuthorAgeFilesLines
...
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-141-3/+1
* Rethink the locking mechanisms used for CREATE/DROP/RENAME DATABASE.Tom Lane2006-05-041-1/+4
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Remove logic in XactLockTableWait() that attempted to mark a crashedTom Lane2006-01-131-15/+1
* Simplify lock manager data structures by making a clear separation betweenTom Lane2005-12-091-118/+24
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-17/+17
* Add NOWAIT option to SELECT FOR UPDATE/SHARE.Tom Lane2005-08-011-1/+60
* Two-phase commit. Original patch by Heikki Linnakangas, with additionalTom Lane2005-06-171-4/+3
* Simplify shared-memory lock data structures as per recent discussion:Tom Lane2005-06-141-38/+39
* Improve LockAcquire API per my recent proposal. All error conditionsTom Lane2005-05-291-39/+44
* Split the shared-memory array of PGPROC pointers out of the sinvalTom Lane2005-05-191-2/+2
* Use the standard lock manager to establish priority order when thereTom Lane2005-04-301-1/+125
* Restructure LOCKTAG as per discussions of a couple months ago.Tom Lane2005-04-291-50/+74
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Restructure subtransaction handling to reduce resource consumption,Tom Lane2004-09-161-17/+45
* Pgindent run for 8.0.Bruce Momjian2004-08-291-3/+3
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Tweak code so that pg_subtrans is never consulted for XIDs older thanTom Lane2004-08-221-2/+2
* Fix subtransaction behavior for large objects, temp namespace, files,Tom Lane2004-07-281-8/+8
* Replace nested-BEGIN syntax for subtransactions with spec-compliantTom Lane2004-07-271-13/+10
* Nested transactions. There is still much left to do, especially on theTom Lane2004-07-011-6/+14
* Code review for EXEC_BACKEND changes. Reduce the number of #ifdefs byTom Lane2004-05-281-1/+8
* Try to reduce confusion about what is a lock method identifier, a lockBruce Momjian2003-12-011-15/+12
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Reimplement hash index locking algorithms, per my recent proposal toTom Lane2003-09-041-2/+22
* Clean up locktable init code per recent gripe from Kurt Roeckx.Tom Lane2003-08-171-2/+4
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* Error message editing in backend/storage.Tom Lane2003-07-241-11/+11
* Back out LOCKTAG changes by Rod Taylor, pending code review. Sorry.Bruce Momjian2003-02-191-84/+19
* - Modifies LOCKTAG to include a 'classId'. Relation receive a classId ofBruce Momjian2003-02-191-19/+84
* * -Remove LockMethodTable.prio field, not used (Bruce)Bruce Momjian2002-08-011-24/+4
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-3/+3
* Remove useless LockDisable() function and associated overhead, per myTom Lane2001-09-271-48/+24
* Replace implementation of pg_log as a relation accessed through theTom Lane2001-08-251-2/+2
* Add SHARE UPDATE EXCLUSIVE lock mode, coming soon to a VACUUM near you.Tom Lane2001-07-091-16/+28
* Add support to lock manager for conditionally locking a lock (ie,Tom Lane2001-06-221-17/+68
* Clean up some longstanding problems in shared-cache invalidation.Tom Lane2001-06-191-2/+2
* Clean up various to-do items associated with system indexes:Tom Lane2001-06-121-6/+2
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-2/+3
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Revise lock manager to support "session level" locks as well as "transactionTom Lane2000-12-221-17/+64
* Rearrange bufmgr header files so that buf_internals.h need not beTom Lane2000-11-301-1/+2
* Mark functions as static and ifdef NOT_USED as appropriate.Bruce Momjian2000-06-081-1/+3
* The heralded `Grand Unified Configuration scheme' (GUC)Peter Eisentraut2000-05-311-8/+1
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-9/+9
* Add:Bruce Momjian2000-01-261-2/+3
* lmgr.c didn't check for failure return from LockAcquire(). Boo hiss.Tom Lane1999-11-281-5/+10
* Fix problem with temp tables shown in regression test by Jan.Bruce Momjian1999-11-171-2/+2
* Mega-commit to make heap_open/heap_openr/heap_close take anTom Lane1999-09-181-66/+16