]> granicus.if.org Git - postgresql/history - src/backend/commands/async.c
Small improvements in comments in async.c.
[postgresql] / src / backend / commands / async.c
2015-09-30 Tom LaneSmall improvements in comments in async.c.
2015-07-17 Robert HaasAdd new function pg_notification_queue_usage.
2015-02-21 Tom LaneUse FLEXIBLE_ARRAY_MEMBER in a number of other places.
2015-02-03 Andres FreundIntroduce and use infrastructure for interrupt processi...
2015-01-26 Tom LaneFix volatile-safety issue in asyncQueueReadAllNotificat...
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-03-13 Tom LaneAvoid transaction-commit race condition while receiving...
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-12-18 Robert HaasAllow on-detach callbacks for dynamic shared memory...
2013-12-13 Tom LaneAdd HOLD/RESUME_INTERRUPTS in HandleCatchupInterrupt...
2013-08-28 Robert HaasAllow discovery of whether a dynamic background worker...
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-02-13 Tom LaneFix bogus when-to-deregister-from-listener-array logic.
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-06-29 Tom LaneFix NOTIFY to cope with I/O problems, such as out-of...
2012-02-24 Peter EisentrautAdd some enumeration commas, for consistency
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-10-04 Alvaro HerreraUse callbacks in SlruScanDirectory for the actual action
2011-09-09 Tom LaneMove Timestamp/Interval typedefs and basic macros into...
2011-05-27 Tom LanePreserve caller's memory context in ProcessCompletedNot...
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-12-30 Alvaro HerreraAvoid unnecessary public struct declaration in slru.h
2010-09-23 Tom LaneProcessIncomingNotify *must* reset notifyInterruptOccur...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-04-28 Tom LaneModify ShmemInitStruct and ShmemInitHash to throw error...
2010-04-05 Tom LaneImprove phrasing of warning message for NOTIFY queue...
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-20 Tom LaneClean up handling of XactReadOnly and RecoveryInProgres...
2010-02-17 Tom LaneTake care to reprocess an uncommitted notify message.
2010-02-17 Tom LaneMake NOTIFY_PAYLOAD_MAX_LENGTH depend explicitly on...
2010-02-16 Tom LaneReplace the pg_listener-based LISTEN/NOTIFY mechanism...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-07-31 Tom LaneCreate a multiplexing structure for signals to Postgres...
2009-07-21 Peter EisentrautChange pg_listener attribute number constants to match...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-02-13 Tom LaneFix UNLISTEN to fall out quickly if the current backend...
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 all uses of the deprecated functions heap_formtu...
2008-08-30 Tom LaneFix the raw-parsetree representation of star (as in...
2008-03-26 Alvaro HerreraMove the HTSU_Result enum definition into snapshot...
2008-03-12 Tom LaneFix LISTEN/NOTIFY race condition reported by Laurent...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-30 Tom LaneAvoid incrementing the CommandCounter when CommandCount...
2007-04-12 Neil ConwayRESET SESSION, plus related new DDL commands. Patch...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-07-13 Bruce MomjianAllow include files to compile own their own.
2006-06-27 Bruce MomjianAdd GUC update_process_title to control whether 'ps...
2006-04-25 Bruce MomjianBack out RESET CONNECTION until there is more discussion.
2006-04-25 Bruce MomjianAdd RESET CONNECTION, to reset all aspects of a session.
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-11-03 Alvaro HerreraRename the members of CommandDest enum so they don...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-10-06 Neil ConwayMinor API cleanup for async notifications: we can only...
2005-08-20 Tom LaneRepair problems with VACUUM destroying t_ctid chains...
2005-06-17 Tom LaneTwo-phase commit. Original patch by Heikki Linnakangas...
2005-05-06 Tom LaneFor some reason access/tupmacs.h has been #including...
2005-04-14 Tom LaneCompletion of project to use fixed OIDs for all system...
2005-03-20 Neil ConwayChange the return value of HeapTupleSatisfiesUpdate...
2005-01-27 Neil ConwayChange heap_modifytuple() to require a TupleDesc rather...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-09-11 Tom LaneRenumber SnapshotNow and the other special snapshot...
2004-09-06 Tom LaneFix a number of places where brittle data structures...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-07-01 Tom LaneNested transactions. There is still much left to do...
2004-05-26 Neil ConwayReimplement the linked list data structure used through...
2004-05-23 Tom LaneHandle impending sinval queue overflow by means of...
2004-05-22 Tom LaneReduce pg_listener lock taken by NOTIFY et al from...
2004-02-08 Neil ConwayWin32 signals cleanup. Patch by Magnus Hagander, with...
2004-01-27 Bruce MomjianHere's the latest win32 signals code, this time in...
2004-01-07 Neil ConwayMore janitorial work: remove the explicit casting of...
2003-12-12 Peter EisentrautThis patch properly sets the prototype for the on_shmem...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-11-12 Tom LaneCross-data-type comparisons are now indexable by btrees...
2003-11-09 Tom LaneAdd operator strategy and comparison-value datatype...
2003-10-16 Tom LaneFix bad interaction between NOTIFY processing and V3...
2003-10-01 Tom LaneRepair RI trigger visibility problems (this time for...
2003-09-15 Tom LaneFix LISTEN/NOTIFY race condition reported by Gavin...
2003-09-15 Peter EisentrautRemove warnings for operations that have no effect...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-07-20 Tom LaneAnother round of error message editing, covering backen...
2003-05-27 Bruce MomjianMake debug_ GUC varables output DEBUG1 rather than...
2003-05-14 Tom LaneBackend support for autocommit removed, per recent...
2003-04-22 Tom LaneAnother round of protocol changes. Backend-to-frontend...
2003-02-18 Tom LaneAsync_NotifyHandler must save and restore ImmediateInte...
2002-09-16 Tom LaneFix for rare race-condition-like failure: if a backend...
2002-09-02 Bruce MomjianRemove sys/types.h in files that include postgres.h...
2002-08-30 Tom LaneAUTOCOMMIT mode is now an available backend GUC variabl...
2002-08-05 Tom LaneRestructure system-catalog index updating logic. Inste...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-05-21 Tom LaneRemove global variable scanCommandId in favor of storin...
2002-05-20 Tom LaneRestructure indexscan API (index_beginscan, index_getne...
2002-05-05 Tom LaneCreate an internal semaphore API that is not tied to...
2002-03-06 Bruce MomjianChange made to elog:
next