summaryrefslogtreecommitdiff
path: root/src/backend/storage/lmgr/lock.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* The heralded `Grand Unified Configuration scheme' (GUC)Peter Eisentraut2000-05-311-241/+161
* Remove bogus 'xid loop detected' check, which actually wasn't detectingTom Lane2000-04-301-21/+8
* Change cancel while waiting-for-lock stuff.Hiroshi Inoue2000-02-221-1/+2
* Add:Bruce Momjian2000-01-261-2/+3
* Fixed all elog related warnings, as well as a few others.Peter Eisentraut2000-01-151-2/+2
* Add missing SpinRelease() to a couple of error exits --- bug found whileTom Lane1999-11-281-6/+3
* Mega-commit to make heap_open/heap_openr/heap_close take anTom Lane1999-09-181-3/+3
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-3/+1
* Final cleanup.Bruce Momjian1999-07-161-3/+3
* Update #include cleanupsBruce Momjian1999-07-161-2/+2
* Remove unused #includes in *.c files.Bruce Momjian1999-07-151-8/+1
* Cleanups.Bruce Momjian1999-07-151-5/+5
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-151-2/+1
* Fix xid table sizing.Vadim B. Mikheev1999-05-291-2/+2
* Another pgindent run. Sorry folks.Bruce Momjian1999-05-251-3/+3
* pgindent run over code.Bruce Momjian1999-05-251-87/+99
* Hi, Bruce!Bruce Momjian1999-05-131-55/+180
* Change error messages to oids come out as %u and not %d. Change has noBruce Momjian1999-05-101-2/+2
* Fix LMGR for MVCC.Vadim B. Mikheev1999-05-071-138/+113
* cleanupBruce Momjian1999-04-301-2/+2
* Clean up typo causing compile failure.Bruce Momjian1999-04-301-2/+2
* Prevent priority inversion in locking by checking for existing locksBruce Momjian1999-04-301-5/+9
* A few further tweaks to shared memory space estimation.Tom Lane1999-03-061-9/+14
* Repair some pretty serious problems in dynahash.c andTom Lane1999-02-221-27/+11
* From: Tatsuo Ishii <t-ishii@sra.co.jp>Marc G. Fournier1999-02-211-3/+3
* Rearrange handling of MAXBACKENDS a little bit. The default settingTom Lane1999-02-211-10/+11
* Allow maximum number of backends to be set at configure timeTom Lane1999-02-191-7/+7
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-2/+2
* fixes to lock debugging macros from Massimo Dal ZottoTom Lane1999-01-171-6/+9
* Initial MVCC code.Vadim B. Mikheev1998-12-151-32/+17
* Make functions static or ifdef NOT_USED. Prevent pg_version creation.Bruce Momjian1998-10-081-1/+3