aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
...
* Fix float4/float8 hash functions to produce uniform results for NaNs.Tom Lane2021-09-02
* Fix incorrect format placeholdersPeter Eisentraut2021-09-01
* VACUUM VERBOSE: Don't report "pages removed".Peter Geoghegan2021-08-31
* Remove obsolete nbtree relation extension comment.Peter Geoghegan2021-08-31
* vacuumlazy.c: Correct prune state comment.Peter Geoghegan2021-08-31
* Remove unneeded old_rel_pages VACUUM state field.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
* vacuumlazy.c: Remove unnecessary parentheses.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
* Emit namespace in the post-copy errmsgDaniel Gustafsson2021-08-16
* Refresh apply delay on reload of recovery_min_apply_delay at recoveryMichael Paquier2021-08-16
* Fix grammar mistake in hash index READMEJohn Naylor2021-08-12
* Avoid unnecessary shared invalidations in ROLLBACK PREPAREDMichael Paquier2021-08-12
* Remove some unnecessary casts in format argumentsPeter Eisentraut2021-08-08
* Message style improvementsPeter Eisentraut2021-08-07
* Make parallel worker shutdown complete entirely via before_shmem_exit().Andres Freund2021-08-06
* pgstat: split reporting/fetching of bgwriter and checkpointer stats.Andres Freund2021-08-04
* Make vacuum_index_cleanup reloption RELOPT_TYPE_ENUM.Peter Geoghegan2021-08-03
* Further simplify a bit of logic in StartupXLOG().Thomas Munro2021-08-03
* Run checkpointer and bgwriter in crash recovery.Thomas Munro2021-08-02
* Move InRecovery and standbyState global vars to xlogutils.c.Heikki Linnakangas2021-07-31
* Extract code to describe recovery stop reason to a function.Heikki Linnakangas2021-07-31
* Remove unnecessary 'restoredFromArchive' global variable.Heikki Linnakangas2021-07-31
* Don't use O_SYNC or similar when opening signal file to fsync it.Heikki Linnakangas2021-07-31
* Remove unnecessary call to ReadCheckpointRecord().Robert Haas2021-07-30
* 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
* Make XLOG_FPI_FOR_HINT records honor full_page_writes setting.Fujii Masao2021-07-21
* Advance old-segment horizon properly after slot invalidationAlvaro Herrera2021-07-16
* Replace explicit PIN entries in pg_depend with an OID range test.Tom Lane2021-07-15
* Add support for prepared transactions to built-in logical replication.Amit Kapila2021-07-14
* Replace RelationOpenSmgr() with RelationGetSmgr().Tom Lane2021-07-12
* Remove dead assignment to local variable.Heikki Linnakangas2021-07-12
* Add forgotten LSN_FORMAT_ARGS() in xlogreader.cMichael Paquier2021-07-09
* Use WaitLatch() instead of pg_usleep() at the end of backupsMichael Paquier2021-07-06
* Use InvalidBucket instead of -1 where appropriatePeter Eisentraut2021-07-02
* Use WaitLatch() instead of pg_usleep() at end-of-vacuum truncationMichael Paquier2021-07-02
* Fix incorrect PITR message for transaction ROLLBACK PREPAREDMichael Paquier2021-06-30
* Fix compilation warning in xloginsert.cMichael Paquier2021-06-29
* Add support for LZ4 with compression of full-page writes in WALMichael Paquier2021-06-29
* Skip WAL recycling and preallocation during archive recovery.Noah Misch2021-06-28
* Don't ERROR on PreallocXlogFiles() race condition.Noah Misch2021-06-28
* Remove XLogFileInit() ability to unlink a pre-existing file.Noah Misch2021-06-28
* In XLogFileInit(), fix *use_existent postcondition to suit callers.Noah Misch2021-06-28