aboutsummaryrefslogtreecommitdiff
path: root/src/include/storage/proc.h
Commit message (Expand)AuthorAge
* Modify snapshot definition so that lazy vacuums are ignored by otherAlvaro Herrera2006-07-30
* Allow include files to compile own their own.Bruce Momjian2006-07-13
* Repair a low-probability race condition identified by Qingqing Zhou.Tom Lane2006-04-14
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Rearrange backend startup sequence so that ShmemIndexLock can becomeTom Lane2006-01-04
* Divide the lock manager's shared state into 'partitions', so as toTom Lane2005-12-11
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Add infrastructure for making spins_per_delay variable depending onTom Lane2005-10-11
* Print proper cause of statement cancel, user interaction or timeout.Bruce Momjian2005-09-19
* Convert the arithmetic for shared memory size calculation from 'int'Tom Lane2005-08-20
* Add per-user and per-database connection limit options.Tom Lane2005-07-31
* Two-phase commit. Original patch by Heikki Linnakangas, with additionalTom Lane2005-06-17
* Split the shared-memory array of PGPROC pointers out of the sinvalTom Lane2005-05-19
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Minor adjustments to improve the accuracy of our computation of requiredTom Lane2004-09-29
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Introduce local hash table for lock state, as per recent proposal.Tom Lane2004-08-27
* Some mop-up work for savepoints (nested transactions). Store a smallTom Lane2004-08-01
* Back out pg_autovacuum commit after cvs clean failure causes commit.Bruce Momjian2004-07-21
* lease find enclosed a patch that matches the PL/Perl documentationBruce Momjian2004-07-21
* Invent ResourceOwner mechanism as per my recent proposal, and use it toTom Lane2004-07-17
* Nested transactions. There is still much left to do, especially on theTom Lane2004-07-01
* Try to reduce confusion about what is a lock method identifier, a lockBruce Momjian2003-12-01
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-29
* Background writer processJan Wieck2003-11-19
* 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