index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
Commit message (
Expand
)
Author
Age
*
Prevent archive recovery from scanning non-existent WAL files.
Fujii Masao
2020-05-09
*
Fix handling of WAL segments ready to be archived during crash recovery
Michael Paquier
2020-04-24
*
Fix possible crash during FATAL exit from reindexing.
Tom Lane
2020-04-21
*
Use TransactionXmin instead of RecentGlobalXmin in heap_abort_speculative().
Andres Freund
2020-04-05
*
Fix bugs in gin_fuzzy_search_limit processing.
Tom Lane
2020-04-03
*
Revert "Skip WAL for new relfilenodes, under wal_level=minimal."
Noah Misch
2020-03-22
*
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-21
*
Avoid assertion failure with targeted recovery in standby mode.
Fujii Masao
2020-03-09
*
Fix crash in BRIN inclusion op functions, due to missing datum copy.
Heikki Linnakangas
2020-01-20
*
Avoid assertion failure with LISTEN in a serializable transaction.
Tom Lane
2019-11-24
*
Revise GIN README
Alexander Korotkov
2019-11-20
*
Fix traversing to the deleted GIN page via downlink
Alexander Korotkov
2019-11-20
*
Fix assertion failure when running pgbench -s.
Fujii Masao
2019-11-07
*
Fix failure of archive recovery with recovery_min_apply_delay enabled.
Fujii Masao
2019-10-18
*
Flush logical mapping files with fd opened for read/write at checkpoint
Michael Paquier
2019-10-09
*
Remove temporary WAL and history files at the end of archive recovery
Michael Paquier
2019-10-02
*
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-19
*
Fix nbtree page split rmgr desc routine.
Peter Geoghegan
2019-09-12
*
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-09-08
*
Fix overflow check and comment in GIN posting list encoding.
Heikki Linnakangas
2019-08-28
*
Fix bogus comment
Alvaro Herrera
2019-08-20
*
Fix predicate-locking of HOT updated rows.
Heikki Linnakangas
2019-08-07
*
Fix variable initialization when using buffering build with GiST
Michael Paquier
2019-07-10
*
Remove leftover reference to old "flat file" mechanism in a comment.
Heikki Linnakangas
2019-05-08
*
Fix WAL format incompatibility introduced by backpatching of 52ac6cd2d0
Alexander Korotkov
2019-03-24
*
Avoid possible deadlock while locking multiple heap pages.
Amit Kapila
2019-02-02
*
Fix use of dangling pointer in heap_delete() when logging replica identity
Michael Paquier
2019-02-01
*
Prevent GIN deleted pages from being reclaimed too early
Alexander Korotkov
2018-12-13
*
Prevent deadlock in ginRedoDeletePage()
Alexander Korotkov
2018-12-13
*
Do not decode TOAST data for table rewrites
Tomas Vondra
2018-11-28
*
PANIC on fsync() failure.
Thomas Munro
2018-11-19
*
Initialize TransactionState and user ID consistently at transaction start
Michael Paquier
2018-11-14
*
Fix memory leak in repeated SPGIST index scans.
Tom Lane
2018-10-31
*
Fix logical decoding error when system table w/ toast is repeatedly rewritten.
Andres Freund
2018-10-10
*
Propagate xactStartTimestamp and stmtStartTimestamp to parallel workers.
Tom Lane
2018-10-06
*
Allow btree comparison functions to return INT_MIN.
Tom Lane
2018-10-05
*
Fix assertion failure when updating full_page_writes for checkpointer.
Amit Kapila
2018-09-28
*
Fix WAL recycling on standbys depending on archive_mode
Michael Paquier
2018-09-28
*
Rework activation of commit timestamps during recovery
Michael Paquier
2018-09-26
*
Attach FPI to the first record after full_page_writes is turned on.
Amit Kapila
2018-09-13
*
Fix past pd_upper write in ginRedoRecompress()
Alexander Korotkov
2018-09-09
*
Avoid using potentially-under-aligned page buffers.
Tom Lane
2018-09-01
*
Ensure correct minimum consistent point on standbys
Michael Paquier
2018-08-31
*
Reset properly errno before calling write()
Michael Paquier
2018-08-05
*
Fix handling of empty uncompressed posting list pages in GIN
Alexander Korotkov
2018-07-19
[next]