summaryrefslogtreecommitdiff
path: root/src/include/storage/proc.h
Commit message (Expand)AuthorAgeFilesLines
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-7/+8
* Back out change. Too many place to change too close to beta:Bruce Momjian2001-09-301-4/+4
* Do this TODO item:Bruce Momjian2001-09-291-4/+4
* Implement new 'lightweight lock manager' that's intermediate betweenTom Lane2001-09-291-25/+19
* Add an overall timeout on the client authentication cycle, so thatTom Lane2001-09-211-1/+4
* Get rid of PID entries in shmem hash table; there is no longer any needTom Lane2001-09-071-8/+18
* Implement LockBufferForCleanup(), which will allow concurrent VACUUMTom Lane2001-07-061-1/+6
* Tweak startup sequence so that running out of PROC array slots isTom Lane2001-06-161-2/+1
* Oops, only wanted python change in the last commit. Backing out.Bruce Momjian2001-05-251-4/+1
* While changing Cygwin Python to build its core as a DLL (like Win32Bruce Momjian2001-05-251-1/+4
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-8/+9
* Implement COMMIT_SIBLINGS parameter to allow pre-commit delay to occurTom Lane2001-02-261-1/+5
* Re-implement deadlock detection and resolution, per design notes postedTom Lane2001-01-251-11/+4
* 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-8/+7
* Oops, I had managed to break query-cancel-while-waiting-for-lock.Tom Lane2001-01-161-2/+2
* Rename fields of lock and lockholder structures to something a tad lessTom Lane2001-01-161-7/+15
* Restructure backend SIGINT/SIGTERM handling so that 'die' interruptsTom Lane2001-01-141-15/+7
* Revise lock manager to support "session level" locks as well as "transactionTom Lane2000-12-221-11/+19
* Significant cleanups in SysV IPC handling (shared mem and semaphores).Tom Lane2000-11-281-37/+37
* The heralded `Grand Unified Configuration scheme' (GUC)Peter Eisentraut2000-05-311-1/+4
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-4/+4
* Change cancel while waiting-for-lock stuff.Hiroshi Inoue2000-02-221-1/+2
* Add:Bruce Momjian2000-01-261-2/+3
* Transaction log manager core code.Vadim B. Mikheev1999-09-271-2/+3
* Several changes here, not very related but touching some of the same files.Tom Lane1999-09-241-5/+7
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-151-2/+2
* Another pgindent run. Sorry folks.Bruce Momjian1999-05-251-2/+2
* pgindent run over code.Bruce Momjian1999-05-251-4/+6
* Hi, Bruce!Bruce Momjian1999-05-131-1/+2
* Fix LMGR for MVCC.Vadim B. Mikheev1999-05-071-5/+6
* Reorder startup ops so that if preallocation of semas fails,Tom Lane1999-02-191-2/+1
* Allow maximum number of backends to be set at configure timeTom Lane1999-02-191-5/+13
* Remove duplicate geqo functions, and more optimizer cleanupBruce Momjian1999-02-151-3/+10
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-4/+4
* Initial MVCC code.Vadim B. Mikheev1998-12-151-3/+1
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-10/+8
* From: Massimo Dal Zotto <dz@cs.unitn.it>Marc G. Fournier1998-08-251-5/+5
* Use Snapshot in heap access methods.Vadim B. Mikheev1998-07-271-1/+9
* Rename locking structure names to be clearer. Add narrative toBruce Momjian1998-06-301-2/+2
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-2/+3
* getpid/pid cleanupBruce Momjian1998-01-251-6/+1
* Cleanup deadlock message.Bruce Momjian1998-01-231-3/+2
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-081-10/+10
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-32/+32
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-55/+58
* Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian1997-08-191-5/+1
* Remove WIN32 defines. They never worked.Bruce Momjian1997-02-141-8/+1
* Another directory totally cleaned outMarc G. Fournier1996-11-051-6/+3
* Added needed include file.Bruce Momjian1996-10-311-1/+2