]> granicus.if.org Git - postgresql/history - src/backend/commands/async.c
Replace the pg_listener-based LISTEN/NOTIFY mechanism with an in-memory queue.
[postgresql] / src / backend / commands / async.c
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:
2002-03-02 Bruce MomjianCommit to match discussed elog() changes. Only update...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-09-08 Tom LaneClean up some confusion about where and how to set...
2001-06-17 Tom LaneKeep the list of to-be-NOTIFYed names in a plain List...
2001-06-12 Tom LaneClean up various to-do items associated with system...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2001-01-23 Tom LaneFix all the places that called heap_update() and heap_d...
2000-12-18 Tom LaneEnsure that 'errno' is saved and restored by all signal...
2000-11-28 Tom LaneSignificant cleanups in SysV IPC handling (shared mem...
2000-11-21 Peter EisentrautPut external declarations into header files.
2000-11-16 Tom LaneChange SearchSysCache coding conventions so that a...
2000-10-03 Bruce MomjianNew diff that now covers the entire tree. Applying...
2000-10-02 Peter EisentrautBanish caddr_t (mostly), use Datum where appropriate.
2000-08-29 Peter EisentrautRevert removal of signed, volatile, and signal handler...
2000-08-27 Peter EisentrautRemove configure tests for `signed', `volatile', and...
2000-07-08 Tom LaneRemove long-dead support for invoking queries from...
2000-06-08 Bruce MomjianMark functions as static and ifdef NOT_USED as appropriate.
2000-06-07 Bruce MomjianRe-order pg_listener index so it can later be used...
2000-06-04 Peter EisentrautNew ps display code, works on more platforms.
2000-05-31 Peter EisentrautThe heralded `Grand Unified Configuration scheme' ...
2000-05-28 Tom LaneFirst round of changes for new fmgr interface. fmgr...
2000-05-14 Bruce MomjianFinally fix LISTEN problem.
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-01-26 Bruce MomjianAdd:
1999-12-16 Jan WieckSome changes to prepare for LONG attributes.
1999-11-24 Bruce MomjianRename heap_replace to heap_update.
1999-11-22 Bruce MomjianAdd system indexes to match all caches.
1999-09-18 Tom LaneMega-commit to make heap_open/heap_openr/heap_close...
1999-07-18 Bruce Momjianconfigure cleanup
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
next