aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
* Fix CLUSTER progress reporting of number of blocks scanned.Fujii Masao2020-11-27
* Remove duplicate code in brin_memtuple_initializeTomas Vondra2020-11-11
* Fix and simplify some usages of TimestampDifference().Tom Lane2020-11-10
* In security-restricted operations, block enqueue of at-commit user code.Noah Misch2020-11-09
* Message style improvementsAlvaro Herrera2020-11-07
* Properly detoast data in brin_form_tupleTomas Vondra2020-11-07
* Fix nbtree cleanup-only VACUUM stats inaccuracies.Peter Geoghegan2020-11-04
* Reproduce debug_query_string==NULL on parallel workers.Noah Misch2020-10-31
* Fix GiST buffering build to work when there are included columns.Tom Lane2020-10-12
* Fix missing fsync of SLRU directories.Thomas Munro2020-09-24
* Copy editing: fix a bunch of misspellings and poor wording.Tom Lane2020-09-21
* Fix comments in heapam.c.Amit Kapila2020-09-18
* Update parallel BTree scan state when the scan keys can't be satisfied.Amit Kapila2020-09-17
* Message fixes and style improvementsPeter Eisentraut2020-09-14
* Fix code for re-finding scan position in a multicolumn GIN index.Tom Lane2020-08-27
* Improve the vacuum error context phase information.Amit Kapila2020-08-24
* Prevent concurrent SimpleLruTruncate() for any given SLRU.Noah Misch2020-08-15
* Handle new HOT chains in index-build table scansAlvaro Herrera2020-08-13
* BRIN: Handle concurrent desummarization properlyAlvaro Herrera2020-08-12
* Rename wal_keep_segments to wal_keep_size.Fujii Masao2020-07-20
* Avoid CREATE INDEX unique index deduplication.Peter Geoghegan2020-07-17
* Fix comments related to table AMsMichael Paquier2020-07-14
* Fix uninitialized value in segno calculationAlvaro Herrera2020-07-13
* Remove WARNING message from brin_desummarize_rangeAlvaro Herrera2020-07-09
* Fix incorrect variable datatype.Fujii Masao2020-07-08
* Morph pg_replication_slots.min_safe_lsn to safe_wal_sizeAlvaro Herrera2020-07-07
* Remove unused function parameter in end_parallel_vacuum.Amit Kapila2020-07-06
* Improve vacuum error context handling.Amit Kapila2020-07-01
* Fix misuse of table_index_fetch_tuple_check().Peter Geoghegan2020-06-25
* Adjust max_slot_wal_keep_size behavior per reviewAlvaro Herrera2020-06-24
* Add parens to ConvertToXSegs macroAlvaro Herrera2020-06-24
* Fix masking of SP-GiST pages during xlog consistency checkAlexander Korotkov2020-06-20
* Fix deduplication "single value" strategy bug.Peter Geoghegan2020-06-19
* Fix buffile.c error handling.Thomas Munro2020-06-16
* Silence _bt_check_unique compiler warning.Peter Geoghegan2020-06-13
* Improve comments for [Heap]CheckForSerializableConflictOut().Thomas Munro2020-06-12
* Avoid update conflict out serialization anomalies.Peter Geoghegan2020-06-11
* Fix locking bugs that could corrupt pg_control.Thomas Munro2020-06-08
* Fix crash in WAL sender when starting physical replicationMichael Paquier2020-06-08
* Reconsider nbtree page deletion assertion.Peter Geoghegan2020-05-19
* Mop-up for wait event naming issues.Tom Lane2020-05-16
* Final pgindent run with pg_bsd_indent version 2.1.Tom Lane2020-05-16
* Rename assorted LWLock tranches.Tom Lane2020-05-15
* Avoid killing btree items that are already deadAlvaro Herrera2020-05-15
* Rename SLRU structures and associated LWLocks.Tom Lane2020-05-15
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-14
* Collect built-in LWLock tranche names statically, not dynamically.Tom Lane2020-05-14
* Dial back -Wimplicit-fallthrough to level 3Alvaro Herrera2020-05-13
* Improve management of SLRU statistics collection.Tom Lane2020-05-13
* Adjust walsender usage of xlogreader, simplify APIsAlvaro Herrera2020-05-13