]> granicus.if.org Git - postgresql/history - src/include/storage/proc.h
Update copyright for 2009.
[postgresql] / src / include / storage / proc.h
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-12-09 Heikki LinnakangasRevert SIGUSR1 multiplexing patch, per Tom's objection.
2008-12-09 Heikki LinnakangasProvide support for multiplexing SIGUSR1 signal. The...
2008-11-02 Tom LaneRemove the last vestiges of the MAKE_PTR/MAKE_OFFSET...
2008-04-15 Bruce MomjianRevert addition of pg_terminate_backend() because of...
2008-04-15 Bruce MomjianAdd pg_terminate_backend() to allow terminating only...
2008-01-26 Tom LaneChange StatementCancelHandler() to check the DoingComma...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-10-24 Alvaro HerreraRearrange vacuum-related bits in PGPROC as a bitmask...
2007-09-05 Tom LaneImplement lazy XID allocation: transactions that do...
2007-07-25 Magnus HaganderRename DLLIMPORT macro to PGDLLIMPORT to avoid conflict...
2007-04-16 Alvaro HerreraAdd a multi-worker capability to autovacuum. This...
2007-04-03 Tom LaneRemove the CheckpointStartLock in favor of having backe...
2007-03-07 Alvaro HerreraCleanup the bootstrap code a little, and rename "dummy...
2007-03-03 Bruce MomjianAdd GUC log_lock_waits to log long wait times.
2007-02-15 Alvaro HerreraRestructure autovacuum in two processes: a dummy proces...
2007-01-16 Alvaro HerreraArrange for autovacuum to be killed when another operat...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-07-30 Alvaro HerreraModify snapshot definition so that lazy vacuums are...
2006-07-13 Bruce MomjianAllow include files to compile own their own.
2006-04-14 Tom LaneRepair a low-probability race condition identified...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-01-04 Tom LaneRearrange backend startup sequence so that ShmemIndexLo...
2005-12-11 Tom LaneDivide the lock manager's shared state into 'partitions...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-10-11 Tom LaneAdd infrastructure for making spins_per_delay variable...
2005-09-19 Bruce MomjianPrint proper cause of statement cancel, user interactio...
2005-08-20 Tom LaneConvert the arithmetic for shared memory size calculati...
2005-07-31 Tom LaneAdd per-user and per-database connection limit options.
2005-06-17 Tom LaneTwo-phase commit. Original patch by Heikki Linnakangas...
2005-05-19 Tom LaneSplit the shared-memory array of PGPROC pointers out...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-09-29 Tom LaneMinor adjustments to improve the accuracy of our comput...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-27 Tom LaneIntroduce local hash table for lock state, as per recen...
2004-08-01 Tom LaneSome mop-up work for savepoints (nested transactions...
2004-07-21 Bruce MomjianBack out pg_autovacuum commit after cvs clean failure...
2004-07-21 Bruce Momjianlease find enclosed a patch that matches the PL/Perl...
2004-07-17 Tom LaneInvent ResourceOwner mechanism as per my recent proposa...
2004-07-01 Tom LaneNested transactions. There is still much left to do...
2003-12-01 Bruce MomjianTry to reduce confusion about what is a lock method...
2003-11-29 PostgreSQL Daemonmake sure the $Id tags are converted to $PostgreSQL...
2003-11-19 Jan WieckBackground writer process
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-02-18 Bruce MomjianRename 'holder' references to 'proclock' for PROCLOCK...
2002-10-31 Tom LaneCode review for statement_timeout patch. Fix some...
2002-10-21 Peter EisentrautAdd DLLIMPORT declarations needed by contrib modules.
2002-09-04 Bruce Momjianpgindent run.
2002-07-19 Bruce MomjianComplete TODO item:
2002-07-13 Bruce MomjianAdd SET statement_timeout capability. Timeout is in...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-06-11 Jan WieckKatherine Ward wrote:
2002-05-05 Tom LaneCreate an internal semaphore API that is not tied to...
2001-11-06 Tom LaneThe extra semaphore that proc.c now allocates for check...
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-10-28 Bruce MomjianAnother pgindent run. Fixes enum indenting, and improv...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-09-30 Bruce MomjianBack out change. Too many place to change too close...
2001-09-29 Bruce MomjianDo this TODO item:
2001-09-29 Tom LaneImplement new 'lightweight lock manager' that's interme...
2001-09-21 Tom LaneAdd an overall timeout on the client authentication...
2001-09-07 Tom LaneGet rid of PID entries in shmem hash table; there is...
2001-07-06 Tom LaneImplement LockBufferForCleanup(), which will allow...
2001-06-16 Tom LaneTweak startup sequence so that running out of PROC...
2001-05-25 Bruce MomjianOops, only wanted python change in the last commit...
2001-05-25 Bruce MomjianWhile changing Cygwin Python to build its core as a...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-02-26 Tom LaneImplement COMMIT_SIBLINGS parameter to allow pre-commit...
2001-01-25 Tom LaneRe-implement deadlock detection and resolution, per...
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2001-01-22 Tom LaneClean up lockmanager data structures some more, in...
2001-01-16 Tom LaneOops, I had managed to break query-cancel-while-waiting...
2001-01-16 Tom LaneRename fields of lock and lockholder structures to...
2001-01-14 Tom LaneRestructure backend SIGINT/SIGTERM handling so that...
2000-12-22 Tom LaneRevise lock manager to support "session level" locks...
2000-11-28 Tom LaneSignificant cleanups in SysV IPC handling (shared mem...
2000-05-31 Peter EisentrautThe heralded `Grand Unified Configuration scheme' ...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-02-22 Hiroshi InoueChange cancel while waiting-for-lock stuff.
2000-01-26 Bruce MomjianAdd:
1999-09-27 Vadim B. MikheevTransaction log manager core code.
1999-09-24 Tom LaneSeveral changes here, not very related but touching...
1999-07-15 Bruce MomjianChange #include's to use <> and "" as appropriate.
1999-05-25 Bruce MomjianAnother pgindent run. Sorry folks.
1999-05-25 Bruce Momjianpgindent run over code.
1999-05-13 Bruce MomjianHi, Bruce!
1999-05-07 Vadim B. MikheevFix LMGR for MVCC.
1999-02-19 Tom LaneReorder startup ops so that if preallocation of semas...
1999-02-19 Tom LaneAllow maximum number of backends to be set at configure...
1999-02-15 Bruce MomjianRemove duplicate geqo functions, and more optimizer...
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1998-12-15 Vadim B. MikheevInitial MVCC code.
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-08-25 Marc G. FournierFrom: Massimo Dal Zotto <dz@cs.unitn.it>
1998-07-27 Vadim B. MikheevUse Snapshot in heap access methods.
1998-06-30 Bruce MomjianRename locking structure names to be clearer. Add...
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
next