]> granicus.if.org Git - postgresql/history - src/backend/access/transam/xact.c
Enable probes to work with Mac OS X Leopard and other OSes that will
[postgresql] / src / backend / access / transam / xact.c
2004-01-09 Bruce MomjianChange PG_DELAY from msec to usec and use it consistenl...
2004-01-07 Neil ConwayMore janitorial work: remove the explicit casting of...
2003-12-02 Joe ConwayAdd a warning to AtEOXact_SPI() to catch cases where...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-10-16 Tom LaneFix bad interaction between NOTIFY processing and V3...
2003-09-28 Tom LaneAdd a mechanism to let dynamically loaded modules regis...
2003-09-25 Peter EisentrautMessage editing: remove gratuitous variations in messag...
2003-09-24 Tom LaneRepair some REINDEX problems per recent discussions...
2003-08-08 Bruce MomjianAnother pgindent run with updated typedefs.
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-07-21 Tom LaneError message editing in backend/access.
2003-05-14 Tom LaneBackend support for autocommit removed, per recent...
2003-05-02 Tom LanePortal and memory management infrastructure for extende...
2003-04-26 Tom LaneAdd transaction status field to ReadyForQuery messages...
2003-03-27 Bruce MomjianThis patch implements holdable cursors, following the...
2003-03-21 Bruce MomjianAllow error query to start transaction in autocommit...
2003-03-14 Bruce MomjianRemove unneeded dash blocks around function start comments.
2003-03-10 Tom LaneThis patch fixes a bunch of spelling mistakes in commen...
2003-01-10 Peter EisentrautRead-only transactions, as defined in SQL.
2002-11-23 Bruce MomjianThis patch implements FOR EACH STATEMENT triggers,...
2002-11-18 Tom LanePut back error test for DECLARE CURSOR outside a transa...
2002-11-13 Bruce MomjianUpdate xact.c comments for clarity.
2002-11-11 Tom LaneCode review for ON COMMIT patch. Make the actual on...
2002-11-09 Bruce MomjianAdd code to handle [ON COMMIT { PRESERVE ROWS | DELETE...
2002-10-22 Tom LanePerform transaction cleanup operations in a less ad...
2002-10-21 Tom LaneFix places that were using IsTransactionBlock() as...
2002-10-21 Tom LaneMake CREATE/ALTER/DROP USER/GROUP transaction-safe...
2002-09-04 Bruce Momjianpgindent run.
2002-08-30 Tom LaneAUTOCOMMIT mode is now an available backend GUC variabl...
2002-08-06 Tom LaneRestructure local-buffer handling per recent pghackers...
2002-08-02 Tom LaneWhen compiling with --enable-cassert, check for referen...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-06-15 Bruce MomjianRemove some pre-WAL relics:
2002-06-11 Jan WieckKatherine Ward wrote:
2002-05-25 Tom LaneRemove AMI_OVERRIDE tests from tqual.c routines; they...
2002-05-22 Tom LaneModify sequence state storage to eliminate dangling...
2002-05-21 Tom LaneRemove global variable scanCommandId in favor of storin...
2002-05-17 Tom LaneSupport temporary setting of search path during CREATE...
2002-05-17 Tom LaneMerge the last few variable.c configuration variables...
2002-04-01 Tom LaneCreate a new GUC variable search_path to control the...
2002-03-31 Tom LaneReimplement temp tables using schemas. The temp table...
2002-03-15 Tom LaneRepair two problems with WAL logging of sequence nextva...
2002-03-06 Bruce MomjianChange made to elog:
2002-03-02 Bruce MomjianCommit to match discussed elog() changes. Only update...
2001-11-01 Tom LaneAdd missing #include.
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-10-18 Thomas G. LockhartAccept an INTERVAL argument for SET TIME ZONE per SQL99.
2001-09-29 Tom LaneImplement new 'lightweight lock manager' that's interme...
2001-09-28 Thomas G. LockhartMeasure the current transaction time to milliseconds.
2001-08-25 Tom LaneReplace implementation of pg_log as a relation accessed...
2001-07-16 Tom LaneImprove documentation about reasoning behind the order...
2001-07-15 Tom LaneRestructure index AM interface for index building and...
2001-07-12 Tom LaneCreate a new HeapTupleSatisfiesVacuum() routine in...
2001-07-06 Tom LaneImplement LockBufferForCleanup(), which will allow...
2001-06-22 Jan WieckStatistical system views (yet without the config stuff...
2001-06-19 Tom LaneClean up some longstanding problems in shared-cache...
2001-05-04 Tom LaneSeems like we should not hold off cancel/die interrupts...
2001-03-22 Bruce MomjianRemove dashes in comments that don't need them, rewrap...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-03-13 Tom LaneXLOG (and related) changes:
2001-02-26 Tom LaneImplement COMMIT_SIBLINGS parameter to allow pre-commit...
2001-02-18 Tom LaneChange default commit_delay to zero, update documentation.
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2001-01-19 Tom LaneMake critical sections (elog->crash) and interrupt...
2001-01-18 Vadim B. MikheevComment out xlrec in xact_redo - no support for file...
2001-01-14 Tom LaneRestructure backend SIGINT/SIGTERM handling so that...
2001-01-12 Tom LaneAdd more critical-section calls: all code sections...
2000-12-28 Vadim B. MikheevNew WAL version - CRC and data blocks backup.
2000-12-22 Tom LaneRevise lock manager to support "session level" locks...
2000-12-18 Tom LaneClean up backend-exit-time cleanup behavior. Use on_sh...
2000-12-07 Hiroshi InoueRecordTransactionAbort() shouldn't log XLOG_XACT_ABORT
2000-12-03 Vadim B. MikheevDisable elog(ERROR|FATAL) in signal handlers in
2000-11-30 Vadim B. MikheevNo more #ifdef XLOG.
2000-11-30 Vadim B. MikheevXLOG stuff for sequences.
2000-11-21 Peter EisentrautPut external declarations into header files.
2000-11-16 Tom LaneChange SearchSysCache coding conventions so that a...
2000-11-10 Tom LaneClean up syscache so that recursive invocation is safe...
2000-11-08 Tom LaneMake DROP TABLE rollback-able: postpone physical file...
2000-11-05 Vadim B. MikheevNew CHECKPOINT command.
2000-10-29 Vadim B. MikheevWAL fixes.
2000-10-28 Vadim B. MikheevWAL
2000-10-24 Tom LaneFix AbortOutOfAnyTransaction logic to avoid notice...
2000-10-24 Vadim B. MikheevWAL misc
2000-10-23 Vadim B. MikheevNew relcache hash table with RelFileNode as key to...
2000-10-21 Vadim B. MikheevWAL
2000-10-20 Vadim B. Mikheevredo/undo support functions and cleanups.
2000-10-11 Bruce MomjianFix temp relation handling for indexes, cleanup
2000-09-27 Peter EisentrautReset current user id to session user id during transac...
2000-08-06 Tom LaneEnsure that catcache 'busy' flags are reset at transact...
2000-07-02 Tom LaneNew memmgr logic in xact.c failed if AbortTransaction...
2000-06-28 Tom LaneFirst phase of memory management rewrite (see backend...
2000-06-18 Tom LaneReimplement nodeMaterial to use a temporary BufFile...
2000-06-08 Bruce MomjianMark functions as static and ifdef NOT_USED as appropriate.
2000-05-30 Bruce MomjianRemove unused include files. Do not touch /port or...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-04-09 Tom LaneBuffer manager modifications to keep a local buffer...
2000-03-17 Tom LaneFix a bunch of minor portability problems and maybe...
2000-02-18 Hiroshi InoueImplement reindex command
next