summaryrefslogtreecommitdiff
path: root/src/backend/access
AgeCommit message (Expand)Author
2022-09-20Suppress variable-set-but-not-used warnings from clang 15.Tom Lane
2021-11-08Fix typoAlvaro Herrera
2021-10-23Fix CREATE INDEX CONCURRENTLY for the newest prepared transactions.Noah Misch
2021-10-18Reset properly snapshot export state during transaction abortMichael Paquier
2021-10-04Fix snapshot builds during promotion of hot standby node with 2PCMichael Paquier
2021-09-29Fix WAL replay in presence of an incomplete recordAlvaro Herrera
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-08-27Count SP-GiST index scans in pg_stat statistics.Tom Lane
2021-08-23Avoid creating archive status ".ready" files too earlyAlvaro Herrera
2021-08-16Refresh apply delay on reload of recovery_min_apply_delay at recoveryMichael Paquier
2021-07-29Update minimum recovery point on truncation during WAL replay of abort record.Fujii Masao
2021-07-25Make the standby server promptly handle interrupt signals.Fujii Masao
2021-07-12Remove dead assignment to local variable.Heikki Linnakangas
2021-06-30Fix incorrect PITR message for transaction ROLLBACK PREPAREDMichael Paquier
2021-06-17Tidy up GetMultiXactIdMembers()'s behavior on errorHeikki Linnakangas
2021-06-09Fix corner case failure of new standby to follow new primary.Robert Haas
2021-05-14Prevent infinite insertion loops in spgdoinsert().Tom Lane
2021-05-14Fix query-cancel handling in spgdoinsert().Tom Lane
2021-05-10Fix mishandling of resjunk columns in ON CONFLICT ... UPDATE tlists.Tom Lane
2021-04-07Don't add non-existent pages to bitmap from BRINTomas Vondra
2021-03-25Fix bug in WAL replay of COMMIT_TS_SETTS record.Fujii Masao
2021-03-17Prevent buffer overrun in read_tablespace_map().Tom Lane
2021-02-23Reinstate HEAP_XMAX_LOCK_ONLY|HEAP_KEYS_UPDATED as allowedAlvaro Herrera
2021-01-25Fix hypothetical bug in heap backward scansDavid Rowley
2021-01-16Prevent excess SimpleLruTruncate() deletion.Noah Misch
2021-01-12Fix thinko in commentAlvaro Herrera
2020-12-23Fix portability issues with parsing of recovery_target_xidMichael Paquier
2020-11-10Fix and simplify some usages of TimestampDifference().Tom Lane
2020-11-09In security-restricted operations, block enqueue of at-commit user code.Noah Misch
2020-11-07Properly detoast data in brin_form_tupleTomas Vondra
2020-09-24Fix missing fsync of SLRU directories.Thomas Munro
2020-08-27Fix code for re-finding scan position in a multicolumn GIN index.Tom Lane
2020-08-15Prevent concurrent SimpleLruTruncate() for any given SLRU.Noah Misch
2020-08-13Handle new HOT chains in index-build table scansAlvaro Herrera
2020-08-12BRIN: Handle concurrent desummarization properlyAlvaro Herrera
2020-06-16Fix buffile.c error handling.Thomas Munro
2020-06-08Fix locking bugs that could corrupt pg_control.Thomas Munro
2020-05-15Avoid killing btree items that are already deadAlvaro Herrera
2020-05-09Prevent archive recovery from scanning non-existent WAL files.Fujii Masao
2020-04-24Fix handling of WAL segments ready to be archived during crash recoveryMichael Paquier
2020-04-21Fix possible crash during FATAL exit from reindexing.Tom Lane
2020-04-05Use TransactionXmin instead of RecentGlobalXmin in heap_abort_speculative().Andres Freund
2020-04-03Fix bugs in gin_fuzzy_search_limit processing.Tom Lane
2020-03-22Revert "Skip WAL for new relfilenodes, under wal_level=minimal."Noah Misch
2020-03-21Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch
2020-03-21Back-patch log_newpage_range().Noah Misch
2020-03-21During heap rebuild, lock any TOAST index until end of transaction.Noah Misch
2020-03-09Avoid assertion failure with targeted recovery in standby mode.Fujii Masao