summaryrefslogtreecommitdiff
path: root/src/backend/access
AgeCommit message (Expand)Author
2021-09-08Clean up some code using "(expr) ? true : false"Michael Paquier
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-09-01Fix incorrect format placeholdersPeter Eisentraut
2021-09-01VACUUM VERBOSE: Don't report "pages removed".Peter Geoghegan
2021-08-31Remove obsolete nbtree relation extension comment.Peter Geoghegan
2021-08-31vacuumlazy.c: Correct prune state comment.Peter Geoghegan
2021-08-31Remove unneeded old_rel_pages VACUUM state field.Peter Geoghegan
2021-08-30Report tuple address in data-corruption error messageAlvaro Herrera
2021-08-27Count SP-GiST index scans in pg_stat statistics.Tom Lane
2021-08-27track_io_timing logging: Don't special case 0 ms.Peter Geoghegan
2021-08-27Reorder log_autovacuum_min_duration log output.Peter Geoghegan
2021-08-27vacuumlazy.c: Remove unnecessary parentheses.Peter Geoghegan
2021-08-25Fix broken snapshot handling in parallel workers.Robert Haas
2021-08-23Avoid creating archive status ".ready" files too earlyAlvaro Herrera
2021-08-16Revert analyze support for partitioned tablesAlvaro Herrera
2021-08-16Emit namespace in the post-copy errmsgDaniel Gustafsson
2021-08-16Refresh apply delay on reload of recovery_min_apply_delay at recoveryMichael Paquier
2021-08-12Fix grammar mistake in hash index READMEJohn Naylor
2021-08-12Avoid unnecessary shared invalidations in ROLLBACK PREPAREDMichael Paquier
2021-08-08Remove some unnecessary casts in format argumentsPeter Eisentraut
2021-08-07Message style improvementsPeter Eisentraut
2021-08-07Make parallel worker shutdown complete entirely via before_shmem_exit().Andres Freund
2021-08-05pgstat: split reporting/fetching of bgwriter and checkpointer stats.Andres Freund
2021-08-04Make vacuum_index_cleanup reloption RELOPT_TYPE_ENUM.Peter Geoghegan
2021-08-03Further simplify a bit of logic in StartupXLOG().Thomas Munro
2021-08-02Run checkpointer and bgwriter in crash recovery.Thomas Munro
2021-07-31Move InRecovery and standbyState global vars to xlogutils.c.Heikki Linnakangas
2021-07-31Extract code to describe recovery stop reason to a function.Heikki Linnakangas
2021-07-31Remove unnecessary 'restoredFromArchive' global variable.Heikki Linnakangas
2021-07-31Don't use O_SYNC or similar when opening signal file to fsync it.Heikki Linnakangas
2021-07-30Remove unnecessary call to ReadCheckpointRecord().Robert Haas
2021-07-30Update obsolete comment that still referred to CheckpointLockHeikki Linnakangas
2021-07-29Close yet another race condition in replication slot test codeAlvaro Herrera
2021-07-28Update minimum recovery point on truncation during WAL replay of abort record.Fujii Masao
2021-07-21Make XLOG_FPI_FOR_HINT records honor full_page_writes setting.Fujii Masao
2021-07-16Advance old-segment horizon properly after slot invalidationAlvaro Herrera
2021-07-15Replace explicit PIN entries in pg_depend with an OID range test.Tom Lane
2021-07-14Add support for prepared transactions to built-in logical replication.Amit Kapila
2021-07-12Replace RelationOpenSmgr() with RelationGetSmgr().Tom Lane
2021-07-12Remove dead assignment to local variable.Heikki Linnakangas
2021-07-09Add forgotten LSN_FORMAT_ARGS() in xlogreader.cMichael Paquier
2021-07-05Use WaitLatch() instead of pg_usleep() at the end of backupsMichael Paquier
2021-07-02Use InvalidBucket instead of -1 where appropriatePeter Eisentraut
2021-07-02Use WaitLatch() instead of pg_usleep() at end-of-vacuum truncationMichael Paquier
2021-06-30Fix incorrect PITR message for transaction ROLLBACK PREPAREDMichael Paquier
2021-06-29Fix compilation warning in xloginsert.cMichael Paquier
2021-06-29Add support for LZ4 with compression of full-page writes in WALMichael Paquier
2021-06-29Skip WAL recycling and preallocation during archive recovery.Noah Misch