aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
* 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
* 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