summaryrefslogtreecommitdiff
path: root/src/backend/access
AgeCommit message (Expand)Author
2024-02-07Set LSN for wbuf in _hash_freeovflpage() iff wbuf is modified.Amit Kapila
2024-02-06Change initial use of pg_atomic_write_u64 to initAlvaro Herrera
2024-02-06Use atomic access for SlruShared->latest_page_numberAlvaro Herrera
2024-01-31Give SMgrRelation pointers a well-defined lifetime.Heikki Linnakangas
2024-01-29Fix locking when fixing an incomplete split of a GIN internal pageHeikki Linnakangas
2024-01-26Combine FSM updates for prune and no-prune cases.Robert Haas
2024-01-25Add more LOG messages when starting and ending recovery from a backupMichael Paquier
2024-01-24Add temporal PRIMARY KEY and UNIQUE constraintsPeter Eisentraut
2024-01-22Fix some typosMichael Paquier
2024-01-19Add stratnum GiST support functionPeter Eisentraut
2024-01-18Remove LVPagePruneState.Robert Haas
2024-01-18Move VM update code from lazy_scan_heap() to lazy_scan_prune().Robert Haas
2024-01-18Optimize vacuuming of relations with no indexes.Robert Haas
2024-01-18Add try_index_open(), conditional variant of index_open()Michael Paquier
2024-01-16Be more consistent about whether to update the FSM while vacuuming.Robert Haas
2024-01-13Make attstattarget nullablePeter Eisentraut
2024-01-11Remove hastup from LVPagePruneState.Robert Haas
2024-01-04Update copyright for 2024Bruce Momjian
2024-01-02gist: fix typo "split(t)ed" -> "split"Robert Haas
2024-01-02Fix typos in comments and in one isolation test.Robert Haas
2023-12-30Fix parallel BRIN builds with synchronized scansTomas Vondra
2023-12-30Minor cleanup of the BRIN parallel build codeTomas Vondra
2023-12-27Fix incorrect data type choices in some read and write calls.Tom Lane
2023-12-27Improvements and fixes for e0b1ee17dcAlexander Korotkov
2023-12-27Remove BTScanOpaqueData.firstPageAlexander Korotkov
2023-12-21Avoid trying to fetch metapage of an SPGist partitioned index.Tom Lane
2023-12-21Show isCatalogRel in several rmgr descriptions.Masahiko Sawada
2023-12-20Add support for incremental backup.Robert Haas
2023-12-20Add a new WAL summarizer process.Robert Haas
2023-12-20Additional write barrier in AdvanceXLInsertBuffer().Jeff Davis
2023-12-20Use 64-bit atomics for xlblocks array elements.Jeff Davis
2023-12-12Prevent tuples to be marked as dead in subtransactions on standbysMichael Paquier
2023-12-11Remove trace_recovery_messagesMichael Paquier
2023-12-08Fix nbtree backward scan race condition comments.Peter Geoghegan
2023-12-08Optimize nbtree backward scan boundary cases.Peter Geoghegan
2023-12-08Allow parallel CREATE INDEX for BRIN indexesTomas Vondra
2023-12-08Add empty BRIN ranges during CREATE INDEXTomas Vondra
2023-12-08Rename ShmemVariableCache to TransamVariablesHeikki Linnakangas
2023-12-08Initialize ShmemVariableCache like other shmem areasHeikki Linnakangas
2023-12-08Fix potential pointer overflow in xlogreader.c.Thomas Munro
2023-12-06Fix compilation on Windows with WAL_DEBUGMichael Paquier
2023-12-01Fix an uninitialized access in hash_xlog_squeeze_page().Amit Kapila
2023-11-30Fix typo in 5a1dfde8334bAlexander Korotkov
2023-11-30Fix warning due non-standard inline declaration in 4ed8f0913bfdb5f355Alexander Korotkov
2023-11-30Apply quotes more consistently to GUC names in logsMichael Paquier
2023-11-28Make use FullTransactionId in 2PC filenamesAlexander Korotkov
2023-11-28Index SLRUs by 64-bit integers rather than by 32-bit integersAlexander Korotkov
2023-11-28Fix assertions with RI triggers in heap_update and heap_delete.Heikki Linnakangas
2023-11-27Check if ii_AmCache is NULL in aminsertcleanupTomas Vondra
2023-11-27Reduce rate of walwriter wakeups due to async commits.Heikki Linnakangas