aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
* 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
* Report tuple address in data-corruption error messageAlvaro Herrera2021-08-30
* Count SP-GiST index scans in pg_stat statistics.Tom Lane2021-08-27
* Fix broken snapshot handling in parallel workers.Robert Haas2021-08-25
* Avoid creating archive status ".ready" files too earlyAlvaro Herrera2021-08-23
* Refresh apply delay on reload of recovery_min_apply_delay at recoveryMichael Paquier2021-08-16
* Update minimum recovery point on truncation during WAL replay of abort record.Fujii Masao2021-07-29
* Make the standby server promptly handle interrupt signals.Fujii Masao2021-07-25
* Advance old-segment horizon properly after slot invalidationAlvaro Herrera2021-07-16
* Remove dead assignment to local variable.Heikki Linnakangas2021-07-12
* Fix incorrect PITR message for transaction ROLLBACK PREPAREDMichael Paquier2021-06-30
* Fix race condition in TransactionGroupUpdateXidStatus().Amit Kapila2021-06-28
* Tidy up GetMultiXactIdMembers()'s behavior on errorHeikki Linnakangas2021-06-17
* Fix outdated comment that talked about seek position of WAL file.Heikki Linnakangas2021-06-16
* Report sort phase progress in parallel btree buildAlvaro Herrera2021-06-11
* Fix corner case failure of new standby to follow new primary.Robert Haas2021-06-09
* Avoid detoasting failure after COMMIT inside a plpgsql FOR loop.Tom Lane2021-05-20
* Harden nbtree deduplication posting split code.Peter Geoghegan2021-05-14
* Prevent infinite insertion loops in spgdoinsert().Tom Lane2021-05-14
* Fix query-cancel handling in spgdoinsert().Tom Lane2021-05-14
* Fix mishandling of resjunk columns in ON CONFLICT ... UPDATE tlists.Tom Lane2021-05-10
* Avoid improbable PANIC during heap_update.Tom Lane2021-04-13
* Fix potential SSI hazard in heap_update().Thomas Munro2021-04-13
* Allocate access strategy in parallel VACUUM workers.Amit Kapila2021-04-12
* Don't add non-existent pages to bitmap from BRINTomas Vondra2021-04-07
* Fix more confusion in SP-GiST.Tom Lane2021-04-04
* Fix bug in WAL replay of COMMIT_TS_SETTS record.Fujii Masao2021-03-25
* Avoid possible crash while finishing up a heap rewrite.Tom Lane2021-03-23
* Fix timeline assignment in checkpoints with 2PC transactionsMichael Paquier2021-03-22
* Prevent buffer overrun in read_tablespace_map().Tom Lane2021-03-17
* VACUUM ANALYZE: Always update pg_class.reltuples.Peter Geoghegan2021-03-10
* Don't consider newly inserted tuples in nbtree VACUUM.Peter Geoghegan2021-03-10
* Reinstate HEAP_XMAX_LOCK_ONLY|HEAP_KEYS_UPDATED as allowedAlvaro Herrera2021-02-23
* Fix bug in COMMIT AND CHAIN command.Fujii Masao2021-02-19
* Fix permission checks on constraint violation errors on partitions.Heikki Linnakangas2021-02-08
* Fix hypothetical bug in heap backward scansDavid Rowley2021-01-25
* Fix bug in detecting concurrent page splits in GiST insertHeikki Linnakangas2021-01-20
* Prevent excess SimpleLruTruncate() deletion.Noah Misch2021-01-16
* Fix thinko in commentAlvaro Herrera2021-01-12
* Fix integer-overflow corner cases in substring() functions.Tom Lane2021-01-04
* Get heap page max offset with buffer lock held.Peter Geoghegan2020-12-30
* Fix index deletion latestRemovedXid bug.Peter Geoghegan2020-12-30
* Fix CLUSTER progress reporting of number of blocks scanned.Fujii Masao2020-11-27
* Remove duplicate code in brin_memtuple_initializeTomas Vondra2020-11-11
* Fix and simplify some usages of TimestampDifference().Tom Lane2020-11-10
* In security-restricted operations, block enqueue of at-commit user code.Noah Misch2020-11-09
* Message style improvementsAlvaro Herrera2020-11-07
* Properly detoast data in brin_form_tupleTomas Vondra2020-11-07