summaryrefslogtreecommitdiff
path: root/src/backend/storage/lmgr/proc.c
Commit message (Expand)AuthorAgeFilesLines
* Final #include cleanup.Bruce Momjian2000-06-151-3/+2
* The heralded `Grand Unified Configuration scheme' (GUC)Peter Eisentraut2000-05-311-17/+18
* Remove unused include files. Do not touch /port or includes used by defines.Bruce Momjian2000-05-301-6/+2
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-11/+18
* Fix an Assert bug(was my fault) pointed out by Tom Lane.Hiroshi Inoue2000-04-101-3/+8
* Check pending cancel request before waiting for lockHiroshi Inoue2000-02-241-3/+21
* Change cancel while waiting-for-lock stuff.Hiroshi Inoue2000-02-221-6/+27
* fix the TODOHiroshi Inoue2000-02-211-11/+34
* Add:Bruce Momjian2000-01-261-3/+4
* Fix for TODO item * spinlock stuck problem when elog(FATAL)Hiroshi Inoue2000-01-171-2/+3
* I have done the QNX4 port with the current source tree. The number ofBruce Momjian1999-12-161-3/+4
* New NameStr macro to convert Name to Str. No need for var.data anymore.Bruce Momjian1999-11-071-4/+2
* I have created a small patch that makes possible to compile pgsql on newerBruce Momjian1999-10-121-3/+3
* XLOG (also known as WAL -:)) Bootstrap/Startup/Shutdown.Vadim B. Mikheev1999-10-061-25/+11
* Several changes here, not very related but touching some of the same files.Tom Lane1999-09-241-2/+3
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-3/+2
* Final cleanup.Bruce Momjian1999-07-161-2/+3
* Remove unused #includes in *.c files.Bruce Momjian1999-07-151-9/+2
* Another pgindent run. Sorry folks.Bruce Momjian1999-05-251-3/+3
* pgindent run over code.Bruce Momjian1999-05-251-25/+28
* Hi, Bruce!Bruce Momjian1999-05-131-6/+5
* Fix LMGR for MVCC.Vadim B. Mikheev1999-05-071-55/+73
* Prevent priority inversion in locking by checking for existing locksBruce Momjian1999-04-301-4/+3
* 1. Vacuum is updated for MVCC.Vadim B. Mikheev1999-03-281-4/+2
* Rearrange handling of MAXBACKENDS a little bit. The default settingTom Lane1999-02-211-18/+23
* Reorder startup ops so that if preallocation of semas fails,Tom Lane1999-02-191-3/+12
* Allow maximum number of backends to be set at configure timeTom Lane1999-02-191-14/+53
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-3/+3
* Update for deadlock detection.Bruce Momjian1998-12-291-18/+29
* Update for deadlock timer.Bruce Momjian1998-12-291-11/+10
* Fix for deadlock timer timeout.Bruce Momjian1998-12-291-15/+9
* Fix deadlock so it only checks once.Bruce Momjian1998-12-181-19/+18
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-14/+16
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-11/+11
* From: Massimo Dal Zotto <dz@cs.unitn.it>Marc G. Fournier1998-08-251-25/+76
* Use Snapshot in heap access methods.Vadim B. Mikheev1998-07-271-2/+7
* Rename locking structure names to be clearer. Add narrative toBruce Momjian1998-06-301-6/+6
* Rename BindingTable to ShmemIndex.Bruce Momjian1998-06-271-4/+4
* Fix for hang after postmaster restart. Add new proc_exit andBruce Momjian1998-06-271-3/+3
* Solaris cleanup.Bruce Momjian1998-06-191-3/+3
* Remove un-needed braces around single statements.Bruce Momjian1998-06-151-16/+5
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-24/+22
* pgindent changes for Thomas proc/lock cleanupBruce Momjian1998-02-251-3/+3
* Fix for locking problems an dpriority.Bruce Momjian1998-02-241-4/+5
* FIFO lock wait queue, with readers grouped together.Bruce Momjian1998-02-191-12/+34
* More deadlock code to check for escallation locks.Bruce Momjian1998-01-281-2/+5
* Real deadlock detection.Bruce Momjian1998-01-271-30/+37
* getpid/pid cleanupBruce Momjian1998-01-251-40/+12
* Fix a variety of locking problems like newer lock waiters gettingBruce Momjian1998-01-231-3/+3
* Cleanup deadlock message.Bruce Momjian1998-01-231-3/+4