summaryrefslogtreecommitdiff
path: root/src/backend/access
AgeCommit message (Expand)Author
2022-09-20Suppress variable-set-but-not-used warnings from clang 15.Tom Lane
2021-01-25Fix hypothetical bug in heap backward scansDavid Rowley
2021-01-16Prevent excess SimpleLruTruncate() deletion.Noah Misch
2021-01-12Fix thinko in commentAlvaro Herrera
2020-11-10Fix and simplify some usages of TimestampDifference().Tom Lane
2020-11-09In security-restricted operations, block enqueue of at-commit user code.Noah Misch
2020-11-07Properly detoast data in brin_form_tupleTomas Vondra
2020-09-24Fix missing fsync of SLRU directories.Thomas Munro
2020-08-27Fix code for re-finding scan position in a multicolumn GIN index.Tom Lane
2020-08-15Prevent concurrent SimpleLruTruncate() for any given SLRU.Noah Misch
2020-08-13Handle new HOT chains in index-build table scansAlvaro Herrera
2020-08-12BRIN: Handle concurrent desummarization properlyAlvaro Herrera
2020-06-16Fix buffile.c error handling.Thomas Munro
2020-06-08Fix locking bugs that could corrupt pg_control.Thomas Munro
2020-05-15Avoid killing btree items that are already deadAlvaro Herrera
2020-05-09Prevent archive recovery from scanning non-existent WAL files.Fujii Masao
2020-04-24Fix handling of WAL segments ready to be archived during crash recoveryMichael Paquier
2020-04-21Fix possible crash during FATAL exit from reindexing.Tom Lane
2020-04-05Use TransactionXmin instead of RecentGlobalXmin in heap_abort_speculative().Andres Freund
2020-04-03Fix bugs in gin_fuzzy_search_limit processing.Tom Lane
2020-03-22Revert "Skip WAL for new relfilenodes, under wal_level=minimal."Noah Misch
2020-03-21Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch
2020-03-21Back-patch log_newpage_range().Noah Misch
2020-03-21During heap rebuild, lock any TOAST index until end of transaction.Noah Misch
2020-03-09Avoid assertion failure with targeted recovery in standby mode.Fujii Masao
2020-01-20Fix crash in BRIN inclusion op functions, due to missing datum copy.Heikki Linnakangas
2019-11-24Avoid assertion failure with LISTEN in a serializable transaction.Tom Lane
2019-11-20Revise GIN READMEAlexander Korotkov
2019-11-20Fix traversing to the deleted GIN page via downlinkAlexander Korotkov
2019-11-07Fix assertion failure when running pgbench -s.Fujii Masao
2019-10-18Fix failure of archive recovery with recovery_min_apply_delay enabled.Fujii Masao
2019-10-09Flush logical mapping files with fd opened for read/write at checkpointMichael Paquier
2019-10-02Remove temporary WAL and history files at the end of archive recoveryMichael Paquier
2019-09-19Fix oversight in backpatch of 6cae9d2c10Alexander Korotkov
2019-09-19Improve handling of NULLs in KNN-GiST and KNN-SP-GiSTAlexander Korotkov
2019-09-12Fix nbtree page split rmgr desc routine.Peter Geoghegan
2019-09-08Fix RelationIdGetRelation calls that weren't bothering with error checks.Tom Lane
2019-09-08Fix handling of NULL distances in KNN-GiSTAlexander Korotkov
2019-09-08Fix handling Inf and Nan values in GiST pairing heap comparatorAlexander Korotkov
2019-08-28Fix overflow check and comment in GIN posting list encoding.Heikki Linnakangas
2019-08-20Fix bogus commentAlvaro Herrera
2019-08-07Fix predicate-locking of HOT updated rows.Heikki Linnakangas
2019-07-10Fix variable initialization when using buffering build with GiSTMichael Paquier
2019-05-08Remove leftover reference to old "flat file" mechanism in a comment.Heikki Linnakangas
2019-03-24Fix WAL format incompatibility introduced by backpatching of 52ac6cd2d0Alexander Korotkov
2019-02-02Avoid possible deadlock while locking multiple heap pages.Amit Kapila
2019-02-01Fix use of dangling pointer in heap_delete() when logging replica identityMichael Paquier
2018-12-13Prevent GIN deleted pages from being reclaimed too earlyAlexander Korotkov
2018-12-13Prevent deadlock in ginRedoDeletePage()Alexander Korotkov
2018-11-28Do not decode TOAST data for table rewritesTomas Vondra