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 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
*
Fix nbtree cleanup-only VACUUM stats inaccuracies.
Peter Geoghegan
2020-11-04
*
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
*
Copy editing: fix a bunch of misspellings and poor wording.
Tom Lane
2020-09-21
*
Fix comments in heapam.c.
Amit Kapila
2020-09-18
*
Update parallel BTree scan state when the scan keys can't be satisfied.
Amit Kapila
2020-09-17
*
Message fixes and style improvements
Peter Eisentraut
2020-09-14
*
Fix code for re-finding scan position in a multicolumn GIN index.
Tom Lane
2020-08-27
*
Improve the vacuum error context phase information.
Amit Kapila
2020-08-24
*
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
*
Rename wal_keep_segments to wal_keep_size.
Fujii Masao
2020-07-20
*
Avoid CREATE INDEX unique index deduplication.
Peter Geoghegan
2020-07-17
*
Fix comments related to table AMs
Michael Paquier
2020-07-14
*
Fix uninitialized value in segno calculation
Alvaro Herrera
2020-07-13
*
Remove WARNING message from brin_desummarize_range
Alvaro Herrera
2020-07-09
*
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 unused function parameter in end_parallel_vacuum.
Amit Kapila
2020-07-06
*
Improve vacuum error context handling.
Amit Kapila
2020-07-01
*
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
*
Fix deduplication "single value" strategy bug.
Peter Geoghegan
2020-06-19
*
Fix buffile.c error handling.
Thomas Munro
2020-06-16
*
Silence _bt_check_unique compiler warning.
Peter Geoghegan
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
[next]