aboutsummaryrefslogtreecommitdiff
path: root/src/include/storage/proc.h
Commit message (Expand)AuthorAge
* Update copyright for 2009.Bruce Momjian2009-01-01
* Revert SIGUSR1 multiplexing patch, per Tom's objection.Heikki Linnakangas2008-12-09
* Provide support for multiplexing SIGUSR1 signal. The upcoming synchronousHeikki Linnakangas2008-12-09
* Remove the last vestiges of the MAKE_PTR/MAKE_OFFSET mechanism. We haven'tTom Lane2008-11-02
* Revert addition of pg_terminate_backend() because of race conditions.Bruce Momjian2008-04-15
* Add pg_terminate_backend() to allow terminating only a single session.Bruce Momjian2008-04-15
* Change StatementCancelHandler() to check the DoingCommandRead flag to decideTom Lane2008-01-26
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Rearrange vacuum-related bits in PGPROC as a bitmask, to better supportAlvaro Herrera2007-10-24
* Implement lazy XID allocation: transactions that do not modify any databaseTom Lane2007-09-05
* Rename DLLIMPORT macro to PGDLLIMPORT to avoid conflict withMagnus Hagander2007-07-25
* Add a multi-worker capability to autovacuum. This allows multiple workerAlvaro Herrera2007-04-16
* Remove the CheckpointStartLock in favor of having backends show whether theyTom Lane2007-04-03
* Cleanup the bootstrap code a little, and rename "dummy procs" in the codeAlvaro Herrera2007-03-07
* Add GUC log_lock_waits to log long wait times.Bruce Momjian2007-03-03
* Restructure autovacuum in two processes: a dummy process, which runsAlvaro Herrera2007-02-15
* Arrange for autovacuum to be killed when another operation wants to be aloneAlvaro Herrera2007-01-16
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* pgindent run for 8.2.Bruce Momjian2006-10-04
* 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