index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
time
Age
Commit message (
Expand
)
Author
2023-05-19
Pre-beta mechanical code beautification.
Tom Lane
2023-04-19
Fix various typos and incorrect/outdated name references
David Rowley
2023-02-06
Remove useless casts to (void *) in hash_search() calls
Peter Eisentraut
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-20
Add copyright notices to meson files
Andrew Dunstan
2022-11-15
Improve comments referring snapshot's subxip array.
Amit Kapila
2022-09-22
meson: Add initial version of meson based build system
Andres Freund
2022-09-20
Harmonize more parameter names in bulk.
Peter Geoghegan
2022-08-11
Optimize xid/subxid searches in XidInMVCCSnapshot().
John Naylor
2022-04-16
Fix incorrect logic in HaveRegisteredOrActiveSnapshot().
Tom Lane
2022-03-03
Clean up assorted failures under clang's -fsanitize=undefined checks.
Tom Lane
2022-02-21
Assert in init_toast_snapshot() that some snapshot registered or active.
Andres Freund
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-10-04
Replace occurrences of InvalidXid with InvalidTransactionId
Daniel Gustafsson
2021-10-01
Fix Portal snapshot tracking to handle subtransactions properly.
Tom Lane
2021-05-12
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-03-25
Sanitize the term "combo CID" in code comments
Michael Paquier
2021-01-30
Revive "snapshot too old" with wal_level=minimal and SET TABLESPACE.
Noah Misch
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-12-15
Improve hash_create()'s API for some added robustness.
Tom Lane
2020-09-24
Fix two bugs in MaintainOldSnapshotTimeMapping.
Robert Haas
2020-09-24
Expose oldSnapshotControl definition via new header.
Robert Haas
2020-09-14
Fix typos.
Fujii Masao
2020-08-18
snapshot scalability: cache snapshots using a xact completion counter.
Andres Freund
2020-08-17
Make xact.h usable in frontend.
Heikki Linnakangas
2020-08-13
snapshot scalability: Move PGXACT->xmin back to PGPROC.
Andres Freund
2020-08-12
snapshot scalability: Don't compute global horizons while building snapshots.
Andres Freund
2020-07-08
code: replace most remaining uses of 'master'.
Andres Freund
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-11-12
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-11-05
Split all OBJS style lines in makefiles into one-line-per-entry style.
Andres Freund
2019-08-05
Fix inconsistencies and typos in the tree, take 9
Michael Paquier
2019-07-24
Use full 64-bit XID for checking if a deleted GiST page is old enough.
Heikki Linnakangas
2019-07-22
Fix inconsistencies and typos in the tree
Michael Paquier
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-02-20
Mark correctly initial slot snapshots with MVCC type when built
Michael Paquier
2019-01-22
Move remaining code from tqual.[ch] to heapam.h / heapam_visibility.c.
Andres Freund
2019-01-22
Move generic snapshot related code from tqual.h to snapmgr.h.
Andres Freund
2019-01-22
Change snapshot type to be determined by enum rather than callback.
Andres Freund
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-07-18
Fix misc typos, mostly in comments.
Heikki Linnakangas
2018-03-16
Rename TransactionChain functions
Peter Eisentraut
2018-01-03
Update copyright for 2018
Bruce Momjian
2017-12-15
Fix pruning of locked and updated tuples.
Andres Freund
2017-12-04
Clean up assorted messiness around AllocateDir() usage.
Tom Lane
2017-11-08
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-05
Ignore CatalogSnapshot when checking COPY FREEZE prerequisites.
Noah Misch
2017-10-11
Fix low-probability loss of NOTIFY messages due to XID wraparound.
Tom Lane
2017-09-11
Message style fixes
Peter Eisentraut
2017-09-07
Improve performance of get_actual_variable_range with recently-dead tuples.
Tom Lane
[next]