summaryrefslogtreecommitdiff
path: root/src/backend/access
AgeCommit message (Expand)Author
2020-06-25Fix misuse of table_index_fetch_tuple_check().Peter Geoghegan
2020-06-24Adjust max_slot_wal_keep_size behavior per reviewAlvaro Herrera
2020-06-24Add parens to ConvertToXSegs macroAlvaro Herrera
2020-06-20Fix masking of SP-GiST pages during xlog consistency checkAlexander Korotkov
2020-06-20Remove dead forceSync parameter of XactLogCommitRecord().Noah Misch
2020-06-19Fix deduplication "single value" strategy bug.Peter Geoghegan
2020-06-17Don't export basebackup.c's sendTablespace().Robert Haas
2020-06-17Remove STATUS_WAITINGPeter Eisentraut
2020-06-16Fix buffile.c error handling.Thomas Munro
2020-06-15Fix some comments referring to past featuresMichael Paquier
2020-06-13Silence _bt_check_unique compiler warning.Peter Geoghegan
2020-06-13Have pg_itoa, pg_ltoa and pg_lltoa return the length of the stringDavid Rowley
2020-06-11Improve comments for [Heap]CheckForSerializableConflictOut().Thomas Munro
2020-06-11Avoid update conflict out serialization anomalies.Peter Geoghegan
2020-06-08Fix locking bugs that could corrupt pg_control.Thomas Munro
2020-06-08Fix crash in WAL sender when starting physical replicationMichael Paquier
2020-05-19Reconsider nbtree page deletion assertion.Peter Geoghegan
2020-05-17Mop-up for wait event naming issues.Tom Lane
2020-05-16Final pgindent run with pg_bsd_indent version 2.1.Tom Lane
2020-05-15Rename assorted LWLock tranches.Tom Lane
2020-05-15Avoid killing btree items that are already deadAlvaro Herrera
2020-05-15Rename SLRU structures and associated LWLocks.Tom Lane
2020-05-14Initial pgindent and pgperltidy run for v13.Tom Lane
2020-05-14Collect built-in LWLock tranche names statically, not dynamically.Tom Lane
2020-05-13Dial back -Wimplicit-fallthrough to level 3Alvaro Herrera
2020-05-13Improve management of SLRU statistics collection.Tom Lane
2020-05-13Adjust walsender usage of xlogreader, simplify APIsAlvaro Herrera
2020-05-12Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGSAlvaro Herrera
2020-05-12Fix comment in xlogutils.cMichael Paquier
2020-05-11Adjust "root of to-be-deleted subtree" function.Peter Geoghegan
2020-05-08Rework XLogReader callback systemAlvaro Herrera
2020-05-08Report missing wait event for timeline history file.Fujii Masao
2020-05-07Refactor nbtree deletion INCOMPLETE_SPLIT check.Peter Geoghegan
2020-05-05Change the display of WAL usage statistics in Explain.Amit Kapila
2020-05-02Refactor btvacuumpage().Peter Geoghegan
2020-05-01Clear up issue with FSM and oldest bpto.xact.Peter Geoghegan
2020-05-01Reorder function prototypes for consistency.Peter Geoghegan
2020-05-01Fix undercounting in VACUUM VERBOSE output.Peter Geoghegan
2020-05-01Fix bug in nbtree VACUUM "skip full scan" feature.Peter Geoghegan
2020-04-30Fix AddressSanitizer use-after-scope complaint.Peter Geoghegan
2020-04-30Remove redundant _bt_killitems() buffer check.Peter Geoghegan
2020-04-27Fix some typosMichael Paquier
2020-04-26Fix typoPeter Eisentraut
2020-04-25Fix another minor page deletion buffer lock issue.Peter Geoghegan
2020-04-25Fix minor nbtree page deletion buffer lock issue.Peter Geoghegan
2020-04-23Fix handling of WAL segments ready to be archived during crash recoveryMichael Paquier
2020-04-22Remove HEAPDEBUGALLPeter Eisentraut
2020-04-21Fix possible crash during FATAL exit from reindexing.Tom Lane
2020-04-21Consider outliers in split interval calculation.Peter Geoghegan
2020-04-15Slightly simplify nbtree split point choice loop.Peter Geoghegan