aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
* Demote pg_unreachable() in heapam to an assertion.Peter Geoghegan2021-10-29
* Remove obsolete nbtree LP_DEAD item comments.Peter Geoghegan2021-10-27
* Fix typos in commentsDaniel Gustafsson2021-10-27
* Fix ordering of items in nbtree error message.Peter Geoghegan2021-10-27
* Further harden nbtree posting split code.Peter Geoghegan2021-10-27
* Initialize variable to placate compiler.Robert Haas2021-10-25
* Report progress of startup operations that take a long time.Robert Haas2021-10-25
* StartupXLOG: Don't repeatedly disable/enable local xlog insertion.Robert Haas2021-10-25
* StartupXLOG: Call CleanupAfterArchiveRecovery after XLogReportParameters.Robert Haas2021-10-25
* Fix CREATE INDEX CONCURRENTLY for the newest prepared transactions.Noah Misch2021-10-23
* Reset properly snapshot export state during transaction abortMichael Paquier2021-10-18
* Remove obsolete nbtree deduplication comments.Peter Geoghegan2021-10-15
* Postpone some end-of-recovery operations related to allowing WAL.Robert Haas2021-10-14
* Refactor some end-of-recovery code out of StartupXLOG().Robert Haas2021-10-13
* Clean up more code using "(expr) ? true : false"Michael Paquier2021-10-11
* Make recovery report error message when invalid page header is found.Fujii Masao2021-10-06
* Fix duplicate words in commentsDaniel Gustafsson2021-10-04
* Replace occurrences of InvalidXid with InvalidTransactionIdDaniel Gustafsson2021-10-04
* Fix snapshot builds during promotion of hot standby node with 2PCMichael Paquier2021-10-04
* Enable deduplication in system catalog indexes.Peter Geoghegan2021-10-02
* Remove unstable, unnecessary test; fix typoAlvaro Herrera2021-10-01
* Fix Portal snapshot tracking to handle subtransactions properly.Tom Lane2021-10-01
* Fix WAL replay in presence of an incomplete recordAlvaro Herrera2021-09-29
* Remove unneeded nbtree latestRemovedXid comments.Peter Geoghegan2021-09-26
* Update obsolete nbtree deletion comments.Peter Geoghegan2021-09-25
* vacuumlazy.c: Remove obsolete 'onecall' comment.Peter Geoghegan2021-09-25
* nbtree README: Add note about latestRemovedXid.Peter Geoghegan2021-09-24
* Document issue with heapam line pointer truncation.Peter Geoghegan2021-09-22
* Fix "single value strategy" index deletion issue.Peter Geoghegan2021-09-21
* Document XLOG_INCLUDE_XID a little betterAlvaro Herrera2021-09-21
* Remove overzealous index deletion assertion.Peter Geoghegan2021-09-20
* Send NOTIFY signals during CommitTransaction.Tom Lane2021-09-14
* Clean up some code using "(expr) ? true : false"Michael Paquier2021-09-08
* Further portability tweaks for float4/float8 hash functions.Tom Lane2021-09-04
* Revert "Avoid creating archive status ".ready" files too early"Alvaro Herrera2021-09-04
* Fix float4/float8 hash functions to produce uniform results for NaNs.Tom Lane2021-09-02
* Fix incorrect format placeholdersPeter Eisentraut2021-09-01
* VACUUM VERBOSE: Don't report "pages removed".Peter Geoghegan2021-08-31
* Remove obsolete nbtree relation extension comment.Peter Geoghegan2021-08-31
* vacuumlazy.c: Correct prune state comment.Peter Geoghegan2021-08-31
* Remove unneeded old_rel_pages VACUUM state field.Peter Geoghegan2021-08-31
* Report tuple address in data-corruption error messageAlvaro Herrera2021-08-30
* Count SP-GiST index scans in pg_stat statistics.Tom Lane2021-08-27
* track_io_timing logging: Don't special case 0 ms.Peter Geoghegan2021-08-27
* Reorder log_autovacuum_min_duration log output.Peter Geoghegan2021-08-27
* vacuumlazy.c: Remove unnecessary parentheses.Peter Geoghegan2021-08-27
* Fix broken snapshot handling in parallel workers.Robert Haas2021-08-25
* Avoid creating archive status ".ready" files too earlyAlvaro Herrera2021-08-23
* Revert analyze support for partitioned tablesAlvaro Herrera2021-08-16
* Emit namespace in the post-copy errmsgDaniel Gustafsson2021-08-16