summaryrefslogtreecommitdiff
path: root/src/include/access
AgeCommit message (Expand)Author
2025-01-25At update of non-LP_NORMAL TID, fail instead of corrupting page header.Noah Misch
2024-10-29Unpin buffer before inplace update waits for an XID to end.Noah Misch
2024-09-24Fix data loss at inplace update after heap_update().Noah Misch
2024-06-28Remove comment about xl_heap_inplace "AT END OF STRUCT".Noah Misch
2024-06-17Fix insertion of SP-GiST REDIRECT tuples during REINDEX CONCURRENTLY.Tom Lane
2024-04-03Fix the parameters order for TableAmRoutine.relation_copy_for_cluster()Alexander Korotkov
2023-11-28Fix assertions with RI triggers in heap_update and heap_delete.Heikki Linnakangas
2023-09-28Fix btmarkpos/btrestrpos array key wraparound bug.Peter Geoghegan
2023-05-18Fix handling of empty ranges and NULLs in BRINTomas Vondra
2022-12-13Rethink handling of [Prevent|Is]InTransactionBlock in pipeline mode.Tom Lane
2022-07-26Force immediate commit after CREATE DATABASE etc in extended protocol.Tom Lane
2022-04-13Prevent access to no-longer-pinned buffer in heapam_tuple_lock().Tom Lane
2022-03-29Revert "Fix replay of create database records on standby"Alvaro Herrera
2022-03-25Fix replay of create database records on standbyAlvaro Herrera
2021-10-24Fix CREATE INDEX CONCURRENTLY for the newest prepared transactions.Noah Misch
2021-09-29Fix WAL replay in presence of an incomplete recordAlvaro Herrera
2021-09-23Split macros from visibilitymap.h into a separate headerAlexander Korotkov
2021-09-04Revert "Avoid creating archive status ".ready" files too early"Alvaro Herrera
2021-08-23Avoid creating archive status ".ready" files too earlyAlvaro Herrera
2021-02-08Fix permission checks on constraint violation errors on partitions.Heikki Linnakangas
2021-01-16Prevent excess SimpleLruTruncate() deletion.Noah Misch
2020-10-15doc: improve description of synchronous_commit modesBruce Momjian
2020-08-31C comment: remove mention of use of t_hoff WAL structure memberBruce Momjian
2020-07-20Rename wal_keep_segments to wal_keep_size.Fujii Masao
2020-07-14Fix comments related to table AMsMichael Paquier
2020-07-07Morph pg_replication_slots.min_safe_lsn to safe_wal_sizeAlvaro Herrera
2020-06-25Fix misuse of table_index_fetch_tuple_check().Peter Geoghegan
2020-06-24Adjust max_slot_wal_keep_size behavior per reviewAlvaro Herrera
2020-06-24Save slot's restart_lsn when invalidated due to sizeAlvaro Herrera
2020-06-19Fix deduplication "single value" strategy bug.Peter Geoghegan
2020-06-17Fix nbtree.h dedup state comment.Peter Geoghegan
2020-06-08Fix crash in WAL sender when starting physical replicationMichael Paquier
2020-06-07pgindent run prior to branching v13.Tom Lane
2020-06-07Spelling adjustmentsPeter Eisentraut
2020-05-28Fix some comments in xlogreader.hMichael Paquier
2020-05-15Rename SLRU structures and associated LWLocks.Tom Lane
2020-05-14Initial pgindent and pgperltidy run for v13.Tom Lane
2020-05-13Improve management of SLRU statistics collection.Tom Lane
2020-05-13Adjust walsender usage of xlogreader, simplify APIsAlvaro Herrera
2020-05-11Adjust "root of to-be-deleted subtree" function.Peter Geoghegan
2020-05-11Fix obsolete references to "XLogRead"Alvaro Herrera
2020-05-08Rework XLogReader callback systemAlvaro Herrera
2020-05-05Normalize _bt_findsplitloc() argument names.Peter Geoghegan
2020-05-05Change the display of WAL usage statistics in Explain.Amit Kapila
2020-05-01Get rid of trailing semicolons in C macro definitions.Tom Lane
2020-05-01Fix undercounting in VACUUM VERBOSE output.Peter Geoghegan
2020-05-01Fix bug in nbtree VACUUM "skip full scan" feature.Peter Geoghegan
2020-04-23Fix handling of WAL segments ready to be archived during crash recoveryMichael Paquier
2020-04-22nbtree: Rename BT_RESERVED_OFFSET_MASK.Peter Geoghegan
2020-04-13Harmonize nbtree page split point code.Peter Geoghegan