aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/time
Commit message (Expand)AuthorAge
* Revert "Improve error message on snapshot import in snapmgr.c"Michael Paquier2023-09-14
* Improve error message on snapshot import in snapmgr.cMichael Paquier2023-09-14
* Clean up assorted failures under clang's -fsanitize=undefined checks.Tom Lane2022-03-03
* Fix Portal snapshot tracking to handle subtransactions properly.Tom Lane2021-10-01
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-12
* Sanitize the term "combo CID" in code commentsMichael Paquier2021-03-25
* Revive "snapshot too old" with wal_level=minimal and SET TABLESPACE.Noah Misch2021-01-30
* Update copyright for 2021Bruce Momjian2021-01-02
* Improve hash_create()'s API for some added robustness.Tom Lane2020-12-15
* Fix two bugs in MaintainOldSnapshotTimeMapping.Robert Haas2020-09-24
* Expose oldSnapshotControl definition via new header.Robert Haas2020-09-24
* Fix typos.Fujii Masao2020-09-14
* snapshot scalability: cache snapshots using a xact completion counter.Andres Freund2020-08-17
* Make xact.h usable in frontend.Heikki Linnakangas2020-08-17
* snapshot scalability: Move PGXACT->xmin back to PGPROC.Andres Freund2020-08-13
* snapshot scalability: Don't compute global horizons while building snapshots.Andres Freund2020-08-12
* code: replace most remaining uses of 'master'.Andres Freund2020-07-08
* Update copyrights for 2020Bruce Momjian2020-01-01
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-12
* Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund2019-11-05
* Fix inconsistencies and typos in the tree, take 9Michael Paquier2019-08-05
* Use full 64-bit XID for checking if a deleted GiST page is old enough.Heikki Linnakangas2019-07-24
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-22
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Mark correctly initial slot snapshots with MVCC type when builtMichael Paquier2019-02-20
* Move remaining code from tqual.[ch] to heapam.h / heapam_visibility.c.Andres Freund2019-01-21
* Move generic snapshot related code from tqual.h to snapmgr.h.Andres Freund2019-01-21
* Change snapshot type to be determined by enum rather than callback.Andres Freund2019-01-21
* Update copyright for 2019Bruce Momjian2019-01-02
* Fix misc typos, mostly in comments.Heikki Linnakangas2018-07-18
* Rename TransactionChain functionsPeter Eisentraut2018-03-16
* Update copyright for 2018Bruce Momjian2018-01-02
* Fix pruning of locked and updated tuples.Andres Freund2017-12-14
* Clean up assorted messiness around AllocateDir() usage.Tom Lane2017-12-04
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-08
* Ignore CatalogSnapshot when checking COPY FREEZE prerequisites.Noah Misch2017-11-05
* Fix low-probability loss of NOTIFY messages due to XID wraparound.Tom Lane2017-10-11
* Message style fixesPeter Eisentraut2017-09-11
* Improve performance of get_actual_variable_range with recently-dead tuples.Tom Lane2017-09-07
* Fix typo in comment in SerializeSnapshotSimon Riggs2017-06-24
* Revert 1f30295eab65eddaa88528876ab66e7095f4bb65Simon Riggs2017-06-24
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Final pgindent run with old pg_bsd_indent (version 1.3).Tom Lane2017-06-21
* Don't force-assign transaction id when exporting a snapshot.Andres Freund2017-06-14
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Remove poorly worded and duplicated commentSimon Riggs2017-05-08
* Fix new warnings from GCC 7Peter Eisentraut2017-04-17
* Always SnapshotResetXmin() during ClearTransaction()Simon Riggs2017-04-06
* Avoid SnapshotResetXmin() during AtEOXact_Snapshot()Simon Riggs2017-04-06