summaryrefslogtreecommitdiff
path: root/src/backend/utils/time
AgeCommit message (Expand)Author
2025-03-11Improve snapmgr.c commentHeikki Linnakangas
2025-03-11Assert that a snapshot is active or registered before it's usedHeikki Linnakangas
2025-01-23Add some const decorations (htup.h)Peter Eisentraut
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-23Don't allow GetTransactionSnapshot() in logical decodingHeikki Linnakangas
2024-12-21Update TransactionXmin when MyProc->xmin is updatedHeikki Linnakangas
2024-12-20Mark CatalogSnapshotData staticHeikki Linnakangas
2024-12-09Remove remants of "snapshot too old"Heikki Linnakangas
2024-03-04Remove unused #include's from backend .c filesPeter Eisentraut
2024-03-03Replace BackendIds with 0-based ProcNumbersHeikki Linnakangas
2024-03-03Redefine backend ID to be an index into the proc arrayHeikki Linnakangas
2024-01-04Update copyright for 2024Bruce Momjian
2024-01-02Fix typos in comments and in one isolation test.Robert Haas
2023-11-08Make ResourceOwners more easily extensible.Heikki Linnakangas
2023-09-19Improve error message for snapshot import in snapmgr.c, take twoMichael Paquier
2023-09-14Revert "Improve error message on snapshot import in snapmgr.c"Michael Paquier
2023-09-14Improve error message on snapshot import in snapmgr.cMichael Paquier
2023-09-05Remove the "snapshot too old" feature.Thomas Munro
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-04-19Fix various typos and incorrect/outdated name referencesDavid Rowley
2023-02-06Remove useless casts to (void *) in hash_search() callsPeter Eisentraut
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-20Add copyright notices to meson filesAndrew Dunstan
2022-11-15Improve comments referring snapshot's subxip array.Amit Kapila
2022-09-22meson: Add initial version of meson based build systemAndres Freund
2022-09-20Harmonize more parameter names in bulk.Peter Geoghegan
2022-08-11Optimize xid/subxid searches in XidInMVCCSnapshot().John Naylor
2022-04-16Fix incorrect logic in HaveRegisteredOrActiveSnapshot().Tom Lane
2022-03-03Clean up assorted failures under clang's -fsanitize=undefined checks.Tom Lane
2022-02-21Assert in init_toast_snapshot() that some snapshot registered or active.Andres Freund
2022-01-08Update copyright for 2022Bruce Momjian
2021-10-04Replace occurrences of InvalidXid with InvalidTransactionIdDaniel Gustafsson
2021-10-01Fix Portal snapshot tracking to handle subtransactions properly.Tom Lane
2021-05-12Initial pgindent and pgperltidy run for v14.Tom Lane
2021-03-25Sanitize the term "combo CID" in code commentsMichael Paquier
2021-01-30Revive "snapshot too old" with wal_level=minimal and SET TABLESPACE.Noah Misch
2021-01-02Update copyright for 2021Bruce Momjian
2020-12-15Improve hash_create()'s API for some added robustness.Tom Lane
2020-09-24Fix two bugs in MaintainOldSnapshotTimeMapping.Robert Haas
2020-09-24Expose oldSnapshotControl definition via new header.Robert Haas
2020-09-14Fix typos.Fujii Masao
2020-08-18snapshot scalability: cache snapshots using a xact completion counter.Andres Freund
2020-08-17Make xact.h usable in frontend.Heikki Linnakangas
2020-08-13snapshot scalability: Move PGXACT->xmin back to PGPROC.Andres Freund
2020-08-12snapshot scalability: Don't compute global horizons while building snapshots.Andres Freund
2020-07-08code: replace most remaining uses of 'master'.Andres Freund
2020-01-01Update copyrights for 2020Bruce Momjian
2019-11-12Make the order of the header file includes consistent in backend modules.Amit Kapila
2019-11-05Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund
2019-08-05Fix inconsistencies and typos in the tree, take 9Michael Paquier