aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
* Fix incorrect variable datatype.Fujii Masao2020-07-08
* Morph pg_replication_slots.min_safe_lsn to safe_wal_sizeAlvaro Herrera2020-07-07
* Remove unnecessary PageIsEmpty() nbtree build check.Peter Geoghegan2020-07-06
* Remove unused function parameter in end_parallel_vacuum.Amit Kapila2020-07-06
* nbtree: Rename _bt_search() variables.Peter Geoghegan2020-07-02
* Improve vacuum error context handling.Amit Kapila2020-07-01
* nbtree: Correct inaccurate split location comment.Peter Geoghegan2020-06-29
* Remove duplicate check added by commit b2a5545bd6.Amit Kapila2020-06-27
* 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
* Remove dead forceSync parameter of XactLogCommitRecord().Noah Misch2020-06-20
* Fix deduplication "single value" strategy bug.Peter Geoghegan2020-06-19
* Don't export basebackup.c's sendTablespace().Robert Haas2020-06-17
* Remove STATUS_WAITINGPeter Eisentraut2020-06-17
* Fix buffile.c error handling.Thomas Munro2020-06-16
* Fix some comments referring to past featuresMichael Paquier2020-06-15
* Silence _bt_check_unique compiler warning.Peter Geoghegan2020-06-13
* Have pg_itoa, pg_ltoa and pg_lltoa return the length of the stringDavid Rowley2020-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
* Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGSAlvaro Herrera2020-05-12
* Fix comment in xlogutils.cMichael Paquier2020-05-12
* Adjust "root of to-be-deleted subtree" function.Peter Geoghegan2020-05-11
* Rework XLogReader callback systemAlvaro Herrera2020-05-08
* Report missing wait event for timeline history file.Fujii Masao2020-05-08
* Refactor nbtree deletion INCOMPLETE_SPLIT check.Peter Geoghegan2020-05-07
* Change the display of WAL usage statistics in Explain.Amit Kapila2020-05-05
* Refactor btvacuumpage().Peter Geoghegan2020-05-02
* Clear up issue with FSM and oldest bpto.xact.Peter Geoghegan2020-05-01
* Reorder function prototypes for consistency.Peter Geoghegan2020-05-01
* Fix undercounting in VACUUM VERBOSE output.Peter Geoghegan2020-05-01
* Fix bug in nbtree VACUUM "skip full scan" feature.Peter Geoghegan2020-05-01
* Fix AddressSanitizer use-after-scope complaint.Peter Geoghegan2020-04-30
* Remove redundant _bt_killitems() buffer check.Peter Geoghegan2020-04-29
* Fix some typosMichael Paquier2020-04-27