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