aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
...
* Comment fix: "buffer context lock" to "buffer content lock".Jeff Davis2024-12-06
* Fix use-after-free in parallel_vacuum_reset_dead_itemsJohn Naylor2024-12-04
* Fix temporary memory leak in system table index scansPeter Eisentraut2024-12-03
* Revert "Introduce CompactAttribute array in TupleDesc"David Rowley2024-12-03
* Introduce CompactAttribute array in TupleDescDavid Rowley2024-12-03
* Remove useless casts to (void *)Peter Eisentraut2024-11-28
* Make GUC_check_errdetail messages full sentencesÁlvaro Herrera2024-11-27
* Improve slightly misleading internal error messagePeter Eisentraut2024-11-27
* Handle better implicit transaction state of pipeline modeMichael Paquier2024-11-27
* Fix outdated bit in README.tuplockÁlvaro Herrera2024-11-21
* Refine nbtree = redundancy preprocessing comment.Peter Geoghegan2024-11-20
* nbtree: consistently use minoff variable.Peter Geoghegan2024-11-18
* Improve some code format in gist.cMichael Paquier2024-11-18
* Add nbtree amgettuple return item function.Peter Geoghegan2024-11-13
* Fix obsolete nbtree page reuse FSM comment.Peter Geoghegan2024-11-12
* Fix improper interactions between session_authorization and role.Tom Lane2024-11-11
* Assert consistency of currPage that ended scan.Peter Geoghegan2024-11-08
* Improve fix for not entering parallel mode when holding interrupts.Tom Lane2024-11-08
* Avoid nbtree parallel scan currPos confusion.Peter Geoghegan2024-11-08
* Remove an obsolete comment in gistinsert()Michael Paquier2024-11-07
* Remove unused variableDaniel Gustafsson2024-11-06
* Revert pg_wal_replay_wait() stored procedureAlexander Korotkov2024-11-04
* 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