index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
Commit message (
Expand
)
Author
Age
...
*
Fix float4/float8 hash functions to produce uniform results for NaNs.
Tom Lane
2021-09-02
*
Fix incorrect format placeholders
Peter Eisentraut
2021-09-01
*
VACUUM VERBOSE: Don't report "pages removed".
Peter Geoghegan
2021-08-31
*
Remove obsolete nbtree relation extension comment.
Peter Geoghegan
2021-08-31
*
vacuumlazy.c: Correct prune state comment.
Peter Geoghegan
2021-08-31
*
Remove unneeded old_rel_pages VACUUM state field.
Peter Geoghegan
2021-08-31
*
Report tuple address in data-corruption error message
Alvaro Herrera
2021-08-30
*
Count SP-GiST index scans in pg_stat statistics.
Tom Lane
2021-08-27
*
track_io_timing logging: Don't special case 0 ms.
Peter Geoghegan
2021-08-27
*
Reorder log_autovacuum_min_duration log output.
Peter Geoghegan
2021-08-27
*
vacuumlazy.c: Remove unnecessary parentheses.
Peter Geoghegan
2021-08-27
*
Fix broken snapshot handling in parallel workers.
Robert Haas
2021-08-25
*
Avoid creating archive status ".ready" files too early
Alvaro Herrera
2021-08-23
*
Revert analyze support for partitioned tables
Alvaro Herrera
2021-08-16
*
Emit namespace in the post-copy errmsg
Daniel Gustafsson
2021-08-16
*
Refresh apply delay on reload of recovery_min_apply_delay at recovery
Michael Paquier
2021-08-16
*
Fix grammar mistake in hash index README
John Naylor
2021-08-12
*
Avoid unnecessary shared invalidations in ROLLBACK PREPARED
Michael Paquier
2021-08-12
*
Remove some unnecessary casts in format arguments
Peter Eisentraut
2021-08-08
*
Message style improvements
Peter Eisentraut
2021-08-07
*
Make parallel worker shutdown complete entirely via before_shmem_exit().
Andres Freund
2021-08-06
*
pgstat: split reporting/fetching of bgwriter and checkpointer stats.
Andres Freund
2021-08-04
*
Make vacuum_index_cleanup reloption RELOPT_TYPE_ENUM.
Peter Geoghegan
2021-08-03
*
Further simplify a bit of logic in StartupXLOG().
Thomas Munro
2021-08-03
*
Run checkpointer and bgwriter in crash recovery.
Thomas Munro
2021-08-02
*
Move InRecovery and standbyState global vars to xlogutils.c.
Heikki Linnakangas
2021-07-31
*
Extract code to describe recovery stop reason to a function.
Heikki Linnakangas
2021-07-31
*
Remove unnecessary 'restoredFromArchive' global variable.
Heikki Linnakangas
2021-07-31
*
Don't use O_SYNC or similar when opening signal file to fsync it.
Heikki Linnakangas
2021-07-31
*
Remove unnecessary call to ReadCheckpointRecord().
Robert Haas
2021-07-30
*
Update obsolete comment that still referred to CheckpointLock
Heikki Linnakangas
2021-07-30
*
Close yet another race condition in replication slot test code
Alvaro Herrera
2021-07-29
*
Update minimum recovery point on truncation during WAL replay of abort record.
Fujii Masao
2021-07-29
*
Make XLOG_FPI_FOR_HINT records honor full_page_writes setting.
Fujii Masao
2021-07-21
*
Advance old-segment horizon properly after slot invalidation
Alvaro Herrera
2021-07-16
*
Replace explicit PIN entries in pg_depend with an OID range test.
Tom Lane
2021-07-15
*
Add support for prepared transactions to built-in logical replication.
Amit Kapila
2021-07-14
*
Replace RelationOpenSmgr() with RelationGetSmgr().
Tom Lane
2021-07-12
*
Remove dead assignment to local variable.
Heikki Linnakangas
2021-07-12
*
Add forgotten LSN_FORMAT_ARGS() in xlogreader.c
Michael Paquier
2021-07-09
*
Use WaitLatch() instead of pg_usleep() at the end of backups
Michael Paquier
2021-07-06
*
Use InvalidBucket instead of -1 where appropriate
Peter Eisentraut
2021-07-02
*
Use WaitLatch() instead of pg_usleep() at end-of-vacuum truncation
Michael Paquier
2021-07-02
*
Fix incorrect PITR message for transaction ROLLBACK PREPARED
Michael Paquier
2021-06-30
*
Fix compilation warning in xloginsert.c
Michael Paquier
2021-06-29
*
Add support for LZ4 with compression of full-page writes in WAL
Michael Paquier
2021-06-29
*
Skip WAL recycling and preallocation during archive recovery.
Noah Misch
2021-06-28
*
Don't ERROR on PreallocXlogFiles() race condition.
Noah Misch
2021-06-28
*
Remove XLogFileInit() ability to unlink a pre-existing file.
Noah Misch
2021-06-28
*
In XLogFileInit(), fix *use_existent postcondition to suit callers.
Noah Misch
2021-06-28
[prev]
[next]