]> granicus.if.org Git - postgresql/history - src/backend/access/transam/xact.c
Allow transactions that don't write WAL to commit asynchronously.
[postgresql] / src / backend / access / transam / xact.c
2010-12-20 Robert HaasAllow transactions that don't write WAL to commit async...
2010-12-08 Simon RiggsOptimize commit_siblings in two ways to improve group...
2010-10-20 Alvaro HerreraRemove AtStart_Cache() call in CommandCounterIncrement().
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-09-11 Heikki LinnakangasIntroduce latches. A latch is a boolean variable, with...
2010-08-13 Robert HaasInclude the backend ID in the relpath of temporary...
2010-08-13 Robert HaasMake RecordTransactionCommit() respect wal_level.
2010-08-12 Robert HaasCorrect sundry errors in Hot Standby-related comments.
2010-07-29 Simon RiggsRename asyncCommitLSN to asyncXactLSN to reflect change...
2010-07-23 Robert HaasAvoid deep recursion when assigning XIDs to multiple...
2010-07-06 Bruce Momjianpgindent run for 9.0, second run
2010-06-29 Bruce MomjianAdd C comment about why synchronous_commit=off behavior...
2010-05-13 Simon RiggsEnsure that top level aborts call XLogSetAsyncCommit...
2010-05-13 Simon RiggsCleanup initialization of Hot Standby. Clarify working...
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-20 Tom LaneClean up handling of XactReadOnly and RecoveryInProgres...
2010-02-17 Tom LaneStamp HEAD as 9.0devel, and update various places that...
2010-02-16 Tom LaneReplace the pg_listener-based LISTEN/NOTIFY mechanism...
2010-02-13 Simon RiggsFix relcache init file invalidation during Hot Standby...
2010-02-08 Tom LaneRemove old-style VACUUM FULL (which was known for a...
2010-02-07 Tom LaneCreate a "relation mapping" infrastructure to support...
2010-01-24 Tom LaneFix assorted core dumps and Assert failures that could...
2010-01-16 Simon RiggsTeach standby conflict resolution to use SIGUSR1
2010-01-09 Simon RiggsDuring Hot Standby, set DatabasePath correctly during...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-19 Simon RiggsAllow read only connections during recovery, known...
2009-12-09 Tom LanePrevent indirect security attacks via changing session...
2009-11-23 Heikki LinnakangasFix an old bug in multixact and two-phase commit. Prepa...
2009-09-01 Alvaro HerreraRemove flatfiles.c, which is now obsolete.
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-05-13 Tom LaneRewrite xml.c's memory management (yet again). Give...
2009-01-20 Heikki LinnakangasAdd a new option to RestoreBkpBlocks() to indicate...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-12-04 Alvaro HerreraFix a couple of snapshot management bugs in the new...
2008-11-19 Heikki LinnakangasRethink the way FSM truncation works. Instead of WAL...
2008-11-11 Tom LaneFix sloppy omission of now-required #include's.
2008-11-11 Heikki LinnakangasChange error messages to print the physical path, like
2008-10-20 Alvaro HerreraRework subtransaction commit protocol for hot standby.
2008-08-11 Heikki LinnakangasIntroduce the concept of relation forks. An smgr relati...
2008-05-12 Alvaro HerreraImprove snapshot manager by keeping explicit track...
2008-05-12 Alvaro HerreraRestructure some header files a bit, in particular...
2008-03-26 Alvaro HerreraRename snapmgmt.c/h to snapmgr.c/h, for consistency...
2008-03-26 Alvaro HerreraSeparate snapshot management code from tuple visibility...
2008-03-17 Peter EisentrautEnable probes to work with Mac OS X Leopard and other...
2008-03-17 Tom LaneFix TransactionIdIsCurrentTransactionId() to use binary...
2008-03-04 Tom LaneFix PREPARE TRANSACTION to reject the case where the...
2008-01-15 Tom LaneRevise memory management for libxml calls. Instead...
2008-01-03 Tom LaneMake standard maintenance operations (including VACUUM...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-30 Tom LaneAvoid incrementing the CommandCounter when CommandCount...
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-11-10 Bruce MomjianReduce error level of ROLLBACK outside a transaction...
2007-09-11 Tom LaneRename recently-added pg_stat_activity column from...
2007-09-08 Tom LaneReplace the former method of determining snapshot xmax...
2007-09-07 Tom LaneDon't take ProcArrayLock while exiting a transaction...
2007-09-05 Tom LaneImplement lazy XID allocation: transactions that do...
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...
next