summaryrefslogtreecommitdiff
path: root/src/backend/access
AgeCommit message (Expand)Author
2021-10-05Make recovery report error message when invalid page header is found.Fujii Masao
2021-10-04Fix duplicate words in commentsDaniel Gustafsson
2021-10-04Replace occurrences of InvalidXid with InvalidTransactionIdDaniel Gustafsson
2021-10-04Fix snapshot builds during promotion of hot standby node with 2PCMichael Paquier
2021-10-03Enable deduplication in system catalog indexes.Peter Geoghegan
2021-10-01Remove unstable, unnecessary test; fix typoAlvaro Herrera
2021-10-01Fix Portal snapshot tracking to handle subtransactions properly.Tom Lane
2021-09-29Fix WAL replay in presence of an incomplete recordAlvaro Herrera
2021-09-27Remove unneeded nbtree latestRemovedXid comments.Peter Geoghegan
2021-09-25Update obsolete nbtree deletion comments.Peter Geoghegan
2021-09-25vacuumlazy.c: Remove obsolete 'onecall' comment.Peter Geoghegan
2021-09-24nbtree README: Add note about latestRemovedXid.Peter Geoghegan
2021-09-23Document issue with heapam line pointer truncation.Peter Geoghegan
2021-09-22Fix "single value strategy" index deletion issue.Peter Geoghegan
2021-09-21Document XLOG_INCLUDE_XID a little betterAlvaro Herrera
2021-09-20Remove overzealous index deletion assertion.Peter Geoghegan
2021-09-14Send NOTIFY signals during CommitTransaction.Tom Lane
2021-09-08Clean up some code using "(expr) ? true : false"Michael Paquier
2021-09-04Further portability tweaks for float4/float8 hash functions.Tom Lane
2021-09-04Revert "Avoid creating archive status ".ready" files too early"Alvaro Herrera
2021-09-02Fix float4/float8 hash functions to produce uniform results for NaNs.Tom Lane
2021-09-01Fix incorrect format placeholdersPeter Eisentraut
2021-09-01VACUUM VERBOSE: Don't report "pages removed".Peter Geoghegan
2021-08-31Remove obsolete nbtree relation extension comment.Peter Geoghegan
2021-08-31vacuumlazy.c: Correct prune state comment.Peter Geoghegan
2021-08-31Remove unneeded old_rel_pages VACUUM state field.Peter Geoghegan
2021-08-30Report tuple address in data-corruption error messageAlvaro Herrera
2021-08-27Count SP-GiST index scans in pg_stat statistics.Tom Lane
2021-08-27track_io_timing logging: Don't special case 0 ms.Peter Geoghegan
2021-08-27Reorder log_autovacuum_min_duration log output.Peter Geoghegan
2021-08-27vacuumlazy.c: Remove unnecessary parentheses.Peter Geoghegan
2021-08-25Fix broken snapshot handling in parallel workers.Robert Haas
2021-08-23Avoid creating archive status ".ready" files too earlyAlvaro Herrera
2021-08-16Revert analyze support for partitioned tablesAlvaro Herrera
2021-08-16Emit namespace in the post-copy errmsgDaniel Gustafsson
2021-08-16Refresh apply delay on reload of recovery_min_apply_delay at recoveryMichael Paquier
2021-08-12Fix grammar mistake in hash index READMEJohn Naylor
2021-08-12Avoid unnecessary shared invalidations in ROLLBACK PREPAREDMichael Paquier
2021-08-08Remove some unnecessary casts in format argumentsPeter Eisentraut
2021-08-07Message style improvementsPeter Eisentraut
2021-08-07Make parallel worker shutdown complete entirely via before_shmem_exit().Andres Freund
2021-08-05pgstat: split reporting/fetching of bgwriter and checkpointer stats.Andres Freund
2021-08-04Make vacuum_index_cleanup reloption RELOPT_TYPE_ENUM.Peter Geoghegan
2021-08-03Further simplify a bit of logic in StartupXLOG().Thomas Munro
2021-08-02Run checkpointer and bgwriter in crash recovery.Thomas Munro
2021-07-31Move InRecovery and standbyState global vars to xlogutils.c.Heikki Linnakangas
2021-07-31Extract code to describe recovery stop reason to a function.Heikki Linnakangas
2021-07-31Remove unnecessary 'restoredFromArchive' global variable.Heikki Linnakangas
2021-07-31Don't use O_SYNC or similar when opening signal file to fsync it.Heikki Linnakangas
2021-07-30Remove unnecessary call to ReadCheckpointRecord().Robert Haas