aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
* fsync pg_logical/mappings in CheckPointLogicalRewriteHeap().Andres Freund2022-01-21
* Fix one-off bug causing missing commit timestamps for subtransactionsMichael Paquier2022-01-21
* Fix possible HOT corruption when RECENTLY_DEAD changes to DEAD while pruning.Andres Freund2022-01-14
* Fix silly mistake in AssertAlvaro Herrera2022-01-04
* Allow special SKIP LOCKED condition in Assert()Alvaro Herrera2022-01-04
* Remove assertion for replication origins in PREPARE TRANSACTIONMichael Paquier2021-12-14
* Fix some typos with {a,an}Michael Paquier2021-12-09
* Fix corruption of toast indexes with REINDEX CONCURRENTLYMichael Paquier2021-12-08
* Fix determination of broken LSN in OVERWRITTEN_CONTRECORDAlvaro Herrera2021-11-26
* Fix SP-GiST scan initialization logic for binary-compatible cases.Tom Lane2021-11-20
* Fix parallel operations that prevent oldest xmin from advancing.Amit Kapila2021-11-19
* Report any XLogReadRecord() error in XlogReadTwoPhaseData().Noah Misch2021-11-11
* Fix handling of NaN values in BRIN minmax multiTomas Vondra2021-11-06
* Fix parallel amvacuumcleanup safety bug.Peter Geoghegan2021-11-02
* Don't overlook indexes during parallel VACUUM.Peter Geoghegan2021-11-02
* Demote pg_unreachable() in heapam to an assertion.Peter Geoghegan2021-10-29
* Fix ordering of items in nbtree error message.Peter Geoghegan2021-10-27
* Further harden nbtree posting split code.Peter Geoghegan2021-10-27
* Fix CREATE INDEX CONCURRENTLY for the newest prepared transactions.Noah Misch2021-10-23
* Reset properly snapshot export state during transaction abortMichael Paquier2021-10-18
* Fix snapshot builds during promotion of hot standby node with 2PCMichael Paquier2021-10-04
* 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
* 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
* 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
* VACUUM VERBOSE: Don't report "pages removed".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
* 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
* Refresh apply delay on reload of recovery_min_apply_delay at recoveryMichael Paquier2021-08-16
* Message style improvementsPeter Eisentraut2021-08-07
* Make vacuum_index_cleanup reloption RELOPT_TYPE_ENUM.Peter Geoghegan2021-08-03
* Update obsolete comment that still referred to CheckpointLockHeikki Linnakangas2021-07-30
* Close yet another race condition in replication slot test codeAlvaro Herrera2021-07-29
* Update minimum recovery point on truncation during WAL replay of abort record.Fujii Masao2021-07-29
* 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
* Pre branch pgindent / pgperltidy runAndrew Dunstan2021-06-28
* Message style improvementsPeter Eisentraut2021-06-28