summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2023-06-21Avoid Assert failure when processing empty statement in aborted xact.Tom Lane
2023-06-21Fix the errhint message and docs for drop subscription failure.Amit Kapila
2023-06-19Don't use partial unique indexes for unique proofs in the plannerDavid Rowley
2023-06-16Fix typo in comment.Amit Langote
2023-06-13Correctly update hasSubLinks while mutating a rule action.Tom Lane
2023-06-11Fix missing initializations of MyProc.delayChkptEndMichael Paquier
2023-06-06Initialize 'recordXtime' to silence compiler warning.Heikki Linnakangas
2023-05-25nbtree VACUUM: cope with right sibling link corruption.Peter Geoghegan
2023-05-18Fix handling of empty ranges and NULLs in BRINTomas Vondra
2023-05-18Fix handling of NULLs when merging BRIN summariesTomas Vondra
2023-05-08Handle RLS dependencies in inlined set-returning functions properly.Tom Lane
2023-05-08Replace last PushOverrideSearchPath() call with set_config_option().Noah Misch
2023-05-08Translation updatesPeter Eisentraut
2023-05-04In array_position()/array_positions(), beware of empty input array.Tom Lane
2023-04-28Fix crashes with CREATE SCHEMA AUTHORIZATION and schema elementsMichael Paquier
2023-04-25Fix vacuum_cost_delay check for balance calculation.Daniel Gustafsson
2023-04-21Avoid character classification in regex escape parsing.Jeff Davis
2023-04-17Avoid trying to write an empty WAL record in log_newpage_range().Tom Lane
2023-04-14Fix incorrect partition pruning logic for boolean partitioned tablesDavid Rowley
2023-04-12Fix parallel-safety marking when moving initplans to another node.Tom Lane
2023-04-06Fix ts_headline() edge cases for empty query and empty search text.Tom Lane
2023-03-31Ensure acquire_inherited_sample_rows sets its output parameters.Tom Lane
2023-03-30Fix List memory issue in transformColumnDefinitionDavid Rowley
2023-03-29Fix dereference of dangling pointer in GiST index buffering build.Tom Lane
2023-03-27Reject attempts to alter composite types used in indexes.Tom Lane
2023-03-26Fix oversights in array manipulation.Tom Lane
2023-03-21Ignore dropped columns during apply of update/delete.Amit Kapila
2023-03-21Fix race in parallel hash join batch cleanup, take II.Thomas Munro
2023-03-17Small tidyup for commit d41a178b, part II.Thomas Munro
2023-03-16Work around spurious compiler warning in inet operatorsAndres Freund
2023-03-16Small tidyup for commit d41a178b.Thomas Munro
2023-03-15Fix waitpid() emulation on Windows.Thomas Munro
2023-03-14Fix corner case bug in numeric to_char() some more.Tom Lane
2023-03-13Fix JSON error reporting for many cases of erroneous string values.Tom Lane
2023-03-13Fix failure to detect some cases of improperly-nested aggregates.Tom Lane
2023-03-10Ensure COPY TO on an RLS-enabled table copies no more than it should.Tom Lane
2023-03-09Fix race in SERIALIZABLE READ ONLY.Thomas Munro
2023-03-07Fix more bugs caused by adding columns to the end of a view.Tom Lane
2023-03-01Avoid fetching one past the end of translate()'s "to" parameter.Tom Lane
2023-02-25Fix MULTIEXPR_SUBLINK with partitioned target tables, yet again.Tom Lane
2023-02-25Fix mishandling of OLD/NEW references in subqueries in rule actions.Dean Rasheed
2023-02-23Don't repeatedly register cache callbacks in pgoutput plugin.Tom Lane
2023-02-23Fix multi-row DEFAULT handling for INSERT ... SELECT rules.Dean Rasheed
2023-02-22Fix snapshot handling in logicalmsg_decodeTomas Vondra
2023-02-22Add missing support for the latest SPI status codes.Dean Rasheed
2023-02-21Fix erroneous Valgrind markings in AllocSetRealloc.Tom Lane
2023-02-17Print the correct aliases for DML target tables in ruleutils.Tom Lane
2023-02-15Fix handling of SCRAM-SHA-256's channel binding with RSA-PSS certificatesMichael Paquier
2023-02-13Disable WindowAgg inverse transitions when subplans are presentDavid Rowley
2023-02-06Translation updatesPeter Eisentraut