summaryrefslogtreecommitdiff
path: root/src/backend/access
AgeCommit message (Expand)Author
2024-11-04Clarify nbtree parallel scan _bt_endpoint contract.Peter Geoghegan
2024-11-02Fix inplace update buffer self-deadlock.Noah Misch
2024-11-01Clarify nbtree array preprocessing comment.Peter Geoghegan
2024-11-01Rename two functions that wake up other processesHeikki Linnakangas
2024-11-01Use ProcNumbers instead of direct Latch pointers to address other procsHeikki Linnakangas
2024-10-30nbtree: assert no scheduled primscan between pages.Peter Geoghegan
2024-10-30Clarify nbtree array exhaustion comments.Peter Geoghegan
2024-10-30Fix bug in nbtree array primitive scan scheduling.Peter Geoghegan
2024-10-29Unpin buffer before inplace update waits for an XID to end.Noah Misch
2024-10-28Fix WAL_DEBUG buildPeter Eisentraut
2024-10-28nbtree: Minor sibling link traversal tweaks.Peter Geoghegan
2024-10-27Fix obsolete nbtree split buffer comment.Peter Geoghegan
2024-10-27Remove unused #include's from backend .c filesPeter Eisentraut
2024-10-25Make table_scan_bitmap_next_block() async-friendlyMelanie Plageman
2024-10-25Move EXPLAIN counter increment to heapam_scan_bitmap_next_blockMelanie Plageman
2024-10-25WAL-log inplace update before revealing it to other sessions.Noah Misch
2024-10-25For inplace update, send nontransactional invalidations.Noah Misch
2024-10-24Fix parallel worker tracking of new catalog relfilenumbers.Noah Misch
2024-10-24Stop reading uninitialized memory in heap_inplace_lock().Noah Misch
2024-10-24Add 'no_error' argument to pg_wal_replay_wait()Alexander Korotkov
2024-10-24Refactor WaitForLSNReplay() to return the result of waitingAlexander Korotkov
2024-10-24Make WaitForLSNReplay() issue FATAL on postmaster deathAlexander Korotkov
2024-10-24Move LSN waiting declarations and definitions to better placeAlexander Korotkov
2024-10-24Avoid looping over all type cache entries in TypeCacheRelCallback()Alexander Korotkov
2024-10-18Optimize nbtree backwards scans.Peter Geoghegan
2024-10-18Remove unused code for unlogged materialized views.Fujii Masao
2024-10-16nbtree: fix read page recheck typo.Peter Geoghegan
2024-10-16Normalize nbtree truncated high key array behavior.Peter Geoghegan
2024-10-07Fix fetching default toast value during decoding of in-progress transactions.Amit Kapila
2024-10-04Rename PageData to GenericXLogPageDataPeter Eisentraut
2024-10-02Fix inconsistent reporting of checkpointer stats.Fujii Masao
2024-10-01Fix race condition in COMMIT PREPARED causing orphaned 2PC filesMichael Paquier
2024-09-30Add num_done counter to the pg_stat_checkpointer view.Fujii Masao
2024-09-29Set query ID in parallel workers for vacuum, BRIN and btreeMichael Paquier
2024-09-24For inplace update durability, make heap_update() callers wait.Noah Misch
2024-09-24Fix data loss at inplace update after heap_update().Noah Misch
2024-09-24Update obsolete nbtree array preprocessing comments.Peter Geoghegan
2024-09-21Refactor handling of nbtree array redundancies.Peter Geoghegan
2024-09-20Improve Asserts checking relation matching in parallel scans.Tom Lane
2024-09-20Fix nbtree pgstats accounting with parallel scans.Peter Geoghegan
2024-09-20Restore relmapper state early enough in parallel workers.Tom Lane
2024-09-19Move pg_wal_replay_wait() to xlogfuncs.cAlexander Korotkov
2024-09-18Extend PgStat_HashKey.objid from 4 to 8 bytesMichael Paquier
2024-09-17Minor cleanup related to pg_wal_replay_wait() procedureAlexander Korotkov
2024-09-17Avoid parallel nbtree index scan hangs with SAOPs.Peter Geoghegan
2024-09-17Add temporal PRIMARY KEY and UNIQUE constraintsPeter Eisentraut
2024-09-17Add stratnum GiST support functionPeter Eisentraut
2024-09-13Allow _h_indexbuild() to be interrupted.Tom Lane
2024-09-12Simplify checks for deterministic collations.Jeff Davis
2024-09-12Remove hardcoded hash opclass function signature exceptionsPeter Eisentraut