OSDN Git Service

Implement function-local GUC parameter settings, as per recent discussion.
[pg-rex/syncrep.git] / src / backend / access / transam / xact.c
2007-09-03 Tom LaneImplement function-local GUC parameter settings, as...
2007-08-01 Tom LaneSupport an optional asynchronous commit mode, in which...
2007-06-07 Tom LaneRedefine IsTransactionState() to only return true for...
2007-05-30 Tom LaneFix overly-strict sanity check in BeginInternalSubTrans...
2007-05-27 Tom LaneFix up pgstats counting of live and dead tuples to...
2007-04-30 Tom LaneChange the timestamps recorded in transaction commit...
2007-04-30 Tom LaneImplement rate-limiting logic on how often backends...
2007-04-26 Tom LaneFix dynahash.c to suppress hash bucket splits while...
2007-04-03 Tom LaneRemove the CheckpointStartLock in favor of having backe...
2007-03-22 Tom LaneArrange for PreventTransactionChain to reject commands...
2007-03-13 Peter EisentrautReverted waiting for further fixes:
2007-03-13 Tom LaneFirst phase of plan-invalidation project: create a...
2007-03-12 Peter EisentrautMake configuration parameters fall back to their defaul...
2007-02-09 Tom LaneCombine cmin and cmax fields of HeapTupleHeaders into...
2007-02-07 Tom LaneAdd a function pg_stat_clear_snapshot() that discards...
2007-02-01 Bruce MomjianWording cleanup for error messages. Also change can...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
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...
next