summaryrefslogtreecommitdiff
path: root/src/backend/storage/lmgr/lock.c
Commit message (Expand)AuthorAgeFilesLines
* Fix some bogus comments.Tom Lane2002-11-011-2/+2
* Code review for statement_timeout patch. Fix some race conditionsTom Lane2002-10-311-3/+3
* This patch removes a use of uninitialized memory in lmgr/lock.c, byBruce Momjian2002-09-261-1/+2
* pgindent run.Bruce Momjian2002-09-041-43/+42
* Remove sys/types.h in files that include postgres.h, and hence c.h,Bruce Momjian2002-09-021-2/+1
* Code review for pg_locks feature. Make shmemoffset of PROCLOCK structsTom Lane2002-08-311-25/+34
* [ Newest version of patch applied.]Bruce Momjian2002-08-171-1/+61
* * -Remove LockMethodTable.prio field, not used (Bruce)Bruce Momjian2002-08-011-8/+3
* Complete TODO item:Bruce Momjian2002-07-191-61/+61
* Complete TODO item:Bruce Momjian2002-07-181-37/+28
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Katherine Ward wrote:Jan Wieck2002-06-111-9/+9
* Change made to elog:Bruce Momjian2002-03-061-14/+14
* Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian2002-03-021-9/+9
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-4/+4
* Fix small problem Tom Lane found with pgindent run.Bruce Momjian2001-10-301-9/+9
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-281-10/+11
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-21/+19
* Further cleanup of dynahash.c API, in pursuit of portability andTom Lane2001-10-051-30/+20
* Another round of cleanups for dynahash.c (maybe it's finally clean ofTom Lane2001-10-011-20/+21
* Back out change. Too many place to change too close to beta:Bruce Momjian2001-09-301-63/+63
* Do this TODO item:Bruce Momjian2001-09-291-63/+63
* Implement new 'lightweight lock manager' that's intermediate betweenTom Lane2001-09-291-41/+31
* Remove useless LockDisable() function and associated overhead, per myTom Lane2001-09-271-29/+1
* Get rid of PID entries in shmem hash table; there is no longer any needTom Lane2001-09-071-15/+6
* Install the SQL command man pages into a section appropriate for eachPeter Eisentraut2001-08-291-4/+2
* Ensure that all TransactionId comparisons are encapsulated in macrosTom Lane2001-08-231-2/+2
* Add SHARE UPDATE EXCLUSIVE lock mode, coming soon to a VACUUM near you.Tom Lane2001-07-091-1/+2
* Install infrastructure for shared-memory free space map. Doesn't actuallyTom Lane2001-06-271-3/+11
* Add support to lock manager for conditionally locking a lock (ie,Tom Lane2001-06-221-44/+17
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-98/+105
* When we add 'waiting' to the ps_status display, there should be aTom Lane2001-03-181-5/+6
* 'waiting' status display had extra space, removed.Bruce Momjian2001-03-141-2/+2
* As long as we're fixing this space calculation, let's actually do itTom Lane2001-02-231-3/+3
* Bruce Momjian <pgman@candle.pha.pa.us> writes:Bruce Momjian2001-02-231-3/+2
* More comment cleanups.Bruce Momjian2001-02-221-13/+15
* More comment improvements.Bruce Momjian2001-02-221-89/+89
* Re-implement deadlock detection and resolution, per design notes postedTom Lane2001-01-251-369/+149
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Clean up lockmanager data structures some more, in preparation for plannedTom Lane2001-01-221-144/+71
* Rename fields of lock and lockholder structures to something a tad lessTom Lane2001-01-161-178/+187
* Restructure backend SIGINT/SIGTERM handling so that 'die' interruptsTom Lane2001-01-141-13/+22
* Removed a no longer needed SetWaitingForLock() call inHiroshi Inoue2001-01-101-2/+1
* Clean up non-reentrant interface for hash_seq/HashTableWalk, so thatTom Lane2001-01-021-3/+4
* Revise lock manager to support "session level" locks as well as "transactionTom Lane2000-12-221-638/+571
* Significant cleanups in SysV IPC handling (shared mem and semaphores).Tom Lane2000-11-281-5/+4
* Make DROP TABLE rollback-able: postpone physical file delete until commit.Tom Lane2000-11-081-76/+101
* Revise aggregate functions per earlier discussions in pghackers.Tom Lane2000-07-171-177/+4
* First phase of memory management rewrite (see backend/utils/mmgr/READMETom Lane2000-06-281-19/+14
* New ps display code, works on more platforms.Peter Eisentraut2000-06-041-7/+13