aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
...
* Fix _bt_allequalimage() call within critical section.Heikki Linnakangas2023-08-23
* Use the buffer cache when initializing an unlogged index.Heikki Linnakangas2023-08-23
* Introduce macros for protocol characters.Nathan Bossart2023-08-22
* ExtendBufferedWhat -> BufferManagerRelation.Thomas Munro2023-08-23
* Cache by-reference missing values in a long lived contextAndrew Dunstan2023-08-22
* hio: Take number of prior relation extensions into accountAndres Freund2023-08-14
* Fix off-by-one in XLogRecordMaxSize check.Noah Misch2023-08-12
* Document more assumptions of LWLock variable changes with WAL insertsMichael Paquier2023-07-26
* Optimize WAL insertion lock acquisition and release with some atomicsMichael Paquier2023-07-25
* Fix indentation in twophase.cMichael Paquier2023-07-18
* Fix recovery of 2PC transaction during crash recoveryMichael Paquier2023-07-18
* Rename session_auth_is_superuser to current_role_is_superuser.Nathan Bossart2023-07-12
* Report index vacuum progress.Masahiko Sawada2023-07-11
* Add new parallel message type to progress reporting.Masahiko Sawada2023-07-11
* Message wording improvementsPeter Eisentraut2023-07-10
* Document relaxed HOT for summarizing indexesTomas Vondra2023-07-07
* Fix race in SSI interaction with gin fast path.Thomas Munro2023-07-04
* Fix race in SSI interaction with bitmap heap scan.Thomas Munro2023-07-04
* Fix race in SSI interaction with empty btrees.Thomas Munro2023-07-04
* Consider fillfactor when estimating relation sizeTomas Vondra2023-07-03
* Fix code indentation violationsTomas Vondra2023-07-03
* Silence "missing contrecord" error.Thomas Munro2023-07-03
* Improve BRIN minmax-multi opclass test coverageTomas Vondra2023-07-02
* Introduce bloom_filter_size for BRIN bloom opclassTomas Vondra2023-07-02
* Minor cleanups in the BRIN codeTomas Vondra2023-07-02
* nbtree VACUUM: cope with topparent inconsistencies.Peter Geoghegan2023-06-21
* Enable archiving in recovery TAP test 009_twophase.plMichael Paquier2023-06-20
* nbtree: Allocate new pages in separate function.Peter Geoghegan2023-06-10
* Revert "Fix search_path to a safe value during maintenance operations."Jeff Davis2023-06-10
* Fix search_path to a safe value during maintenance operations.Jeff Davis2023-06-09
* Fix missing word in nbtree/README.Nathan Bossart2023-06-08
* Initialize 'recordXtime' to silence compiler warning.Heikki Linnakangas2023-06-06
* nbtree VACUUM: cope with right sibling link corruption.Peter Geoghegan2023-05-25
* Pre-beta mechanical code beautification.Tom Lane2023-05-19
* Message style improvementsPeter Eisentraut2023-05-19
* Fix handling of empty ranges and NULLs in BRINTomas Vondra2023-05-19
* Fix handling of NULLs when merging BRIN summariesTomas Vondra2023-05-18
* Fix typos in commentsMichael Paquier2023-05-02
* Fix assertion failure in heap_vacuum_relDaniel Gustafsson2023-04-28
* Prevent underflow in KeepLogSeg().Nathan Bossart2023-04-27
* Re-add tracking of wait event SLRUFlushSyncMichael Paquier2023-04-26
* Fix custom validators call in build_local_reloptions()Alexander Korotkov2023-04-23
* Use nbtdesc "level" field name consistently.Peter Geoghegan2023-04-19
* Fix wal_consistency_checking enhanced desc output.Peter Geoghegan2023-04-19
* Fix various typos and incorrect/outdated name referencesDavid Rowley2023-04-19
* Remove useless argument from nbtree dedup function.Peter Geoghegan2023-04-18
* Fix pg_basebackup with in-place tablespaces some more.Robert Haas2023-04-18
* Avoid trying to write an empty WAL record in log_newpage_range().Tom Lane2023-04-17
* Fix incorrect format placeholdersPeter Eisentraut2023-04-12
* Refine the guidelines for rmgrdesc authors.Peter Geoghegan2023-04-11