aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
* Fix SLRU bank selection codeÁlvaro Herrera2025-01-09
* Improve nbtree unsatisfiable RowCompare detection.Peter Geoghegan2025-01-07
* nbtree: Simplify _bt_first parallel scan handling.Peter Geoghegan2025-01-07
* Allow changing autovacuum_max_workers without restarting.Nathan Bossart2025-01-06
* Get rid of radix tree's general purpose memory contextJohn Naylor2025-01-06
* Fix an assortment of spelling mistakes and typosDavid Rowley2025-01-02
* Update copyright for 2025Bruce Momjian2025-01-01
* Fix failures with incorrect epoch handling for 2PC files at recoveryMichael Paquier2024-12-30
* Fix handling of orphaned 2PC files in the future at recoveryMichael Paquier2024-12-30
* Replace PGPROC.isBackgroundWorker with isRegularBackend.Tom Lane2024-12-28
* Exclude parallel workers from connection privilege/limit checks.Tom Lane2024-12-28
* Fix nbtree symbol name comment reference.Peter Geoghegan2024-12-24
* Remove pgrminclude annotationsPeter Eisentraut2024-12-24
* Fix race condition in TupleDescCompactAttr assert codeDavid Rowley2024-12-24
* Reset btpo_cycleid in nbtree VACUUM's REDO routine.Peter Geoghegan2024-12-23
* Optimize alignment calculations in tuple form/deformDavid Rowley2024-12-21
* Fix overflow danger in SampleHeapTupleVisible(), take 2Melanie Plageman2024-12-20
* Remove pg_attribute.attcacheoff columnDavid Rowley2024-12-20
* Introduce CompactAttribute array in TupleDesc, take 2David Rowley2024-12-20
* Remove final mention of FREEZE_PAGE from commentsMelanie Plageman2024-12-19
* Avoid nbtree index scan SAOP scanBehind confusion.Peter Geoghegan2024-12-19
* Remove leftover mentions of XLOG_HEAP2_FREEZE_PAGE recordsMelanie Plageman2024-12-18
* Bitmap Table Scans use unified TBMIteratorMelanie Plageman2024-12-18
* Add common interface for TBMIteratorsMelanie Plageman2024-12-18
* Fix overflow danger in SampleHeapTupleVisible()Melanie Plageman2024-12-18
* Make rs_cindex and rs_ntuples unsignedMelanie Plageman2024-12-18
* Count pages set all-visible and all-frozen in VM during vacuumMelanie Plageman2024-12-17
* Make visibilitymap_set() return previous state of vmbitsMelanie Plageman2024-12-17
* Rename LVRelState->frozen_pagesMelanie Plageman2024-12-17
* Remove remants of "snapshot too old"Heikki Linnakangas2024-12-09
* 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