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