summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2020-05-09Do no reset bounded before incremental sort rescanTomas Vondra
2020-05-09Fix handling of REWIND/MARK/BACKWARD in incremental sortTomas Vondra
2020-05-08Rework XLogReader callback systemAlvaro Herrera
2020-05-08Fix several DDL issues of generated columns versus inheritancePeter Eisentraut
2020-05-08Propagate ALTER TABLE ... SET STORAGE to indexesPeter Eisentraut
2020-05-08Report missing wait event for timeline history file.Fujii Masao
2020-05-07Refactor nbtree deletion INCOMPLETE_SPLIT check.Peter Geoghegan
2020-05-07Fix YA text phrase search bug.Tom Lane
2020-05-06Heed lock protocol in DROP OWNED BYAlvaro Herrera
2020-05-05Fix severe memory leaks in GSSAPI encryption support.Tom Lane
2020-05-05Change the display of WAL usage statistics in Explain.Amit Kapila
2020-05-03Fix typo in commentAlexander Korotkov
2020-05-02Refactor btvacuumpage().Peter Geoghegan
2020-05-02Fix GSS client to non-GSS server connectionStephen Frost
2020-05-02Remove superfluous memset from pgstat_recv_resetslrucounterTomas Vondra
2020-05-01Simplify cost_incremental_sort a bitTomas Vondra
2020-05-01Remove pg_xact entry from SLRU statsTomas Vondra
2020-05-01Get rid of trailing semicolons in C macro definitions.Tom Lane
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-30Make SQL/JSON error code names match SQL standardPeter Eisentraut
2020-04-30Remove redundant _bt_killitems() buffer check.Peter Geoghegan
2020-04-29Fix check for conflicting SSL min/max protocol settingsMichael Paquier
2020-04-29Fix checkpoint signallingAlvaro Herrera
2020-04-29Check slot->restart_lsn validity in a few more placesAlvaro Herrera
2020-04-28Add missing gettext triggersPeter Eisentraut
2020-04-28Fix definition of pg_statio_all_tables viewAlexander Korotkov
2020-04-27Fix full text search to handle NOT above a phrase search correctly.Tom Lane
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-25In caught-up logical walsender, sleep only in WalSndWaitForWal().Noah Misch
2020-04-25Revert "When WalSndCaughtUp, sleep only in WalSndWaitForWal()."Noah Misch
2020-04-25Fix error case for CREATE ROLE ... IN ROLE.Andrew Gierth
2020-04-24Repair performance regression in information_schema.triggers view.Tom Lane
2020-04-23Fix handling of WAL segments ready to be archived during crash recoveryMichael Paquier
2020-04-23Remove ACLDEBUG #define and associated code.Tom Lane
2020-04-23Remove useless (and broken) logging logic in memory context functions.Tom Lane
2020-04-23Rename exposed identifiers to say "backup manifest".Robert Haas
2020-04-23Fix transient memory leak for SRFs in FROM.Andres Freund
2020-04-22Fix cost_incremental_sort for expressions with varno 0Tomas Vondra
2020-04-22Remove bogus Assert in foreign key cloning codeDavid Rowley
2020-04-22Remove HEAPDEBUGALLPeter Eisentraut
2020-04-21Fix possible crash during FATAL exit from reindexing.Tom Lane
2020-04-21Fix minor violations of FunctionCallInvoke usage protocol.Tom Lane
2020-04-21Fix detaching partitions with cloned row triggersAlvaro Herrera