summaryrefslogtreecommitdiff
path: root/src/include/access
AgeCommit message (Expand)Author
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
2020-04-08Modify various power 2 calculations to use new helper functionsDavid Rowley
2020-04-07Remove nbtree BTreeTupleSetAltHeapTID() function.Peter Geoghegan
2020-04-07Allow users to limit storage reserved by replication slotsAlvaro Herrera
2020-04-07Add SQL type xid8 to expose FullTransactionId to users.Thomas Munro
2020-04-04Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch
2020-04-04Revert "Improve handling of parameter differences in physical replication"Peter Eisentraut
2020-04-04Add infrastructure to track WAL usage.Amit Kapila
2020-03-31Fix assorted typosMagnus Hagander
2020-03-31Move routine definitions of xlogarchive.c to a new header fileMichael Paquier