aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
* 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
* Silence "missing contrecord" error.Thomas Munro2023-07-03
* nbtree VACUUM: cope with topparent inconsistencies.Peter Geoghegan2023-06-21
* Enable archiving in recovery TAP test 009_twophase.plMichael Paquier2023-06-20
* Initialize 'recordXtime' to silence compiler warning.Heikki Linnakangas2023-06-06
* nbtree VACUUM: cope with right sibling link corruption.Peter Geoghegan2023-05-25
* Fix handling of empty ranges and NULLs in BRINTomas Vondra2023-05-19
* Fix handling of NULLs when merging BRIN summariesTomas Vondra2023-05-18
* 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
* Avoid trying to write an empty WAL record in log_newpage_range().Tom Lane2023-04-17
* Fix dereference of dangling pointer in GiST index buffering build.Tom Lane2023-03-29
* Fix netmask handling in inet_minmax_multi_opsTomas Vondra2023-03-20
* Fix handling of multi-column BRIN indexesTomas Vondra2023-02-19
* Un-revert "Disable STARTUP_PROGRESS_TIMEOUT in standby mode."Robert Haas2023-02-10
* Revert "Disable STARTUP_PROGRESS_TIMEOUT in standby mode."Robert Haas2023-02-06
* Disable STARTUP_PROGRESS_TIMEOUT in standby mode.Robert Haas2023-02-06
* Log the correct ending timestamp in recovery_target_xid mode.Tom Lane2023-01-19
* Fix typos in comments, code and documentationMichael Paquier2023-01-03
* Fix assert in BRIN build_distancesTomas Vondra2022-12-30
* Rethink handling of [Prevent|Is]InTransactionBlock in pipeline mode.Tom Lane2022-12-13
* Fix memory leak for hashing with nondeterministic collations.Jeff Davis2022-12-01
* Improve heuristics for compressing the KnownAssignedXids array.Tom Lane2022-11-29
* Make multixact error message more explicitAlvaro Herrera2022-11-24
* Fix cleanup lock acquisition in SPLIT_ALLOCATE_PAGE replay.Amit Kapila2022-11-14
* Fix theoretical torn page hazard.Jeff Davis2022-11-11
* Fix comment of SimpleLruInit() in slru.cMichael Paquier2022-11-10
* Doc: add comments about PreventInTransactionBlock/IsInTransactionBlock.Tom Lane2022-11-09
* Fix ordering issue with WAL operations in GIN fast insert pathMichael Paquier2022-10-26
* Rename SetSingleFuncCall() to InitMaterializedSRF()Michael Paquier2022-10-18
* doc: Fix some grammar and typosMichael Paquier2022-10-01
* Avoid improbable PANIC during heap_update, redux.Tom Lane2022-09-30
* Message style improvementsPeter Eisentraut2022-09-24
* Fix race condition where heap_delete() fails to pin VM page.Jeff Davis2022-09-22
* Clear ps display of startup process at the end of recoveryMichael Paquier2022-09-22
* Suppress variable-set-but-not-used warnings from clang 15.Tom Lane2022-09-20
* Reset InstallXLogFileSegmentActive after walreceiver self-initiated exit.Noah Misch2022-09-15
* Don't reference out-of-bounds array elements in brin_minmax_multi.cDavid Rowley2022-09-13
* Add more error context to RestoreBlockImage() and consume itMichael Paquier2022-09-09
* Fix recovery_prefetch with low maintenance_io_concurrency.Thomas Munro2022-09-08
* Fix cache invalidation bug in recovery_prefetch.Thomas Munro2022-09-03
* Prevent WAL corruption after a standby promotion.Robert Haas2022-08-29
* Fix code comments still referring to pg_start/stop_backup()Michael Paquier2022-08-24
* Fix assert in logicalmsg_descTomas Vondra2022-08-17
* Move basebackup code to new directory src/backend/backupRobert Haas2022-08-10
* BRIN: mask BRIN_EVACUATE_PAGE for WAL consistency checkingAlvaro Herrera2022-08-05
* Fix replay of create database records on standbyAlvaro Herrera2022-07-28