Fix cross-version upgrade test failure
[postgresql.git] / src / backend / utils / time /
2025-03-11 Heikki LinnakangasImprove snapmgr.c comment
2025-03-11 Heikki LinnakangasAssert that a snapshot is active or registered before...
2025-01-23 Peter EisentrautAdd some const decorations (htup.h)
2025-01-01 Bruce MomjianUpdate copyright for 2025
2024-12-23 Heikki LinnakangasDon't allow GetTransactionSnapshot() in logical decoding
2024-12-21 Heikki LinnakangasUpdate TransactionXmin when MyProc->xmin is updated
2024-12-20 Heikki LinnakangasMark CatalogSnapshotData static
2024-12-09 Heikki LinnakangasRemove remants of "snapshot too old"
2024-03-04 Peter EisentrautRemove unused #include's from backend .c files
2024-03-03 Heikki LinnakangasReplace BackendIds with 0-based ProcNumbers
2024-03-03 Heikki LinnakangasRedefine backend ID to be an index into the proc array
2024-01-04 Bruce MomjianUpdate copyright for 2024
2024-01-02 Robert HaasFix typos in comments and in one isolation test.
2023-11-08 Heikki LinnakangasMake ResourceOwners more easily extensible.
2023-09-19 Michael PaquierImprove error message for snapshot import in snapmgr...
2023-09-14 Michael PaquierRevert "Improve error message on snapshot import in...
2023-09-14 Michael PaquierImprove error message on snapshot import in snapmgr.c
2023-09-05 Thomas MunroRemove the "snapshot too old" feature.
2023-05-19 Tom LanePre-beta mechanical code beautification.
2023-04-19 David RowleyFix various typos and incorrect/outdated name references
2023-02-06 Peter EisentrautRemove useless casts to (void *) in hash_search() calls
2023-01-02 Bruce MomjianUpdate copyright for 2023
2022-12-20 Andrew DunstanAdd copyright notices to meson files
2022-11-15 Amit KapilaImprove comments referring snapshot's subxip array.
2022-09-22 Andres Freundmeson: Add initial version of meson based build system
2022-09-20 Peter GeogheganHarmonize more parameter names in bulk.
2022-08-11 John NaylorOptimize xid/subxid searches in XidInMVCCSnapshot().
2022-04-16 Tom LaneFix incorrect logic in HaveRegisteredOrActiveSnapshot().
2022-03-03 Tom LaneClean up assorted failures under clang's -fsanitize...
2022-02-21 Andres FreundAssert in init_toast_snapshot() that some snapshot...
2022-01-08 Bruce MomjianUpdate copyright for 2022
2021-10-04 Daniel GustafssonReplace occurrences of InvalidXid with InvalidTransactionId
2021-10-01 Tom LaneFix Portal snapshot tracking to handle subtransactions...
2021-05-12 Tom LaneInitial pgindent and pgperltidy run for v14.
2021-03-25 Michael PaquierSanitize the term "combo CID" in code comments
2021-01-30 Noah MischRevive "snapshot too old" with wal_level=minimal and...
2021-01-02 Bruce MomjianUpdate copyright for 2021
2020-12-15 Tom LaneImprove hash_create()'s API for some added robustness.
2020-09-24 Robert HaasFix two bugs in MaintainOldSnapshotTimeMapping.
2020-09-24 Robert HaasExpose oldSnapshotControl definition via new header.
2020-09-14 Fujii MasaoFix typos.
2020-08-18 Andres Freundsnapshot scalability: cache snapshots using a xact...
2020-08-17 Heikki LinnakangasMake xact.h usable in frontend.
2020-08-13 Andres Freundsnapshot scalability: Move PGXACT->xmin back to PGPROC.
2020-08-12 Andres Freundsnapshot scalability: Don't compute global horizons...
2020-07-08 Andres Freundcode: replace most remaining uses of 'master'.
2020-01-01 Bruce MomjianUpdate copyrights for 2020
2019-11-12 Amit KapilaMake the order of the header file includes consistent...
2019-11-05 Andres FreundSplit all OBJS style lines in makefiles into one-line...
2019-08-05 Michael PaquierFix inconsistencies and typos in the tree, take 9
2019-07-24 Heikki LinnakangasUse full 64-bit XID for checking if a deleted GiST...
2019-07-22 Michael PaquierFix inconsistencies and typos in the tree
2019-05-22 Tom LanePhase 2 pgindent run for v12.
2019-02-20 Michael PaquierMark correctly initial slot snapshots with MVCC type...
2019-01-22 Andres FreundMove remaining code from tqual.[ch] to heapam.h / heapa...
2019-01-22 Andres FreundMove generic snapshot related code from tqual.h to...
2019-01-22 Andres FreundChange snapshot type to be determined by enum rather...
2019-01-02 Bruce MomjianUpdate copyright for 2019
2018-07-18 Heikki LinnakangasFix misc typos, mostly in comments.
2018-03-16 Peter EisentrautRename TransactionChain functions
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-12-15 Andres FreundFix pruning of locked and updated tuples.
2017-12-04 Tom LaneClean up assorted messiness around AllocateDir() usage.
2017-11-08 Peter EisentrautChange TRUE/FALSE to true/false
2017-11-05 Noah MischIgnore CatalogSnapshot when checking COPY FREEZE prereq...
2017-10-11 Tom LaneFix low-probability loss of NOTIFY messages due to...
2017-09-11 Peter EisentrautMessage style fixes
2017-09-07 Tom LaneImprove performance of get_actual_variable_range with...
2017-06-24 Simon RiggsFix typo in comment in SerializeSnapshot
2017-06-24 Simon RiggsRevert 1f30295eab65eddaa88528876ab66e7095f4bb65
2017-06-21 Tom LanePhase 3 of pgindent updates.
2017-06-21 Tom LanePhase 2 of pgindent updates.
2017-06-21 Tom LaneFinal pgindent run with old pg_bsd_indent (version...
2017-06-14 Andres FreundDon't force-assign transaction id when exporting a...
2017-05-17 Bruce MomjianPost-PG 10 beta1 pgindent run
2017-05-08 Simon RiggsRemove poorly worded and duplicated comment
2017-04-17 Peter EisentrautFix new warnings from GCC 7
2017-04-06 Simon RiggsAlways SnapshotResetXmin() during ClearTransaction()
2017-04-06 Simon RiggsAvoid SnapshotResetXmin() during AtEOXact_Snapshot()
2017-03-24 Simon RiggsReverting 42b4b0b2413b9b472aaf2112a3bbfd80a6ab4dc5
2017-03-24 Simon RiggsAvoid SnapshotResetXmin() during AtEOXact_Snapshot()
2017-03-17 Robert HaasRename "pg_clog" directory to "pg_xact".
2017-03-02 Noah MischHandle unaligned SerializeSnapshot() buffer.
2017-02-23 Tom LaneConsistently declare timestamp variables as TimestampTz.
2017-02-06 Heikki LinnakangasFix typos in comments.
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-11-15 Tom LaneAccount for catalog snapshot in PGXACT->xmin updates.
2016-08-18 Andres FreundFix deletion of speculatively inserted TOAST on conflict
2016-08-07 Tom LaneAvoid crashing in GetOldestSnapshot() if there are...
2016-08-03 Robert HaasPrevent "snapshot too old" from trying to return pruned...
2016-07-15 Peter EisentrautAdjust spellings of forms of "cancel"
2016-07-01 Robert HaasFix crash bug in RestoreSnapshot.
2016-06-24 Alvaro HerreraFix handling of multixacts predating pg_upgrade
2016-06-10 Kevin GrittnerFix interaction between CREATE INDEX and "snapshot...
2016-06-09 Robert Haaspgindent run for 9.6
2016-06-07 Stephen FrostMinor typos / copy-editing for snapmgr.c
2016-06-03 Kevin GrittnerAdd new snapshot fields to serialize/deserialize functions.
2016-05-07 Kevin GrittnerMitigate "snapshot too old" performance regression...
2016-05-06 Kevin GrittnerFix hash index vs "snapshot too old" problemms
2016-04-29 Kevin GrittnerAdd a few entries to the tail of time mapping, to see...
next