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
*
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
*
Remove leftover conflict marker
Peter Eisentraut
2021-06-05
*
Avoid detoasting failure after COMMIT inside a plpgsql FOR loop.
Tom Lane
2021-05-20
*
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
*
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
*
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
*
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
*
Properly detoast data in brin_form_tuple
Tomas Vondra
2020-11-07
*
Reproduce debug_query_string==NULL on parallel workers.
Noah Misch
2020-10-31
*
Fix GiST buffering build to work when there are included columns.
Tom Lane
2020-10-12
*
Fix missing fsync of SLRU directories.
Thomas Munro
2020-09-24
*
Update parallel BTree scan state when the scan keys can't be satisfied.
Amit Kapila
2020-09-17
*
Fix code for re-finding scan position in a multicolumn GIN index.
Tom Lane
2020-08-27
*
Prevent concurrent SimpleLruTruncate() for any given SLRU.
Noah Misch
2020-08-15
*
Handle new HOT chains in index-build table scans
Alvaro Herrera
2020-08-13
*
BRIN: Handle concurrent desummarization properly
Alvaro Herrera
2020-08-12
*
Fix typo.
Robert Haas
2020-08-06
*
Fix minor problems with non-exclusive backup cleanup.
Robert Haas
2020-08-06
*
Fix comments related to table AMs
Michael Paquier
2020-07-14
*
Remove WARNING message from brin_desummarize_range
Alvaro Herrera
2020-07-09
*
Add parens to ConvertToXSegs macro
Alvaro Herrera
2020-06-24
*
Fix masking of SP-GiST pages during xlog consistency check
Alexander Korotkov
2020-06-20
*
Fix buffile.c error handling.
Thomas Munro
2020-06-16
*
Fix locking bugs that could corrupt pg_control.
Thomas Munro
2020-06-08
*
Avoid killing btree items that are already dead
Alvaro Herrera
2020-05-15
*
Prevent archive recovery from scanning non-existent WAL files.
Fujii Masao
2020-05-09
*
Report missing wait event for timeline history file.
Fujii Masao
2020-05-08
*
Clear up issue with FSM and oldest bpto.xact.
Peter Geoghegan
2020-05-01
[next]