]> granicus.if.org Git - postgresql/history - src/backend/access/transam/xact.c
pgindent run for 9.4
[postgresql] / src / backend / access / transam / xact.c
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-04-24 Tom LaneReset pg_stat_activity.xact_start during PREPARE TRANSA...
2014-03-03 Robert HaasIntroduce logical decoding.
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-12-11 Robert HaasAdd new wal_level, logical, sufficient for logical...
2013-11-29 Tom LaneFix assorted race conditions in the new timeout infrast...
2013-11-26 Bruce MomjianChange SET LOCAL/CONSTRAINTS/TRANSACTION and ABORT...
2013-09-09 Robert HaasIntroduce InvalidCommandId.
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-03-03 Tom LaneFix SQL function execution to be safe with long-lived...
2013-02-15 Tom LaneInvent pre-commit/pre-prepare/pre-subcommit events...
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-12-10 Heikki LinnakangasUpdate minimum recovery point on truncation.
2012-12-03 Simon RiggsRefactor inCommit flag into generic delayChkpt flag.
2012-11-28 Alvaro HerreraSplit out rmgr rm_desc functions into their own files
2012-11-13 Simon RiggsSkip searching for subxact locks at commit.
2012-10-17 Tom LaneClose un-owned SMgrRelations at transaction end.
2012-08-28 Alvaro HerreraSplit resowner.h
2012-08-15 Bruce MomjianUpdate C comment to NOTICE to reflect previous commit...
2012-07-02 Robert HaasMake commit_delay much smarter.
2012-07-02 Robert HaasMake walsender more responsive.
2012-06-25 Alvaro HerreraTighten up includes in sinvaladt.h, twophase.h, proc.h
2012-06-24 Heikki LinnakangasReplace XLogRecPtr struct with a 64-bit integer.
2012-06-14 Robert HaasDuring transaction cleanup, release locks before deleti...
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-06-07 Tom LaneScan the buffer pool just once, not once per fork,...
2012-05-31 Tom LaneImprove comment for GetStableLatestTransactionId().
2012-05-29 Tom LaneTeach AbortOutOfAnyTransaction to clean up partially...
2012-05-12 Simon RiggsEnsure backwards compatibility for GetStableLatestTrans...
2012-05-11 Simon RiggsEnsure age() returns a stable value rather than the...
2012-04-18 Robert HaasTighten up error recovery for fast-path locking.
2012-04-17 Heikki LinnakangasDon't wait for the commit record to be replicated if...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-12-20 Tom LaneAvoid crashing when we have problems unlinking files...
2011-11-25 Robert HaasMove "hot" members of PGPROC into a separate PGXACT...
2011-10-22 Tom LaneSupport synchronization of snapshots through an export...
2011-09-27 Tom LaneAllow snapshot references to still work during transact...
2011-09-09 Tom LaneMove Timestamp/Interval typedefs and basic macros into...
2011-09-07 Simon RiggsPartially revoke attempt to improve performance with...
2011-09-04 Tom LaneClean up the #include mess a little.
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-07-19 Simon RiggsRemove O(N^2) performance issue with multiple SAVEPOINTs.
2011-06-28 Simon RiggsIntroduce compact WAL record for the common case of...
2011-05-06 Tom LaneMove RegisterPredicateLockingXid() call to a safer...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-04-04 Simon RiggsAvoid assuming there will be only 3 states for synchron...
2011-04-04 Robert HaasMerge synchronous_replication setting into synchronous_...
2011-03-06 Simon RiggsEfficient transaction-controlled synchronous replication.
2011-02-27 Tom LaneRefactor the executor's API to support data-modifying...
2011-02-07 Heikki LinnakangasImplement genuine serializable isolation level.
2011-01-03 Robert HaasUpdate comments in RecordTransactionCommit() to mention...
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
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...
next