OSDN Git Service

Cross-data-type comparisons are now indexable by btrees, pursuant to my
[pg-rex/syncrep.git] / src / backend / commands / async.c
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.
1999-07-16 Bruce MomjianFinal cleanup.
1999-07-16 Bruce MomjianUpdate #include cleanups
1999-07-15 Bruce MomjianChange #include's to use <> and "" as appropriate.
1999-07-15 Bruce MomjianRemove unused #includes in *.c files.
1999-05-25 Bruce Momjianpgindent run over code.
1999-04-25 Tom LaneMy first cut at libpq revision didn't handle MULTIBYTE...
1999-04-25 Tom LaneRevise backend libpq interfaces so that messages to...
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1998-12-15 Vadim B. MikheevInitial MVCC code.
1998-11-27 Vadim B. MikheevNew HeapTuple structure/interface.
1998-10-06 Tom LaneSubstantial rewrite of async.c to avoid problems with...
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-08-30 Marc G. FournierFrom: Massimo Dal Zotto <dz@cs.unitn.it>
1998-08-19 Bruce Momjianheap_fetch requires buffer pointer, must be released...
1998-07-27 Vadim B. MikheevUse Snapshot in heap access methods.
1998-07-09 Marc G. FournierFrom: Tom Lane <tgl@sss.pgh.pa.us>
1998-06-27 Bruce MomjianFix for hang after postmaster restart. Add new proc_ex...
1998-06-15 Bruce MomjianRemove un-needed braces around single statements.
1998-05-06 Bruce MomjianWhat I've done:
1998-04-27 Bruce MomjianThis patch...
1998-04-01 Marc G. Fournierremove the call to port-protos.h ...
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-01-31 Bruce MomjianInline fastgetattr and others so data access does not...
1998-01-25 Bruce Momjiangetpid/pid cleanup
1997-12-17 Marc G. FournierMakefile cleaned up
1997-12-06 Bruce MomjianAdd VARHDRSZ where needed. Many places just used 4.
1997-11-20 Bruce MomjianRemove all time travel stuff. Small parser cleanup.
1997-11-05 Bruce MomjianRemove NOT_USED for Massimo.
1997-10-30 Bruce MomjianFix for compile warning, from Ernst Molitor.
1997-10-25 Bruce MomjianRename strNcpy to StrNCpy, and change third parameter.
1997-09-12 Bruce Momjianheapattr functions now return a Datum, not char *.
1997-09-08 Bruce MomjianAnother PGINDENT run that changes variable indenting...
1997-09-07 Bruce MomjianMassive commit to run PGINDENT on all *.c and *.h files.
1997-08-19 Bruce MomjianMake functions static where possible, enclose unused...
1997-08-12 Bruce MomjianRemove more (void) and fix -Wall warnings.
1997-08-12 Bruce MomjianFix pgproc names over 15 chars in output. Add strNcpy...
1997-08-03 Bruce MomjianCleanup for NAMEDATALEN use.
1997-03-10 Marc G. FournierMassimo's Deadlock patches w/o the #ifdefs
1997-01-24 Marc G. FournierSwitch over NEED_RUSAGE to HAVE_RUSAGE for configure
1997-01-08 Bryan HendersonAdd include of port-protos.h so it works on Ultrix...
1996-12-19 Marc G. FournierMore patches/documentation from: Massimo Dal Zotto...
1996-12-19 Marc G. Fournier#ifdef ASYNC_DEBUG various sections of async.c
1996-12-07 Bruce MomjianFix from Jan agreed with by Massimo.
1996-11-16 Bryan HendersonAdd #include <sys/types.h> so it works with Ultrix...
1996-11-06 Marc G. FournierClean it up so that it compiles
1996-11-03 Marc G. FournierAnother first pass at cleaning up the #includes
next