aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
* 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
* Fix race condition in TransactionGroupUpdateXidStatus().Amit Kapila2021-06-28
* Remove redundant variable pageSize in gistinitpagePeter Eisentraut2021-06-25
* Remove overzealous VACUUM failsafe assertions.Peter Geoghegan2021-06-20
* Support disabling index bypassing by VACUUM.Peter Geoghegan2021-06-18
* 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
* Remove unneeded field from VACUUM state.Peter Geoghegan2021-06-15
* Remove forced toast recompression in VACUUM FULL/CLUSTERMichael Paquier2021-06-14
* Report sort phase progress in parallel btree buildAlvaro Herrera2021-06-11
* Fix an asssortment of typos in brin_minmax_multi.c and mcv.cDavid Rowley2021-06-10
* Fix corner case failure of new standby to follow new primary.Robert Haas2021-06-09
* Fix pg_visibility regression failure with CLOBBER_CACHE_ALWAYSTomas Vondra2021-06-08
* Clean up some questionable usages of DatumGet* macrosDavid Rowley2021-06-04
* Adjust locations which have an incorrect copyright yearDavid Rowley2021-06-04
* Standardize usages of appendStringInfo and appendPQExpBufferDavid Rowley2021-06-03
* Revert most of 39b66a91bdTomas Vondra2021-06-03
* Fix VACUUM VERBOSE's LP_DEAD item pages output.Peter Geoghegan2021-05-27
* Rethink definition of pg_attribute.attcompression.Tom Lane2021-05-27
* Fix typo in heapam.cMichael Paquier2021-05-26
* Fix memory leak when de-toasting compressed values in VACUUM FULL/CLUSTERMichael Paquier2021-05-25
* Consider triggering VACUUM failsafe during scan.Peter Geoghegan2021-05-24
* Re-order pg_attribute columns to eliminate some padding space.Tom Lane2021-05-23
* Avoid detoasting failure after COMMIT inside a plpgsql FOR loop.Tom Lane2021-05-20
* Make standby promotion reset the recovery pause state to 'not paused'.Fujii Masao2021-05-19
* 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