summaryrefslogtreecommitdiff
path: root/src/backend/access
AgeCommit message (Expand)Author
2024-09-09Remove emode argument from XLogFileRead() and XLogFileReadAnyTLI()Michael Paquier
2024-09-04Remove lc_collate_is_c().Jeff Davis
2024-09-04Unify some error messages to ease work of translatorsMichael Paquier
2024-09-04Apply more quoting to GUC names in messagesMichael Paquier
2024-09-03Standardize "read-ahead advice" terminology.Thomas Munro
2024-09-03Add const qualifiers to XLogRegister*() functionsPeter Eisentraut
2024-09-03Fix typos and grammar in code comments and docsMichael Paquier
2024-09-03Define PG_TBLSPC_DIR for path pg_tblspc/ in data folderMichael Paquier
2024-08-30Define PG_LOGICAL_DIR for path pg_logical/ in data folderMichael Paquier
2024-08-29Message style improvementsPeter Eisentraut
2024-08-26Fix nbtree lookahead overflow bug.Peter Geoghegan
2024-08-23Rework new SLRU test with injection pointsMichael Paquier
2024-08-20Add injection-point test for new multixact CV usageAlvaro Herrera
2024-08-20Log the conflicts while applying changes in logical replication.Amit Kapila
2024-08-19Fix more holes with SLRU code in need of int64 for segment numbersMichael Paquier
2024-08-19Search for SLRU page only in its own bankAlvaro Herrera
2024-08-18Fix comments on wal_level=minimal, CREATE TABLESPACE and CREATE DATABASE.Noah Misch
2024-08-14Use pgBufferUsage for buffer usage tracking in analyze.Masahiko Sawada
2024-08-12Give nbtree move right function internal linkage.Peter Geoghegan
2024-08-12Fix a series of typos and outdated referencesDavid Rowley
2024-08-12Fix bad indentation introduced in commit f011e82c2cHeikki Linnakangas
2024-08-11Avoid unneeded nbtree backwards scan buffer locks.Peter Geoghegan
2024-08-11Initialize HASHCTL differently, to suppress Coverity warningHeikki Linnakangas
2024-08-06Mark misc static global variables as constHeikki Linnakangas
2024-08-06Turn a few 'validnsps' static variables into localsHeikki Linnakangas
2024-08-06Allow parallel workers to cope with a newly-created session user ID.Tom Lane
2024-08-06Clean up handling of client_encoding GUC in parallel workers.Tom Lane
2024-08-06Remove unnecessary declaration of heapam_methodsMichael Paquier
2024-08-06Remove support for null pg_locale_t most places.Jeff Davis
2024-08-02Implement pg_wal_replay_wait() stored procedureAlexander Korotkov
2024-08-01Add redo LSN to pgstats filesMichael Paquier
2024-08-01Revert "Allow parallel workers to cope with a newly-created session user ID."Tom Lane
2024-07-31Allow parallel workers to cope with a newly-created session user ID.Tom Lane
2024-07-30Relax check for return value from second call of pg_strnxfrm().Jeff Davis
2024-07-30Replace static buf with a stack-allocated one in ReadControlFileHeikki Linnakangas
2024-07-30Replace static buf with palloc in str_time()Heikki Linnakangas
2024-07-26Fix more holes with SLRU code in need of int64 for segment numbersMichael Paquier
2024-07-26Wait for WAL summarization to catch up before creating .partial file.Robert Haas
2024-07-24Refactor tidstore.c iterator buffering.Thomas Munro
2024-07-24Allow altering of two_phase option of a SUBSCRIPTION.Amit Kapila
2024-07-23Use more consistently int64 for page numbers in SLRU-related codeMichael Paquier
2024-07-23Get rid of a global variablePeter Eisentraut
2024-07-23Improve comments in slru.{c,h} about segment name formatMichael Paquier
2024-07-22Initialize wal_level in the initial checkpoint record.Robert Haas
2024-07-19Ensure vacuum removes all visibly dead tuples older than OldestXminMelanie Plageman
2024-07-18Do not summarize WAL if generated with wal_level=minimal.Robert Haas
2024-07-17Use PqMsg_* macros in more places.Nathan Bossart
2024-07-04Assign error codes where missing for user-facing failuresMichael Paquier
2024-07-02Use safe string copy routineDaniel Gustafsson
2024-07-01Preserve CurrentMemoryContext across Start/CommitTransactionCommand.Tom Lane