index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
time
Age
Commit message (
Expand
)
Author
11 days
Use proper type for RestoreTransactionSnapshot's PGPROC arg
Heikki Linnakangas
2025-12-10
Use palloc_object() and palloc_array() in backend code
Michael Paquier
2025-12-02
Avoid use of NOTICE to wait for snapshot invalidation
Álvaro Herrera
2025-11-25
Improve test case stability
Álvaro Herrera
2025-11-24
Fix infer_arbiter_index during concurrent index operations
Álvaro Herrera
2025-08-22
Revert GetTransactionSnapshot() to return historic snapshot during LR
Heikki Linnakangas
2025-03-11
Improve snapmgr.c comment
Heikki Linnakangas
2025-03-11
Assert that a snapshot is active or registered before it's used
Heikki Linnakangas
2025-01-23
Add some const decorations (htup.h)
Peter Eisentraut
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-12-23
Don't allow GetTransactionSnapshot() in logical decoding
Heikki Linnakangas
2024-12-21
Update TransactionXmin when MyProc->xmin is updated
Heikki Linnakangas
2024-12-20
Mark CatalogSnapshotData static
Heikki Linnakangas
2024-12-09
Remove remants of "snapshot too old"
Heikki Linnakangas
2024-03-04
Remove unused #include's from backend .c files
Peter Eisentraut
2024-03-03
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-01-03
Update copyright for 2024
Bruce Momjian
2024-01-02
Fix typos in comments and in one isolation test.
Robert Haas
2023-11-08
Make ResourceOwners more easily extensible.
Heikki Linnakangas
2023-09-19
Improve error message for snapshot import in snapmgr.c, take two
Michael Paquier
2023-09-14
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-05
Remove the "snapshot too old" feature.
Thomas Munro
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-21
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-07
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-17
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
[next]