aboutsummaryrefslogtreecommitdiff
path: root/src/test/regress
Commit message (Expand)AuthorAge
* Fix netmask handling in inet_minmax_multi_opsTomas Vondra2023-03-20
* Fix incorrect logic for determining safe WindowAgg run conditionsDavid Rowley2023-03-17
* Support PlaceHolderVars in MERGE actions.Tom Lane2023-03-15
* Fix corner case bug in numeric to_char() some more.Tom Lane2023-03-14
* Fix JSON error reporting for many cases of erroneous string values.Tom Lane2023-03-13
* Fix failure to detect some cases of improperly-nested aggregates.Tom Lane2023-03-13
* Fix MERGE command tag for actions blocked by BEFORE ROW triggers.Dean Rasheed2023-03-13
* Ensure COPY TO on an RLS-enabled table copies no more than it should.Tom Lane2023-03-10
* Fix more bugs caused by adding columns to the end of a view.Tom Lane2023-03-07
* Fix some more cases of missed GENERATED-column updates.Tom Lane2023-03-06
* Avoid failure when altering state of partitioned foreign-key triggers.Tom Lane2023-03-04
* Avoid fetching one past the end of translate()'s "to" parameter.Tom Lane2023-03-01
* Fix MULTIEXPR_SUBLINK with partitioned target tables, yet again.Tom Lane2023-02-25
* Fix mishandling of OLD/NEW references in subqueries in rule actions.Dean Rasheed2023-02-25
* Fix multi-row DEFAULT handling for INSERT ... SELECT rules.Dean Rasheed2023-02-23
* Fix Assert failure for MERGE into a partitioned table with RLS.Dean Rasheed2023-02-22
* Fix MERGE command tag for cross-partition updates.Dean Rasheed2023-02-22
* Fix parsing of ISO-8601 interval fields with exponential notation.Tom Lane2023-02-20
* Prevent join removal from removing the query's result relation.Tom Lane2023-02-20
* Print the correct aliases for DML target tables in ruleutils.Tom Lane2023-02-17
* Avoid dereferencing an undefined pointer in DecodeInterval().Tom Lane2023-02-12
* Remove SQL regression tests for GUCs related to NO_SHOW_ALLMichael Paquier2023-02-08
* Ensure that MERGE recomputes GENERATED expressions properly.Dean Rasheed2023-01-30
* Fix error handling in libpqrcv_connect()Andres Freund2023-01-23
* Use OFFSET 0 instead of ORDER BY to stop subquery pullupDavid Rowley2023-01-24
* Fix LATERAL join test in test memoize.sqlDavid Rowley2023-01-24
* Allow REPLICA IDENTITY to be set on an index that's not (yet) valid.Tom Lane2023-01-21
* Fix jsonpath existense checking of missing variablesAlexander Korotkov2023-01-12
* Fix MERGE's test for unreachable WHEN clauses.Dean Rasheed2023-01-10
* Fix calculation of which GENERATED columns need to be updated.Tom Lane2023-01-05
* Fix typos in comments, code and documentationMichael Paquier2023-01-03
* Fix inability to reference CYCLE column from inside its CTE.Tom Lane2022-12-16
* Fix jsonb subscripting to cope with toasted subscript values.Tom Lane2022-12-12
* Update MERGE docs to mention that ONLY is supported.Dean Rasheed2022-12-09
* Fix Memoize to work with partitionwise joining.Tom Lane2022-12-05
* Fix DEFAULT handling for multi-row INSERT rules.Dean Rasheed2022-12-03
* Prevent pgstats from getting confused when relkind of a relation changesAndres Freund2022-12-02
* Fix psql's \sf and \ef for new-style SQL functions.Tom Lane2022-12-02
* Fix under-parenthesized display of AT TIME ZONE constructs.Tom Lane2022-12-01
* Reject missing database name in pg_regress and cohorts.Tom Lane2022-11-30
* Remove bogus Assert and dead code in remove_useless_results_recurse().Tom Lane2022-11-29
* Remove useless MERGE testAlvaro Herrera2022-11-22
* Fix alter_table.sql test case to test what it claims to.Tom Lane2022-11-10
* Correct error message for row-level triggers with transition tables on partit...Etsuro Fujita2022-11-04
* Create FKs properly when attaching table as partitionAlvaro Herrera2022-11-03
* Fix planner failure with extended statistics on partitioned tables.Tom Lane2022-11-01
* Fix EXPLAIN of SEARCH BREADTH FIRST with a constant initial value.Tom Lane2022-10-16
* Yet further fixes for multi-row VALUES lists for updatable views.Tom Lane2022-10-11
* Fix self-referencing foreign keys with partitioned tablesAlvaro Herrera2022-10-07
* Revert "Optimize order of GROUP BY keys".Tom Lane2022-10-03