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-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-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
2020-01-20
Fix crash in BRIN inclusion op functions, due to missing datum copy.
Heikki Linnakangas
2019-11-24
Avoid assertion failure with LISTEN in a serializable transaction.
Tom Lane
2019-11-20
Revise GIN README
Alexander Korotkov
2019-11-20
Fix traversing to the deleted GIN page via downlink
Alexander Korotkov
2019-11-07
Fix assertion failure when running pgbench -s.
Fujii Masao
2019-10-18
Fix failure of archive recovery with recovery_min_apply_delay enabled.
Fujii Masao
2019-10-09
Flush logical mapping files with fd opened for read/write at checkpoint
Michael Paquier
2019-10-02
Remove temporary WAL and history files at the end of archive recovery
Michael Paquier
2019-09-19
Fix oversight in backpatch of 6cae9d2c10
Alexander Korotkov
2019-09-19
Improve handling of NULLs in KNN-GiST and KNN-SP-GiST
Alexander Korotkov
2019-09-12
Fix nbtree page split rmgr desc routine.
Peter Geoghegan
2019-09-08
Fix RelationIdGetRelation calls that weren't bothering with error checks.
Tom Lane
2019-09-08
Fix handling of NULL distances in KNN-GiST
Alexander Korotkov
2019-09-08
Fix handling Inf and Nan values in GiST pairing heap comparator
Alexander Korotkov
2019-08-28
Fix overflow check and comment in GIN posting list encoding.
Heikki Linnakangas
2019-08-20
Fix bogus comment
Alvaro Herrera
2019-08-07
Fix predicate-locking of HOT updated rows.
Heikki Linnakangas
2019-07-10
Fix variable initialization when using buffering build with GiST
Michael Paquier
2019-05-08
Remove leftover reference to old "flat file" mechanism in a comment.
Heikki Linnakangas
2019-03-24
Fix WAL format incompatibility introduced by backpatching of 52ac6cd2d0
Alexander Korotkov
2019-02-02
Avoid possible deadlock while locking multiple heap pages.
Amit Kapila
2019-02-01
Fix use of dangling pointer in heap_delete() when logging replica identity
Michael Paquier
2018-12-13
Prevent GIN deleted pages from being reclaimed too early
Alexander Korotkov
2018-12-13
Prevent deadlock in ginRedoDeletePage()
Alexander Korotkov
2018-11-28
Do not decode TOAST data for table rewrites
Tomas Vondra
[next]