aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
* Extend PgStat_HashKey.objid from 4 to 8 bytesMichael Paquier2024-09-18
* Minor cleanup related to pg_wal_replay_wait() procedureAlexander Korotkov2024-09-17
* Avoid parallel nbtree index scan hangs with SAOPs.Peter Geoghegan2024-09-17
* Add temporal PRIMARY KEY and UNIQUE constraintsPeter Eisentraut2024-09-17
* Add stratnum GiST support functionPeter Eisentraut2024-09-17
* Allow _h_indexbuild() to be interrupted.Tom Lane2024-09-13
* Simplify checks for deterministic collations.Jeff Davis2024-09-12
* Remove hardcoded hash opclass function signature exceptionsPeter Eisentraut2024-09-12
* Don't overwrite scan key in systable_beginscan()Peter Eisentraut2024-09-12
* Move logic related to WAL replay of Heap/Heap2 into its own fileMichael Paquier2024-09-12
* Replace gratuitous memmove() with memcpy()Peter Eisentraut2024-09-11
* Add amgettreeheight index AM API routinePeter Eisentraut2024-09-10
* Remove emode argument from XLogFileRead() and XLogFileReadAnyTLI()Michael Paquier2024-09-10
* Remove lc_collate_is_c().Jeff Davis2024-09-04
* Unify some error messages to ease work of translatorsMichael Paquier2024-09-04
* Apply more quoting to GUC names in messagesMichael Paquier2024-09-04
* Standardize "read-ahead advice" terminology.Thomas Munro2024-09-04
* Add const qualifiers to XLogRegister*() functionsPeter Eisentraut2024-09-03
* Fix typos and grammar in code comments and docsMichael Paquier2024-09-03
* Define PG_TBLSPC_DIR for path pg_tblspc/ in data folderMichael Paquier2024-09-03
* Define PG_LOGICAL_DIR for path pg_logical/ in data folderMichael Paquier2024-08-30
* Message style improvementsPeter Eisentraut2024-08-29
* Fix nbtree lookahead overflow bug.Peter Geoghegan2024-08-26
* Rework new SLRU test with injection pointsMichael Paquier2024-08-23
* Add injection-point test for new multixact CV usageAlvaro Herrera2024-08-20
* Log the conflicts while applying changes in logical replication.Amit Kapila2024-08-20
* Fix more holes with SLRU code in need of int64 for segment numbersMichael Paquier2024-08-19
* Search for SLRU page only in its own bankAlvaro Herrera2024-08-18
* Fix comments on wal_level=minimal, CREATE TABLESPACE and CREATE DATABASE.Noah Misch2024-08-18
* Use pgBufferUsage for buffer usage tracking in analyze.Masahiko Sawada2024-08-13
* Give nbtree move right function internal linkage.Peter Geoghegan2024-08-12
* Fix a series of typos and outdated referencesDavid Rowley2024-08-12
* Fix bad indentation introduced in commit f011e82c2cHeikki Linnakangas2024-08-12
* Avoid unneeded nbtree backwards scan buffer locks.Peter Geoghegan2024-08-11
* Initialize HASHCTL differently, to suppress Coverity warningHeikki Linnakangas2024-08-11
* Mark misc static global variables as constHeikki Linnakangas2024-08-06
* Turn a few 'validnsps' static variables into localsHeikki Linnakangas2024-08-06
* Allow parallel workers to cope with a newly-created session user ID.Tom Lane2024-08-06
* Clean up handling of client_encoding GUC in parallel workers.Tom Lane2024-08-06
* Remove unnecessary declaration of heapam_methodsMichael Paquier2024-08-06
* Remove support for null pg_locale_t most places.Jeff Davis2024-08-05
* Implement pg_wal_replay_wait() stored procedureAlexander Korotkov2024-08-02
* Add redo LSN to pgstats filesMichael Paquier2024-08-02
* Revert "Allow parallel workers to cope with a newly-created session user ID."Tom Lane2024-07-31
* Allow parallel workers to cope with a newly-created session user ID.Tom Lane2024-07-31
* Relax check for return value from second call of pg_strnxfrm().Jeff Davis2024-07-30
* Replace static buf with a stack-allocated one in ReadControlFileHeikki Linnakangas2024-07-30
* Replace static buf with palloc in str_time()Heikki Linnakangas2024-07-30
* Fix more holes with SLRU code in need of int64 for segment numbersMichael Paquier2024-07-27
* Wait for WAL summarization to catch up before creating .partial file.Robert Haas2024-07-26