aboutsummaryrefslogtreecommitdiff
path: root/src/include/storage/proc.h
Commit message (Expand)AuthorAge
* Update copyrights to 2003.Bruce Momjian2003-08-04
* Rename 'holder' references to 'proclock' for PROCLOCK references, forBruce Momjian2003-02-18
* Code review for statement_timeout patch. Fix some race conditionsTom Lane2002-10-31
* Add DLLIMPORT declarations needed by contrib modules.Peter Eisentraut2002-10-21
* pgindent run.Bruce Momjian2002-09-04
* Complete TODO item:Bruce Momjian2002-07-19
* Add SET statement_timeout capability. Timeout is in ms. A value ofBruce Momjian2002-07-13
* Update copyright to 2002.Bruce Momjian2002-06-20
* Katherine Ward wrote:Jan Wieck2002-06-11
* Create an internal semaphore API that is not tied to SysV semaphores.Tom Lane2002-05-05
* The extra semaphore that proc.c now allocates for checkpoint processesTom Lane2001-11-06
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-05
* 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
* 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
* Add an overall timeout on the client authentication cycle, so thatTom Lane2001-09-21
* Get rid of PID entries in shmem hash table; there is no longer any needTom Lane2001-09-07
* Implement LockBufferForCleanup(), which will allow concurrent VACUUMTom Lane2001-07-06
* Tweak startup sequence so that running out of PROC array slots isTom Lane2001-06-16
* Oops, only wanted python change in the last commit. Backing out.Bruce Momjian2001-05-25
* While changing Cygwin Python to build its core as a DLL (like Win32Bruce Momjian2001-05-25
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Implement COMMIT_SIBLINGS parameter to allow pre-commit delay to occurTom Lane2001-02-26
* 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
* Oops, I had managed to break query-cancel-while-waiting-for-lock.Tom Lane2001-01-16
* 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
* 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
* The heralded `Grand Unified Configuration scheme' (GUC)Peter Eisentraut2000-05-31
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Change cancel while waiting-for-lock stuff.Hiroshi Inoue2000-02-22
* Add:Bruce Momjian2000-01-26
* Transaction log manager core code.Vadim B. Mikheev1999-09-27
* Several changes here, not very related but touching some of the same files.Tom Lane1999-09-24
* Change #include's to use <> and "" as appropriate.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
* 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
* Remove duplicate geqo functions, and more optimizer cleanupBruce Momjian1999-02-15
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* Initial MVCC code.Vadim B. Mikheev1998-12-15
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01