aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/lmgr/proc.c
Commit message (Expand)AuthorAge
* Revert removal of signed, volatile, and signal handler arg type tests.Peter Eisentraut2000-08-29
* Remove configure tests for `signed', `volatile', and signal handler args;Peter Eisentraut2000-08-27
* Cancel request while waiting for a lock should try to wakeHiroshi Inoue2000-07-31
* First phase of memory management rewrite (see backend/utils/mmgr/READMETom Lane2000-06-28
* Final #include cleanup.Bruce Momjian2000-06-15
* The heralded `Grand Unified Configuration scheme' (GUC)Peter Eisentraut2000-05-31
* Remove unused include files. Do not touch /port or includes used by defines.Bruce Momjian2000-05-30
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Fix an Assert bug(was my fault) pointed out by Tom Lane.Hiroshi Inoue2000-04-10
* Check pending cancel request before waiting for lockHiroshi Inoue2000-02-24
* Change cancel while waiting-for-lock stuff.Hiroshi Inoue2000-02-22
* fix the TODOHiroshi Inoue2000-02-21
* Add:Bruce Momjian2000-01-26
* Fix for TODO item * spinlock stuck problem when elog(FATAL)Hiroshi Inoue2000-01-17
* I have done the QNX4 port with the current source tree. The number ofBruce Momjian1999-12-16
* New NameStr macro to convert Name to Str. No need for var.data anymore.Bruce Momjian1999-11-07
* I have created a small patch that makes possible to compile pgsql on newerBruce Momjian1999-10-12
* XLOG (also known as WAL -:)) Bootstrap/Startup/Shutdown.Vadim B. Mikheev1999-10-06
* Several changes here, not very related but touching some of the same files.Tom Lane1999-09-24
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-17
* Final cleanup.Bruce Momjian1999-07-16
* Remove unused #includes in *.c files.Bruce Momjian1999-07-15
* Another pgindent run. Sorry folks.Bruce Momjian1999-05-25
* pgindent run over code.Bruce Momjian1999-05-25
* Hi, Bruce!Bruce Momjian1999-05-13
* Fix LMGR for MVCC.Vadim B. Mikheev1999-05-07
* Prevent priority inversion in locking by checking for existing locksBruce Momjian1999-04-30
* 1. Vacuum is updated for MVCC.Vadim B. Mikheev1999-03-28
* Rearrange handling of MAXBACKENDS a little bit. The default settingTom Lane1999-02-21
* Reorder startup ops so that if preallocation of semas fails,Tom Lane1999-02-19
* Allow maximum number of backends to be set at configure timeTom Lane1999-02-19
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* Update for deadlock detection.Bruce Momjian1998-12-29
* Update for deadlock timer.Bruce Momjian1998-12-29
* Fix for deadlock timer timeout.Bruce Momjian1998-12-29
* Fix deadlock so it only checks once.Bruce Momjian1998-12-18
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-01
* From: Massimo Dal Zotto <dz@cs.unitn.it>Marc G. Fournier1998-08-25
* Use Snapshot in heap access methods.Vadim B. Mikheev1998-07-27
* Rename locking structure names to be clearer. Add narrative toBruce Momjian1998-06-30
* Rename BindingTable to ShmemIndex.Bruce Momjian1998-06-27
* Fix for hang after postmaster restart. Add new proc_exit andBruce Momjian1998-06-27
* Solaris cleanup.Bruce Momjian1998-06-19
* Remove un-needed braces around single statements.Bruce Momjian1998-06-15
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-26
* pgindent changes for Thomas proc/lock cleanupBruce Momjian1998-02-25
* Fix for locking problems an dpriority.Bruce Momjian1998-02-24
* FIFO lock wait queue, with readers grouped together.Bruce Momjian1998-02-19
* More deadlock code to check for escallation locks.Bruce Momjian1998-01-28