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
/
access
Age
Commit message (
Expand
)
Author
2025-01-25
At update of non-LP_NORMAL TID, fail instead of corrupting page header.
Noah Misch
2025-01-20
Fix header check for continuation records where standbys could be stuck
Michael Paquier
2025-01-17
Revert recent changes related to handling of 2PC files at recovery
Michael Paquier
2025-01-14
Fix potential integer overflow in bringetbitmap()
Michael Paquier
2025-01-08
Back-patch b1ffe3ff into REL_13_STABLE.
Thomas Munro
2024-12-29
Fix handling of orphaned 2PC files in the future at recovery
Michael Paquier
2024-12-28
Exclude parallel workers from connection privilege/limit checks.
Tom Lane
2024-12-20
Replace durable_rename_excl() by durable_rename(), take two
Michael Paquier
2024-11-28
Revert "Handle better implicit transaction state of pipeline mode"
Michael Paquier
2024-11-27
Handle better implicit transaction state of pipeline mode
Michael Paquier
2024-11-21
Fix outdated bit in README.tuplock
Álvaro Herrera
2024-11-11
Fix improper interactions between session_authorization and role.
Tom Lane
2024-11-08
Improve fix for not entering parallel mode when holding interrupts.
Tom Lane
2024-11-02
Revert "For inplace update, send nontransactional invalidations."
Noah Misch
2024-11-02
Revert "WAL-log inplace update before revealing it to other sessions."
Noah Misch
2024-10-29
Unpin buffer before inplace update waits for an XID to end.
Noah Misch
2024-10-25
WAL-log inplace update before revealing it to other sessions.
Noah Misch
2024-10-25
For inplace update, send nontransactional invalidations.
Noah Misch
2024-10-25
At end of recovery, reset all sinval-managed caches.
Noah Misch
2024-10-24
Stop reading uninitialized memory in heap_inplace_lock().
Noah Misch
2024-10-01
Fix race condition in COMMIT PREPARED causing orphaned 2PC files
Michael Paquier
2024-09-24
For inplace update durability, make heap_update() callers wait.
Noah Misch
2024-09-24
Fix data loss at inplace update after heap_update().
Noah Misch
2024-09-13
Allow _h_indexbuild() to be interrupted.
Tom Lane
2024-08-01
Revert "Allow parallel workers to cope with a newly-created session user ID."
Tom Lane
2024-07-31
Allow parallel workers to cope with a newly-created session user ID.
Tom Lane
2024-06-27
Fix MVCC bug with prepared xact with subxacts on standby
Heikki Linnakangas
2024-06-17
Fix insertion of SP-GiST REDIRECT tuples during REINDEX CONCURRENTLY.
Tom Lane
2024-06-13
Clamp result of MultiXactMemberFreezeThreshold
Heikki Linnakangas
2024-02-25
Promote assertion about !ReindexIsProcessingIndex to runtime error.
Tom Lane
2024-01-29
Fix locking when fixing an incomplete split of a GIN internal page
Heikki Linnakangas
2024-01-18
lwlock: Fix quadratic behavior with very long wait lists
Andres Freund
2023-12-21
Avoid trying to fetch metapage of an SPGist partitioned index.
Tom Lane
2023-12-12
Prevent tuples to be marked as dead in subtransactions on standbys
Michael Paquier
2023-12-06
Fix compilation on Windows with WAL_DEBUG
Michael Paquier
2023-11-28
Fix assertions with RI triggers in heap_update and heap_delete.
Heikki Linnakangas
2023-11-13
Don't release index root page pin in ginFindParents().
Tom Lane
2023-11-09
Ensure we use the correct spelling of "ensure"
David Rowley
2023-10-31
doc: 1-byte varlena headers can be used for user PLAIN storage
Bruce Momjian
2023-10-30
Diagnose !indisvalid in more SQL functions.
Noah Misch
2023-10-10
Fix bug in GenericXLogFinish().
Jeff Davis
2023-10-03
Fail hard on out-of-memory failures in xlogreader.c
Michael Paquier
2023-09-28
Fix btmarkpos/btrestrpos array key wraparound bug.
Peter Geoghegan
2023-09-26
Fix another bug in parent page splitting during GiST index build.
Heikki Linnakangas
2023-09-25
Fix edge-case for xl_tot_len broken by bae868ca.
Thomas Munro
2023-09-22
Don't trust unvalidated xl_tot_len.
Thomas Munro
2023-09-22
Fix COMMIT/ROLLBACK AND CHAIN in the presence of subtransactions.
Tom Lane
2023-09-19
Fix GiST README's explanation of the NSN cross-check.
Heikki Linnakangas
2023-09-12
Make recovery report error message when invalid page header is found.
Fujii Masao
2023-08-22
Cache by-reference missing values in a long lived context
Andrew Dunstan
[next]