summaryrefslogtreecommitdiff
path: root/src/include/storage/proc.h
Commit message (Expand)AuthorAgeFilesLines
* Repair a low-probability race condition identified by Qingqing Zhou.Tom Lane2006-04-141-3/+2
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Rearrange backend startup sequence so that ShmemIndexLock can becomeTom Lane2006-01-041-5/+7
* Divide the lock manager's shared state into 'partitions', so as toTom Lane2005-12-111-7/+11
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-8/+8
* Add infrastructure for making spins_per_delay variable depending onTom Lane2005-10-111-1/+3
* Print proper cause of statement cancel, user interaction or timeout.Bruce Momjian2005-09-191-1/+3
* Convert the arithmetic for shared memory size calculation from 'int'Tom Lane2005-08-201-2/+2
* Add per-user and per-database connection limit options.Tom Lane2005-07-311-1/+2
* Two-phase commit. Original patch by Heikki Linnakangas, with additionalTom Lane2005-06-171-12/+13
* Split the shared-memory array of PGPROC pointers out of the sinvalTom Lane2005-05-191-3/+2
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Minor adjustments to improve the accuracy of our computation of requiredTom Lane2004-09-291-1/+2
* Pgindent run for 8.0.Bruce Momjian2004-08-291-11/+12
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Introduce local hash table for lock state, as per recent proposal.Tom Lane2004-08-271-4/+4
* Some mop-up work for savepoints (nested transactions). Store a smallTom Lane2004-08-011-1/+22
* Back out pg_autovacuum commit after cvs clean failure causes commit.Bruce Momjian2004-07-211-3/+2
* lease find enclosed a patch that matches the PL/Perl documentationBruce Momjian2004-07-211-2/+3
* Invent ResourceOwner mechanism as per my recent proposal, and use it toTom Lane2004-07-171-5/+4
* Nested transactions. There is still much left to do, especially on theTom Lane2004-07-011-2/+3
* Try to reduce confusion about what is a lock method identifier, a lockBruce Momjian2003-12-011-3/+3
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-291-1/+1
* Background writer processJan Wieck2003-11-191-2/+7
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* Rename 'holder' references to 'proclock' for PROCLOCK references, forBruce Momjian2003-02-181-2/+2
* Code review for statement_timeout patch. Fix some race conditionsTom Lane2002-10-311-3/+3
* Add DLLIMPORT declarations needed by contrib modules.Peter Eisentraut2002-10-211-2/+2
* pgindent run.Bruce Momjian2002-09-041-3/+3
* Complete TODO item:Bruce Momjian2002-07-191-4/+4
* Add SET statement_timeout capability. Timeout is in ms. A value ofBruce Momjian2002-07-131-4/+5
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Katherine Ward wrote:Jan Wieck2002-06-111-11/+11
* Create an internal semaphore API that is not tied to SysV semaphores.Tom Lane2002-05-051-45/+4
* The extra semaphore that proc.c now allocates for checkpoint processesTom Lane2001-11-061-3/+5
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-2/+2
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-281-1/+2
* 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