]> granicus.if.org Git - postgresql/history - src/backend/access/transam/xact.c
Fix initialization of fake LSN for unlogged relations
[postgresql] / src / backend / access / transam / xact.c
2019-10-04 Robert HaasRemove AtSubStart_Notify.
2019-09-08 Peter EisentrautFix behavior of AND CHAIN outside of explicit transacti...
2019-08-19 Michael PaquierFix inconsistencies and typos in the tree, take 11
2019-08-13 Michael PaquierFix inconsistencies and typos in the tree, take 10
2019-07-29 Michael PaquierFix inconsistencies and typos in the tree
2019-06-17 Michael PaquierFix more typos and inconsistencies in the tree
2019-06-08 Amit KapilaFix assorted inconsistencies.
2019-05-22 Tom LanePhase 2 pgindent run for v12.
2019-05-22 Tom LaneInitial pgindent run for v12.
2019-05-08 Heikki LinnakangasRemove leftover reference to old "flat file" mechanism...
2019-05-07 Amit KapilaRevert "Avoid the creation of the free space map for...
2019-04-12 Thomas MunroFix GetNewTransactionId()'s interaction with xidVacLimit.
2019-04-10 Amit KapilaAvoid counting transaction stats for parallel worker...
2019-04-04 Thomas MunroRefactor the fsync queue for wider use.
2019-04-03 Alvaro HerreraLog all statements from a sample of transactions
2019-03-28 Thomas MunroFix typo.
2019-03-28 Thomas MunroUse FullTransactionId for the transaction stack.
2019-03-28 Thomas MunroAdd basic infrastructure for 64 bit transaction IDs.
2019-03-24 Peter EisentrautTransaction chaining
2019-03-15 Thomas MunroEnable parallel query with SERIALIZABLE isolation.
2019-02-13 Peter EisentrautMore unconstify use
2019-02-04 Amit KapilaAvoid creation of the free space map for small heap...
2019-01-28 Amit KapilaRevert "Avoid creation of the free space map for small...
2019-01-28 Amit KapilaAvoid creation of the free space map for small heap...
2019-01-26 Michael PaquierSimplify restriction handling of two-phase commit for...
2019-01-22 Andres FreundMove remaining code from tqual.[ch] to heapam.h / heapa...
2019-01-18 Michael PaquierRestrict the use of temporary namespace in two-phase...
2019-01-02 Bruce MomjianUpdate copyright for 2019
2018-11-14 Michael PaquierInitialize TransactionState and user ID consistently...
2018-11-02 Magnus HaganderFix spelling errors and typos in comments
2018-10-12 Tom LaneSimplify use of AllocSetContextCreate() wrapper macro.
2018-10-08 Thomas MunroRelax transactional restrictions on ALTER TYPE ......
2018-10-08 Tom LaneAdvance transaction timestamp for intra-procedure trans...
2018-10-06 Tom LanePropagate xactStartTimestamp and stmtStartTimestamp...
2018-09-07 Peter EisentrautUse C99 designated initializers for some structs
2018-08-10 Peter GeogheganHandle parallel index builds on mapped relations.
2018-07-16 Robert HaasAdd subtransaction handling for table synchronization...
2018-07-04 Fujii MasaoImprove the performance of relation deletes during...
2018-06-16 Simon RiggsRemove AELs from subxids correctly on standby
2018-06-15 Alvaro HerreraFix off-by-one bug in XactLogCommitRecord
2018-04-28 Tom LaneIn AtEOXact_Files, complain if any files remain unclose...
2018-04-26 Tom LanePost-feature-freeze pgindent run.
2018-04-17 Heikki LinnakangasFix confusion on the padding of GIDs in on commit and...
2018-04-09 Tom LaneFurther cleanup of client dependencies on src/include...
2018-03-28 Simon RiggsStore 2PC GID in commit/abort WAL recs for logical...
2018-03-27 Tom LaneAllow memory contexts to have both fixed and variable...
2018-03-16 Peter EisentrautChange transaction state debug strings to match enum...
2018-03-16 Peter EisentrautImprove savepoint error messages
2018-03-16 Peter EisentrautSimplify parse representation of savepoint commands
2018-03-16 Peter EisentrautRename TransactionChain functions
2018-03-16 Peter EisentrautUpdate function comments
2018-02-18 Peter EisentrautMinor comment fix
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-12-21 Robert HaasAdjust assertion in GetCurrentCommandId.
2017-12-21 Robert HaasCancel CV sleep during subtransaction abort.
2017-12-13 Tom LaneRethink MemoryContext creation to improve performance.
2017-11-28 Robert HaasFix typo.
2017-11-10 Peter EisentrautAdd some const decorations to prototypes
2017-11-08 Peter EisentrautChange TRUE/FALSE to true/false
2017-10-11 Tom LaneRemove unnecessary PG_TRY overhead for CurrentResourceO...
2017-09-27 Tom LaneRevert to 9.6 treatment of ALTER TYPE enumtype ADD...
2017-09-26 Tom LaneUse a blacklist to distinguish original from add-on...
2017-09-07 Peter EisentrautReduce excessive dereferencing of function pointers
2017-09-07 Tom LaneFix handling of savepoint commands within multi-stateme...
2017-08-14 Tom LaneHandle elog(FATAL) during ROLLBACK more robustly.
2017-08-13 Tom LaneRemove AtEOXact_CatCache().
2017-08-05 Peter EisentrautOnly kill sync workers at commit time in subscription DDL
2017-06-21 Tom LanePhase 3 of pgindent updates.
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
next