aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/lmgr/lock.c
Commit message (Expand)AuthorAge
* pgindent run.Bruce Momjian2002-09-04
* Remove sys/types.h in files that include postgres.h, and hence c.h,Bruce Momjian2002-09-02
* Code review for pg_locks feature. Make shmemoffset of PROCLOCK structsTom Lane2002-08-31
* [ Newest version of patch applied.]Bruce Momjian2002-08-17
* * -Remove LockMethodTable.prio field, not used (Bruce)Bruce Momjian2002-08-01
* Complete TODO item:Bruce Momjian2002-07-19
* Complete TODO item:Bruce Momjian2002-07-18
* Update copyright to 2002.Bruce Momjian2002-06-20
* Katherine Ward wrote:Jan Wieck2002-06-11
* Change made to elog:Bruce Momjian2002-03-06
* Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian2002-03-02
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-05
* Fix small problem Tom Lane found with pgindent run.Bruce Momjian2001-10-30
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-28
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Further cleanup of dynahash.c API, in pursuit of portability andTom Lane2001-10-05
* Another round of cleanups for dynahash.c (maybe it's finally clean ofTom Lane2001-10-01
* Back out change. Too many place to change too close to beta:Bruce Momjian2001-09-30
* Do this TODO item:Bruce Momjian2001-09-29
* Implement new 'lightweight lock manager' that's intermediate betweenTom Lane2001-09-29
* Remove useless LockDisable() function and associated overhead, per myTom Lane2001-09-27
* Get rid of PID entries in shmem hash table; there is no longer any needTom Lane2001-09-07
* Install the SQL command man pages into a section appropriate for eachPeter Eisentraut2001-08-29
* Ensure that all TransactionId comparisons are encapsulated in macrosTom Lane2001-08-23
* Add SHARE UPDATE EXCLUSIVE lock mode, coming soon to a VACUUM near you.Tom Lane2001-07-09
* Install infrastructure for shared-memory free space map. Doesn't actuallyTom Lane2001-06-27
* Add support to lock manager for conditionally locking a lock (ie,Tom Lane2001-06-22
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* When we add 'waiting' to the ps_status display, there should be aTom Lane2001-03-18
* 'waiting' status display had extra space, removed.Bruce Momjian2001-03-14
* As long as we're fixing this space calculation, let's actually do itTom Lane2001-02-23
* Bruce Momjian <pgman@candle.pha.pa.us> writes:Bruce Momjian2001-02-23
* More comment cleanups.Bruce Momjian2001-02-22
* More comment improvements.Bruce Momjian2001-02-22
* Re-implement deadlock detection and resolution, per design notes postedTom Lane2001-01-25
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Clean up lockmanager data structures some more, in preparation for plannedTom Lane2001-01-22
* Rename fields of lock and lockholder structures to something a tad lessTom Lane2001-01-16
* Restructure backend SIGINT/SIGTERM handling so that 'die' interruptsTom Lane2001-01-14
* Removed a no longer needed SetWaitingForLock() call inHiroshi Inoue2001-01-10
* Clean up non-reentrant interface for hash_seq/HashTableWalk, so thatTom Lane2001-01-02
* Revise lock manager to support "session level" locks as well as "transactionTom Lane2000-12-22
* Significant cleanups in SysV IPC handling (shared mem and semaphores).Tom Lane2000-11-28
* Make DROP TABLE rollback-able: postpone physical file delete until commit.Tom Lane2000-11-08
* Revise aggregate functions per earlier discussions in pghackers.Tom Lane2000-07-17
* First phase of memory management rewrite (see backend/utils/mmgr/READMETom Lane2000-06-28
* New ps display code, works on more platforms.Peter Eisentraut2000-06-04
* The heralded `Grand Unified Configuration scheme' (GUC)Peter Eisentraut2000-05-31
* Remove bogus 'xid loop detected' check, which actually wasn't detectingTom Lane2000-04-30
* Change cancel while waiting-for-lock stuff.Hiroshi Inoue2000-02-22