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
/
access
Age
Commit message (
Expand
)
Author
2022-09-20
Suppress variable-set-but-not-used warnings from clang 15.
Tom Lane
2021-11-08
Fix typo
Alvaro Herrera
2021-10-23
Fix CREATE INDEX CONCURRENTLY for the newest prepared transactions.
Noah Misch
2021-10-18
Reset properly snapshot export state during transaction abort
Michael Paquier
2021-10-04
Fix snapshot builds during promotion of hot standby node with 2PC
Michael Paquier
2021-09-29
Fix WAL replay in presence of an incomplete record
Alvaro Herrera
2021-09-04
Further portability tweaks for float4/float8 hash functions.
Tom Lane
2021-09-04
Revert "Avoid creating archive status ".ready" files too early"
Alvaro Herrera
2021-09-02
Fix float4/float8 hash functions to produce uniform results for NaNs.
Tom Lane
2021-08-27
Count SP-GiST index scans in pg_stat statistics.
Tom Lane
2021-08-23
Avoid creating archive status ".ready" files too early
Alvaro Herrera
2021-08-16
Refresh apply delay on reload of recovery_min_apply_delay at recovery
Michael Paquier
2021-07-29
Update minimum recovery point on truncation during WAL replay of abort record.
Fujii Masao
2021-07-25
Make the standby server promptly handle interrupt signals.
Fujii Masao
2021-07-12
Remove dead assignment to local variable.
Heikki Linnakangas
2021-06-30
Fix incorrect PITR message for transaction ROLLBACK PREPARED
Michael Paquier
2021-06-17
Tidy up GetMultiXactIdMembers()'s behavior on error
Heikki Linnakangas
2021-06-09
Fix corner case failure of new standby to follow new primary.
Robert Haas
2021-05-14
Prevent infinite insertion loops in spgdoinsert().
Tom Lane
2021-05-14
Fix query-cancel handling in spgdoinsert().
Tom Lane
2021-05-10
Fix mishandling of resjunk columns in ON CONFLICT ... UPDATE tlists.
Tom Lane
2021-04-07
Don't add non-existent pages to bitmap from BRIN
Tomas Vondra
2021-03-25
Fix bug in WAL replay of COMMIT_TS_SETTS record.
Fujii Masao
2021-03-17
Prevent buffer overrun in read_tablespace_map().
Tom Lane
2021-02-23
Reinstate HEAP_XMAX_LOCK_ONLY|HEAP_KEYS_UPDATED as allowed
Alvaro Herrera
2021-01-25
Fix hypothetical bug in heap backward scans
David Rowley
2021-01-16
Prevent excess SimpleLruTruncate() deletion.
Noah Misch
2021-01-12
Fix thinko in comment
Alvaro Herrera
2020-12-23
Fix portability issues with parsing of recovery_target_xid
Michael Paquier
2020-11-10
Fix and simplify some usages of TimestampDifference().
Tom Lane
2020-11-09
In security-restricted operations, block enqueue of at-commit user code.
Noah Misch
2020-11-07
Properly detoast data in brin_form_tuple
Tomas Vondra
2020-09-24
Fix missing fsync of SLRU directories.
Thomas Munro
2020-08-27
Fix code for re-finding scan position in a multicolumn GIN index.
Tom Lane
2020-08-15
Prevent concurrent SimpleLruTruncate() for any given SLRU.
Noah Misch
2020-08-13
Handle new HOT chains in index-build table scans
Alvaro Herrera
2020-08-12
BRIN: Handle concurrent desummarization properly
Alvaro Herrera
2020-06-16
Fix buffile.c error handling.
Thomas Munro
2020-06-08
Fix locking bugs that could corrupt pg_control.
Thomas Munro
2020-05-15
Avoid killing btree items that are already dead
Alvaro Herrera
2020-05-09
Prevent archive recovery from scanning non-existent WAL files.
Fujii Masao
2020-04-24
Fix handling of WAL segments ready to be archived during crash recovery
Michael Paquier
2020-04-21
Fix possible crash during FATAL exit from reindexing.
Tom Lane
2020-04-05
Use TransactionXmin instead of RecentGlobalXmin in heap_abort_speculative().
Andres Freund
2020-04-03
Fix bugs in gin_fuzzy_search_limit processing.
Tom Lane
2020-03-22
Revert "Skip WAL for new relfilenodes, under wal_level=minimal."
Noah Misch
2020-03-21
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-03-21
Back-patch log_newpage_range().
Noah Misch
2020-03-21
During heap rebuild, lock any TOAST index until end of transaction.
Noah Misch
2020-03-09
Avoid assertion failure with targeted recovery in standby mode.
Fujii Masao
[next]