summaryrefslogtreecommitdiff
path: root/src/backend/access
AgeCommit message (Expand)Author
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
2024-06-28Prevent summarizer hang when summarize_wal turned off and back on.Robert Haas
2024-06-28Fix comments in heaptuple.cMichael Paquier
2024-06-28Add an injection_points isolation test suite.Noah Misch
2024-06-27Fix MVCC bug with prepared xact with subxacts on standbyHeikki Linnakangas
2024-06-26Fix bugs in MultiXact truncationHeikki Linnakangas
2024-06-26Fix nbtree array unsatisfied inequality check.Peter Geoghegan
2024-06-17Fix insertion of SP-GiST REDIRECT tuples during REINDEX CONCURRENTLY.Tom Lane
2024-06-16Convert confusing macros in multixact.c to static inline functionsHeikki Linnakangas
2024-06-14Reintroduce dead tuple counter in pg_stat_progress_vacuum.Masahiko Sawada
2024-06-13Clamp result of MultiXactMemberFreezeThresholdHeikki Linnakangas
2024-06-12Harmonize function parameter names for Postgres 17.Peter Geoghegan
2024-06-06Make RelationFlushRelation() work without ResourceOwner during abortHeikki Linnakangas
2024-05-17Revise GUC names quoting in messages againPeter Eisentraut
2024-05-16BitmapHeapScan: Remove incorrect assert and reset fieldMelanie Plageman
2024-05-16Revert temporal primary keys and foreign keysPeter Eisentraut
2024-05-03Fix an assortment of typosDavid Rowley
2024-05-01Fix parallel vacuum buffer usage reporting.Masahiko Sawada
2024-04-29Avoid repeating loads of frozen ID values.Noah Misch
2024-04-28Fix duplicated consecutive words in commentsDavid Rowley
2024-04-22Remove unneeded nbtree array preprocessing assert.Peter Geoghegan
2024-04-22Remove overzealous array element type assertion.Peter Geoghegan
2024-04-19Add missing index_insert_cleanup callsTomas Vondra
2024-04-19Fix a couple typos in BRIN codeTomas Vondra
2024-04-18Fix typos and duplicate wordsDaniel Gustafsson
2024-04-18Don't try to fix eliminated nbtree array scan keys.Peter Geoghegan
2024-04-17Refactoring for CommitTransactionCommand()/AbortCurrentTransaction()Alexander Korotkov
2024-04-17Cleanup parallel BRIN index build codeTomas Vondra