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
*
Further portability tweaks for float4/float8 hash functions.
Tom Lane
2021-09-04
*
Revert "Avoid creating archive status ".ready" files too early"
Alvaro Herrera
2021-09-04
*
Fix float4/float8 hash functions to produce uniform results for NaNs.
Tom Lane
2021-09-02
*
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
*
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
*
Refresh apply delay on reload of recovery_min_apply_delay at recovery
Michael Paquier
2021-08-16
*
Update minimum recovery point on truncation during WAL replay of abort record.
Fujii Masao
2021-07-29
*
Make the standby server promptly handle interrupt signals.
Fujii Masao
2021-07-25
*
Advance old-segment horizon properly after slot invalidation
Alvaro Herrera
2021-07-16
*
Remove dead assignment to local variable.
Heikki Linnakangas
2021-07-12
*
Fix incorrect PITR message for transaction ROLLBACK PREPARED
Michael Paquier
2021-06-30
*
Fix race condition in TransactionGroupUpdateXidStatus().
Amit Kapila
2021-06-28
*
Tidy up GetMultiXactIdMembers()'s behavior on error
Heikki Linnakangas
2021-06-17
*
Fix outdated comment that talked about seek position of WAL file.
Heikki Linnakangas
2021-06-16
*
Report sort phase progress in parallel btree build
Alvaro Herrera
2021-06-11
*
Fix corner case failure of new standby to follow new primary.
Robert Haas
2021-06-09
*
Avoid detoasting failure after COMMIT inside a plpgsql FOR loop.
Tom Lane
2021-05-20
*
Harden nbtree deduplication posting split code.
Peter Geoghegan
2021-05-14
*
Prevent infinite insertion loops in spgdoinsert().
Tom Lane
2021-05-14
*
Fix query-cancel handling in spgdoinsert().
Tom Lane
2021-05-14
*
Fix mishandling of resjunk columns in ON CONFLICT ... UPDATE tlists.
Tom Lane
2021-05-10
*
Avoid improbable PANIC during heap_update.
Tom Lane
2021-04-13
*
Fix potential SSI hazard in heap_update().
Thomas Munro
2021-04-13
*
Allocate access strategy in parallel VACUUM workers.
Amit Kapila
2021-04-12
*
Don't add non-existent pages to bitmap from BRIN
Tomas Vondra
2021-04-07
*
Fix more confusion in SP-GiST.
Tom Lane
2021-04-04
*
Fix bug in WAL replay of COMMIT_TS_SETTS record.
Fujii Masao
2021-03-25
*
Avoid possible crash while finishing up a heap rewrite.
Tom Lane
2021-03-23
*
Fix timeline assignment in checkpoints with 2PC transactions
Michael Paquier
2021-03-22
*
Prevent buffer overrun in read_tablespace_map().
Tom Lane
2021-03-17
*
VACUUM ANALYZE: Always update pg_class.reltuples.
Peter Geoghegan
2021-03-10
*
Don't consider newly inserted tuples in nbtree VACUUM.
Peter Geoghegan
2021-03-10
*
Reinstate HEAP_XMAX_LOCK_ONLY|HEAP_KEYS_UPDATED as allowed
Alvaro Herrera
2021-02-23
*
Fix bug in COMMIT AND CHAIN command.
Fujii Masao
2021-02-19
*
Fix permission checks on constraint violation errors on partitions.
Heikki Linnakangas
2021-02-08
*
Fix hypothetical bug in heap backward scans
David Rowley
2021-01-25
*
Fix bug in detecting concurrent page splits in GiST insert
Heikki Linnakangas
2021-01-20
*
Prevent excess SimpleLruTruncate() deletion.
Noah Misch
2021-01-16
*
Fix thinko in comment
Alvaro Herrera
2021-01-12
*
Fix integer-overflow corner cases in substring() functions.
Tom Lane
2021-01-04
*
Get heap page max offset with buffer lock held.
Peter Geoghegan
2020-12-30
*
Fix index deletion latestRemovedXid bug.
Peter Geoghegan
2020-12-30
*
Fix CLUSTER progress reporting of number of blocks scanned.
Fujii Masao
2020-11-27
*
Remove duplicate code in brin_memtuple_initialize
Tomas Vondra
2020-11-11
*
Fix and simplify some usages of TimestampDifference().
Tom Lane
2020-11-10
*
In security-restricted operations, block enqueue of at-commit user code.
Noah Misch
2020-11-09
*
Message style improvements
Alvaro Herrera
2020-11-07
*
Properly detoast data in brin_form_tuple
Tomas Vondra
2020-11-07
[next]