]> granicus.if.org Git - postgresql/history - src/backend/access/transam/xact.c
Add a txn_start column to pg_stat_activity. This makes it easier to
[postgresql] / src / backend / access / transam / xact.c
2006-12-06 Neil ConwayAdd a txn_start column to pg_stat_activity. This makes...
2006-11-23 Tom LaneSeveral changes to reduce the probability of running...
2006-11-05 Tom LaneFix recently-understood problems with handling of XID...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-08-27 Tom LaneMove xact.c's partial support for Lists of TransactionI...
2006-07-30 Alvaro HerreraModify snapshot definition so that lazy vacuums are...
2006-07-24 Peter EisentrautDTrace support, with a small initial set of probes
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-20 Tom LaneRemove redundant gettimeofday() calls to the extent...
2006-04-25 Bruce MomjianAdd statement_timestamp(), clock_timestamp(), and
2006-03-29 Tom LaneClean up and document the API for XLogOpenRelation...
2006-03-24 Tom LaneArrange to emit a description of the current XLOG recor...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-08-20 Tom LaneSeems that the childXids list would be better based...
2005-08-17 Tom LaneAvoid an Assert failure if OuterUserId hasn't been...
2005-08-08 Tom LaneModify AtEOXact_CatCache and AtEOXact_RelationCache...
2005-07-25 Tom LaneAdd SET ROLE. This is a partial commit of Stephen...
2005-07-13 Tom LaneFix a couple of bogus comments, per Alvaro.
2005-06-29 Tom LaneClean up the rather historically encumbered interface...
2005-06-28 Tom LaneReplace pg_shadow and pg_group by new role-capable...
2005-06-19 Tom LaneArrange to fsync two-phase-commit state files only...
2005-06-18 Tom LaneAdd a time-of-preparation column to the pg_prepared_xac...
2005-06-17 Tom LaneTwo-phase commit. Original patch by Heikki Linnakangas...
2005-06-06 Tom LaneModify XLogInsert API to make callers specify whether...
2005-06-06 Tom LaneRemove the mostly-stubbed-out-anyway support routines...
2005-05-19 Tom LaneMake a comment pgindent-proof, per suggestion from...
2005-05-19 Tom LaneSplit the shared-memory array of PGPROC pointers out...
2005-04-28 Tom LaneImplement sharable row-level locks, and use them for...
2005-04-11 Tom LaneFix interaction between materializing holdable cursors...
2005-03-28 Tom LaneRemove dead push/pop rollback code. Vadim once planned...
2005-02-20 Tom LaneRemove some no-longer-needed kluges for bootstrapping...
2005-02-20 Tom LaneAdd code to prevent transaction ID wraparound by enforc...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-10-30 Tom LaneChange COMMIT back to the old behavior of emitting...
2004-10-29 Tom LaneRearrange order of pre-commit operations: must close...
2004-10-16 Tom LaneGive the ResourceOwner mechanism full responsibility...
2004-10-04 Tom LanePortalRun must guard against the possibility that the...
2004-09-16 Tom LaneAdd some marginal tweaks to eliminate memory leakages...
2004-09-16 Tom LaneRestructure subtransaction handling to reduce resource...
2004-09-13 Tom LaneRedesign query-snapshot timing so that volatile functio...
2004-09-10 Tom LaneFire non-deferred AFTER triggers immediately upon query...
2004-09-06 Tom LaneFix incorrect ordering of smgr cleanup relative to...
2004-08-30 Tom LaneFix failure to advance nextXID beyond subtransactions...
2004-08-30 Bruce MomjianAnother pgindent run with lib typedefs added.
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-28 Tom LaneNow that TransactionIdDidAbort doesn't think it should...
2004-08-28 Tom LaneFix relcache to account properly for subtransaction...
2004-08-25 Tom LaneRevise ResourceOwner code to avoid accumulating Resourc...
2004-08-11 Tom LaneFix failure to guarantee that a checkpoint will write...
2004-08-03 Tom LaneFix misplacement of savepointLevel test, per report...
2004-08-01 Tom LaneUpdate the in-code documentation about the transaction...
2004-08-01 Tom LaneSome mop-up work for savepoints (nested transactions...
2004-07-31 Tom Laneplpgsql does exceptions.
2004-07-28 Tom LaneFix subtransaction behavior for large objects, temp...
2004-07-27 Tom LaneReplace nested-BEGIN syntax for subtransactions with...
2004-07-17 Tom LaneInvent ResourceOwner mechanism as per my recent proposa...
2004-07-01 Tom LaneFurther review of xact.c state machine for nested trans...
2004-07-01 Tom LaneNested transactions. There is still much left to do...
2004-06-03 Tom LaneAdjust our timezone library to use pg_time_t (typedef...
2004-05-22 Tom LaneFor multi-table ANALYZE, use per-table transactions...
2004-05-21 Tom LaneIntegrate src/timezone library for all platforms. ...
2004-04-05 Bruce MomjianThis is a cleanup patch for access/transam/xact.c....
2004-02-11 Tom LaneCommit the reasonably uncontroversial parts of J.R...
2004-02-10 Tom LaneCentralize implementation of delay code by creating...
2004-02-10 Tom LaneRestructure smgr API as per recent proposal. smgr...
2004-01-26 Bruce MomjianAttached is a patch that fixes some trivial typos and...
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...
next