summaryrefslogtreecommitdiff
path: root/src/backend/storage/lmgr/lmgr.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Implement ALTER DATABASE SET TABLESPACE to move a whole database (or at leastTom Lane2008-11-071-1/+40
* Fix PREPARE TRANSACTION to reject the case where the transaction has dropped aTom Lane2008-03-041-41/+1
* lmgr.c:DescribeLockTag was never taught about virtual xids, per Greg Stark.Tom Lane2008-01-081-4/+11
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* pgindent run for 8.3.Bruce Momjian2007-11-151-4/+4
* Implement lazy XID allocation: transactions that do not modify any databaseTom Lane2007-09-051-7/+70
* Arrange to put TOAST tables belonging to temporary tables into special schemasTom Lane2007-07-251-2/+2
* Code review for log_lock_waits patch. Don't try to issue log messages fromTom Lane2007-06-191-1/+77
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* pgindent run for 8.2.Bruce Momjian2006-10-041-16/+16
* Fix pg_locks view to call advisory locks advisory locks, while preservingTom Lane2006-09-221-1/+2
* Now that we've rearranged relation open to get a lock before touchingTom Lane2006-08-181-3/+18
* Change the relation_open protocol so that we obtain lock on a relationTom Lane2006-07-311-48/+167
* Fix another passel of include-file breakage. Kris Jurka, Tom LaneTom Lane2006-07-141-1/+3
* 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