index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
time
Commit message (
Expand
)
Author
Age
*
Remove unused #include's from backend .c files
Peter Eisentraut
2024-03-04
*
Replace BackendIds with 0-based ProcNumbers
Heikki Linnakangas
2024-03-03
*
Redefine backend ID to be an index into the proc array
Heikki Linnakangas
2024-03-03
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Fix typos in comments and in one isolation test.
Robert Haas
2024-01-02
*
Make ResourceOwners more easily extensible.
Heikki Linnakangas
2023-11-08
*
Improve error message for snapshot import in snapmgr.c, take two
Michael Paquier
2023-09-19
*
Revert "Improve error message on snapshot import in snapmgr.c"
Michael Paquier
2023-09-14
*
Improve error message on snapshot import in snapmgr.c
Michael Paquier
2023-09-14
*
Remove the "snapshot too old" feature.
Thomas Munro
2023-09-05
*
Pre-beta mechanical code beautification.
Tom Lane
2023-05-19
*
Fix various typos and incorrect/outdated name references
David Rowley
2023-04-19
*
Remove useless casts to (void *) in hash_search() calls
Peter Eisentraut
2023-02-06
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Add copyright notices to meson files
Andrew Dunstan
2022-12-20
*
Improve comments referring snapshot's subxip array.
Amit Kapila
2022-11-15
*
meson: Add initial version of meson based build system
Andres Freund
2022-09-21
*
Harmonize more parameter names in bulk.
Peter Geoghegan
2022-09-20
*
Optimize xid/subxid searches in XidInMVCCSnapshot().
John Naylor
2022-08-11
*
Fix incorrect logic in HaveRegisteredOrActiveSnapshot().
Tom Lane
2022-04-16
*
Clean up assorted failures under clang's -fsanitize=undefined checks.
Tom Lane
2022-03-03
*
Assert in init_toast_snapshot() that some snapshot registered or active.
Andres Freund
2022-02-21
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Replace occurrences of InvalidXid with InvalidTransactionId
Daniel Gustafsson
2021-10-04
*
Fix Portal snapshot tracking to handle subtransactions properly.
Tom Lane
2021-10-01
*
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
*
Sanitize the term "combo CID" in code comments
Michael Paquier
2021-03-25
*
Revive "snapshot too old" with wal_level=minimal and SET TABLESPACE.
Noah Misch
2021-01-30
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Improve hash_create()'s API for some added robustness.
Tom Lane
2020-12-15
*
Fix two bugs in MaintainOldSnapshotTimeMapping.
Robert Haas
2020-09-24
*
Expose oldSnapshotControl definition via new header.
Robert Haas
2020-09-24
*
Fix typos.
Fujii Masao
2020-09-14
*
snapshot scalability: cache snapshots using a xact completion counter.
Andres Freund
2020-08-17
*
Make xact.h usable in frontend.
Heikki Linnakangas
2020-08-17
*
snapshot scalability: Move PGXACT->xmin back to PGPROC.
Andres Freund
2020-08-13
*
snapshot scalability: Don't compute global horizons while building snapshots.
Andres Freund
2020-08-12
*
code: replace most remaining uses of 'master'.
Andres Freund
2020-07-08
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-11-12
*
Split all OBJS style lines in makefiles into one-line-per-entry style.
Andres Freund
2019-11-05
*
Fix inconsistencies and typos in the tree, take 9
Michael Paquier
2019-08-05
*
Use full 64-bit XID for checking if a deleted GiST page is old enough.
Heikki Linnakangas
2019-07-24
*
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-22
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Mark correctly initial slot snapshots with MVCC type when built
Michael Paquier
2019-02-20
*
Move remaining code from tqual.[ch] to heapam.h / heapam_visibility.c.
Andres Freund
2019-01-21
*
Move generic snapshot related code from tqual.h to snapmgr.h.
Andres Freund
2019-01-21
*
Change snapshot type to be determined by enum rather than callback.
Andres Freund
2019-01-21
*
Update copyright for 2019
Bruce Momjian
2019-01-02
[next]