summaryrefslogtreecommitdiff
path: root/src/backend/utils/time
Commit message (Expand)AuthorAgeFilesLines
* Remove useless casts to (void *) in hash_search() callsPeter Eisentraut2023-02-061-1/+1
* Update copyright for 2023Bruce Momjian2023-01-023-3/+3
* Add copyright notices to meson filesAndrew Dunstan2022-12-201-0/+2
* Improve comments referring snapshot's subxip array.Amit Kapila2022-11-151-1/+1
* meson: Add initial version of meson based build systemAndres Freund2022-09-211-0/+4
* Harmonize more parameter names in bulk.Peter Geoghegan2022-09-201-14/+15
* Optimize xid/subxid searches in XidInMVCCSnapshot().John Naylor2022-08-111-21/+7
* Fix incorrect logic in HaveRegisteredOrActiveSnapshot().Tom Lane2022-04-161-3/+3
* Clean up assorted failures under clang's -fsanitize=undefined checks.Tom Lane2022-03-031-4/+6
* Assert in init_toast_snapshot() that some snapshot registered or active.Andres Freund2022-02-211-0/+26
* Update copyright for 2022Bruce Momjian2022-01-072-2/+2
* Replace occurrences of InvalidXid with InvalidTransactionIdDaniel Gustafsson2021-10-041-3/+3
* Fix Portal snapshot tracking to handle subtransactions properly.Tom Lane2021-10-011-1/+16
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-121-8/+8
* Sanitize the term "combo CID" in code commentsMichael Paquier2021-03-251-15/+15
* Revive "snapshot too old" with wal_level=minimal and SET TABLESPACE.Noah Misch2021-01-301-1/+5
* Update copyright for 2021Bruce Momjian2021-01-022-2/+2
* Improve hash_create()'s API for some added robustness.Tom Lane2020-12-151-1/+0
* Fix two bugs in MaintainOldSnapshotTimeMapping.Robert Haas2020-09-241-3/+27
* Expose oldSnapshotControl definition via new header.Robert Haas2020-09-241-53/+2
* Fix typos.Fujii Masao2020-09-141-1/+1
* snapshot scalability: cache snapshots using a xact completion counter.Andres Freund2020-08-171-0/+4
* Make xact.h usable in frontend.Heikki Linnakangas2020-08-171-0/+2
* snapshot scalability: Move PGXACT->xmin back to PGPROC.Andres Freund2020-08-131-14/+14
* snapshot scalability: Don't compute global horizons while building snapshots.Andres Freund2020-08-121-116/+134
* code: replace most remaining uses of 'master'.Andres Freund2020-07-081-2/+2
* Update copyrights for 2020Bruce Momjian2020-01-012-2/+2
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-121-2/+1
* Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund2019-11-051-1/+3
* Fix inconsistencies and typos in the tree, take 9Michael Paquier2019-08-051-1/+1
* Use full 64-bit XID for checking if a deleted GiST page is old enough.Heikki Linnakangas2019-07-241-0/+30
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-221-1/+1
* Phase 2 pgindent run for v12.Tom Lane2019-05-221-2/+2
* Mark correctly initial slot snapshots with MVCC type when builtMichael Paquier2019-02-201-0/+2
* Move remaining code from tqual.[ch] to heapam.h / heapam_visibility.c.Andres Freund2019-01-212-1704/+1
* Move generic snapshot related code from tqual.h to snapmgr.h.Andres Freund2019-01-212-128/+125
* Change snapshot type to be determined by enum rather than callback.Andres Freund2019-01-212-32/+64
* Update copyright for 2019Bruce Momjian2019-01-023-3/+3
* Fix misc typos, mostly in comments.Heikki Linnakangas2018-07-181-2/+2
* Rename TransactionChain functionsPeter Eisentraut2018-03-161-1/+1
* Update copyright for 2018Bruce Momjian2018-01-023-3/+3
* Fix pruning of locked and updated tuples.Andres Freund2017-12-141-33/+24
* Clean up assorted messiness around AllocateDir() usage.Tom Lane2017-12-041-14/+12
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-082-3/+3
* Ignore CatalogSnapshot when checking COPY FREEZE prerequisites.Noah Misch2017-11-051-0/+8
* Fix low-probability loss of NOTIFY messages due to XID wraparound.Tom Lane2017-10-111-5/+3
* Message style fixesPeter Eisentraut2017-09-111-1/+1
* Improve performance of get_actual_variable_range with recently-dead tuples.Tom Lane2017-09-071-0/+22
* Fix typo in comment in SerializeSnapshotSimon Riggs2017-06-241-1/+1
* Revert 1f30295eab65eddaa88528876ab66e7095f4bb65Simon Riggs2017-06-241-3/+8