]> granicus.if.org Git - postgresql/history - src/include/storage/proc.h
Update copyright for 2016
[postgresql] / src / include / storage / proc.h
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-09-03 Robert HaasAssorted code review for recent ProcArrayLock patch.
2015-08-06 Robert HaasReduce ProcArrayLock contention by removing backends...
2015-07-28 Robert HaasCentralize decision-making about where to get a backend...
2015-02-03 Andres FreundMove deadlock and other interrupt handling in proc...
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-12-25 Andres FreundConvert the PGPROC->lwWaitLink list into a dlist instea...
2014-12-02 Andres FreundDon't skip SQL backends in logical decoding for visibil...
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-03-03 Robert HaasIntroduce logical decoding.
2014-01-27 Robert HaasRelax the requirement that all lwlocks be stored in...
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-03-17 Tom LaneAdd lock_timeout configuration parameter.
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-12-06 Alvaro HerreraBackground worker processes
2012-12-03 Simon RiggsRefactor inCommit flag into generic delayChkpt flag.
2012-07-17 Alvaro HerreraIntroduce timeout handling framework
2012-06-25 Alvaro HerreraTighten up includes in sinvaladt.h, twophase.h, proc.h
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-05-14 Heikki LinnakangasUpdate comments that became out-of-date with the PGXACT...
2012-05-10 Tom LaneImprove control logic for bgwriter hibernation mode.
2012-05-09 Tom LaneReduce idle power consumption of walwriter and checkpoi...
2012-05-02 Robert HaasAdd missing parenthesis in comment.
2012-04-18 Robert HaasTighten up error recovery for fast-path locking.
2012-01-30 Heikki LinnakangasMake group commit more effective.
2012-01-29 Tom LaneFix typo in comment.
2012-01-26 Heikki LinnakangasMake bgwriter sleep longer when it has no work to do...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-11-25 Robert HaasMove "hot" members of PGPROC into a separate PGXACT...
2011-11-01 Simon RiggsSplit work of bgwriter between 2 processes: bgwriter...
2011-09-09 Tom LaneMove Timestamp/Interval typedefs and basic macros into...
2011-09-04 Tom LaneRemove unnecessary and circular #include.
2011-08-10 Tom LaneChange the autovacuum launcher to use WaitLatch instead...
2011-08-04 Robert HaasCreate VXID locks "lazily" in the main lock table.
2011-08-02 Tom LaneFix incorrect initialization of ProcGlobal->startupBuff...
2011-07-18 Robert HaasCreate a "fast path" for acquiring weak relation locks.
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-03-10 Robert HaasMore synchronous replication typo fixes.
2011-03-06 Simon RiggsEfficient transaction-controlled synchronous replication.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-07-06 Bruce Momjianpgindent run for 9.0, second run
2010-05-26 Simon RiggsHS Defer buffer pin deadlock check until deadlock_timeo...
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-13 Simon RiggsRe-enable max_standby_delay = -1 using deadlock detecti...
2010-01-23 Simon RiggsIn HS, Startup process sets SIGALRM when waiting for...
2010-01-16 Simon RiggsTeach standby conflict resolution to use SIGUSR1
2010-01-15 Heikki LinnakangasIntroduce Streaming Replication.
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-19 Simon RiggsAllow read only connections during recovery, known...
2009-08-31 Tom LaneChange the autovacuum launcher to read pg_database...
2009-08-12 Tom LaneAllow backends to start up without use of the flat...
2009-02-23 Heikki LinnakangasChange the signaling of end-of-recovery. Startup proces...
2009-02-19 Heikki LinnakangasIncrease NUM_AUXILIARY_PROCS, now that the startup...
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
next