]> granicus.if.org Git - postgresql/history - src/backend/access/transam/xact.c
Phase 2 of pgindent updates.
[postgresql] / src / backend / access / transam / xact.c
2017-06-21 Tom LanePhase 2 of pgindent updates.
2017-06-14 Alvaro HerreraAvoid bogus TwoPhaseState locking sequences
2017-05-17 Bruce MomjianPost-PG 10 beta1 pgindent run
2017-05-01 Peter EisentrautFix logical replication launcher wake up and reset
2017-04-27 Simon RiggsRework handling of subtransactions in 2PC recovery
2017-04-06 Simon RiggsAlways SnapshotResetXmin() during ClearTransaction()
2017-04-06 Simon RiggsAvoid SnapshotResetXmin() during AtEOXact_Snapshot()
2017-04-04 Simon RiggsSpeedup 2PC recovery by skipping two phase state files...
2017-03-24 Simon RiggsReverting 42b4b0b2413b9b472aaf2112a3bbfd80a6ab4dc5
2017-03-24 Simon RiggsAvoid SnapshotResetXmin() during AtEOXact_Snapshot()
2017-03-22 Simon RiggsImprove performance of replay of AccessExclusiveLocks
2017-03-17 Robert HaasRename "pg_clog" directory to "pg_xact".
2017-02-06 Heikki LinnakangasFix typos in comments.
2017-01-20 Peter EisentrautLogical replication
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-12-22 Andres FreundSkip checkpoints, archiving on idle systems.
2016-11-22 Robert HaasSupport condition variables.
2016-11-17 Robert HaasRemove or reduce verbosity of some debug messages.
2016-08-27 Tom LaneAdd macros to make AllocSetContextCreate() calls simple...
2016-06-09 Robert Haaspgindent run for 9.6
2016-04-27 Andres FreundEmit invalidations to standby for transactions without...
2016-03-30 Robert HaasAdd new replication mode synchronous_commit = 'remote_a...
2016-03-27 Andres FreundDon't use !! but != 0/NULL to force boolean evaluation.
2016-03-18 Peter EisentrautMerge wal_level "archive" and "hot_standby" into new...
2016-03-11 Robert HaasFix a typo, and remove unnecessary pgstat_report_wait_e...
2016-03-10 Robert HaasProvide much better wait information in pg_stat_activity.
2016-03-09 Robert HaasAdd a generic command progress reporting facility.
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-10-16 Robert HaasTighten up application of parallel mode checks.
2015-10-16 Robert HaasTransfer current command counter ID to parallel workers.
2015-10-01 Alvaro HerreraFix commit_ts for standby
2015-09-29 Alvaro HerreraCode review for transaction commit timestamps
2015-09-28 Alvaro HerreraFix "sesssion" typo
2015-09-05 Heikki LinnakangasFix misc typos.
2015-09-04 Tom LaneFix subtransaction cleanup after an outer-subtransactio...
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-05-20 Heikki LinnakangasFix more typos in comments.
2015-05-20 Heikki LinnakangasCollection of typo fixes.
2015-05-17 Magnus HaganderFix typos in comments
2015-04-30 Robert HaasCreate an infrastructure for parallel computation in...
2015-04-29 Andres FreundIntroduce replication progress tracking infrastructure.
2015-03-15 Andres FreundMerge the various forms of transaction commit & abort...
2015-02-26 Andres FreundReconsider when to wait for WAL flushes/syncrep during...
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-12-03 Alvaro HerreraKeep track of transaction commit timestamps
2014-11-20 Heikki LinnakangasRevamp the WAL record format.
2014-11-06 Heikki LinnakangasMove the backup-block logic from XLogInsert to a new...
2014-10-29 Robert HaasAvoid setup work for invalidation messages at start...
2014-05-15 Heikki LinnakangasFix race condition in preparing a transaction for two...
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...
next