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 incorrect variable datatype.
Fujii Masao
2020-07-08
*
Morph pg_replication_slots.min_safe_lsn to safe_wal_size
Alvaro Herrera
2020-07-07
*
Remove unnecessary PageIsEmpty() nbtree build check.
Peter Geoghegan
2020-07-06
*
Remove unused function parameter in end_parallel_vacuum.
Amit Kapila
2020-07-06
*
nbtree: Rename _bt_search() variables.
Peter Geoghegan
2020-07-02
*
Improve vacuum error context handling.
Amit Kapila
2020-07-01
*
nbtree: Correct inaccurate split location comment.
Peter Geoghegan
2020-06-29
*
Remove duplicate check added by commit b2a5545bd6.
Amit Kapila
2020-06-27
*
Fix misuse of table_index_fetch_tuple_check().
Peter Geoghegan
2020-06-25
*
Adjust max_slot_wal_keep_size behavior per review
Alvaro Herrera
2020-06-24
*
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
*
Remove dead forceSync parameter of XactLogCommitRecord().
Noah Misch
2020-06-20
*
Fix deduplication "single value" strategy bug.
Peter Geoghegan
2020-06-19
*
Don't export basebackup.c's sendTablespace().
Robert Haas
2020-06-17
*
Remove STATUS_WAITING
Peter Eisentraut
2020-06-17
*
Fix buffile.c error handling.
Thomas Munro
2020-06-16
*
Fix some comments referring to past features
Michael Paquier
2020-06-15
*
Silence _bt_check_unique compiler warning.
Peter Geoghegan
2020-06-13
*
Have pg_itoa, pg_ltoa and pg_lltoa return the length of the string
David Rowley
2020-06-13
*
Improve comments for [Heap]CheckForSerializableConflictOut().
Thomas Munro
2020-06-12
*
Avoid update conflict out serialization anomalies.
Peter Geoghegan
2020-06-11
*
Fix locking bugs that could corrupt pg_control.
Thomas Munro
2020-06-08
*
Fix crash in WAL sender when starting physical replication
Michael Paquier
2020-06-08
*
Reconsider nbtree page deletion assertion.
Peter Geoghegan
2020-05-19
*
Mop-up for wait event naming issues.
Tom Lane
2020-05-16
*
Final pgindent run with pg_bsd_indent version 2.1.
Tom Lane
2020-05-16
*
Rename assorted LWLock tranches.
Tom Lane
2020-05-15
*
Avoid killing btree items that are already dead
Alvaro Herrera
2020-05-15
*
Rename SLRU structures and associated LWLocks.
Tom Lane
2020-05-15
*
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-14
*
Collect built-in LWLock tranche names statically, not dynamically.
Tom Lane
2020-05-14
*
Dial back -Wimplicit-fallthrough to level 3
Alvaro Herrera
2020-05-13
*
Improve management of SLRU statistics collection.
Tom Lane
2020-05-13
*
Adjust walsender usage of xlogreader, simplify APIs
Alvaro Herrera
2020-05-13
*
Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGS
Alvaro Herrera
2020-05-12
*
Fix comment in xlogutils.c
Michael Paquier
2020-05-12
*
Adjust "root of to-be-deleted subtree" function.
Peter Geoghegan
2020-05-11
*
Rework XLogReader callback system
Alvaro Herrera
2020-05-08
*
Report missing wait event for timeline history file.
Fujii Masao
2020-05-08
*
Refactor nbtree deletion INCOMPLETE_SPLIT check.
Peter Geoghegan
2020-05-07
*
Change the display of WAL usage statistics in Explain.
Amit Kapila
2020-05-05
*
Refactor btvacuumpage().
Peter Geoghegan
2020-05-02
*
Clear up issue with FSM and oldest bpto.xact.
Peter Geoghegan
2020-05-01
*
Reorder function prototypes for consistency.
Peter Geoghegan
2020-05-01
*
Fix undercounting in VACUUM VERBOSE output.
Peter Geoghegan
2020-05-01
*
Fix bug in nbtree VACUUM "skip full scan" feature.
Peter Geoghegan
2020-05-01
*
Fix AddressSanitizer use-after-scope complaint.
Peter Geoghegan
2020-04-30
*
Remove redundant _bt_killitems() buffer check.
Peter Geoghegan
2020-04-29
*
Fix some typos
Michael Paquier
2020-04-27
[next]