summaryrefslogtreecommitdiff
path: root/src/test/regress
AgeCommit message (Expand)Author
2023-03-01Avoid fetching one past the end of translate()'s "to" parameter.Tom Lane
2023-02-28Remove unnecessary and problematic collate.windows.win1252 testsAndrew Dunstan
2023-02-27Fix expected output of xml_2.outMichael Paquier
2023-02-27Rework pg_input_error_message(), now renamed pg_input_error_info()Michael Paquier
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-24Disallow NULLS NOT DISTINCT indexes for primary keysDaniel Gustafsson
2023-02-23Fix mis-handling of outer join quals generated by EquivalenceClasses.Tom Lane
2023-02-23Fix multi-row DEFAULT handling for INSERT ... SELECT rules.Dean Rasheed
2023-02-23Consider a failed process as a failed test in pg_regressDaniel Gustafsson
2023-02-22Fix some issues with wrong placement of pseudo-constant quals.Tom Lane
2023-02-22Fix Assert failure for MERGE into a partitioned table with RLS.Dean Rasheed
2023-02-22Fix MERGE command tag for cross-partition updates.Dean Rasheed
2023-02-22Implement ANY_VALUE aggregatePeter Eisentraut
2023-02-20Detect overflow in timestamp[tz] subtraction.Tom Lane
2023-02-20Fix parsing of ISO-8601 interval fields with exponential notation.Tom Lane
2023-02-20Prevent join removal from removing the query's result relation.Tom Lane
2023-02-17Print the correct aliases for DML target tables in ruleutils.Tom Lane
2023-02-16Fix check for child column generation status matching parent.Tom Lane
2023-02-15Rename force_parallel_mode to debug_parallel_queryDavid Rowley
2023-02-13Fix buggy recursion in flatten_rtes_walker().Tom Lane
2023-02-13Fix thinkos in have_unsafe_outer_join_ref; reduce to Assert check.Tom Lane
2023-02-13Fix object identity string for transformsAlvaro Herrera
2023-02-13Fix incorrect presorted DISTINCT aggregate if conditionDavid Rowley
2023-02-12Avoid dereferencing an undefined pointer in DecodeInterval().Tom Lane
2023-02-11Add tests for pg_stat_ioAndres Freund
2023-02-11Create regress_tblspc in test_setupAndres Freund
2023-02-11Add pg_stat_io view, providing more detailed IO statisticsAndres Freund
2023-02-10Fix join removal logic to clean up sub-RestrictInfos of OR clauses.Tom Lane
2023-02-10Further fixes in qual nullingrel adjustment for outer join commutation.Tom Lane
2023-02-09Fix various typos in code and testsMichael Paquier
2023-02-08remove_rel_from_query() must clean up PlaceHolderVar.phrels fields.Tom Lane
2023-02-08Remove SQL regression tests for GUCs related to NO_SHOW_ALLMichael Paquier
2023-02-07Rethink nullingrel marking rules in build_joinrel_tlist().Tom Lane
2023-02-07Remove leftover code in deconstruct_distribute_oj_quals().Tom Lane
2023-02-06Fix up join removal's interaction with PlaceHolderVars.Tom Lane
2023-02-05Fix over-optimistic updating of info about commutable outer joins.Tom Lane
2023-02-04Fix thinko in qual distribution.Tom Lane
2023-02-04Fix thinko in outer-join removal.Tom Lane
2023-02-04Rethink treatment of "postponed" quals in deconstruct_jointree().Tom Lane
2023-02-04Allow underscores in integer and numeric constants.Dean Rasheed
2023-01-31Remove over-optimistic Assert.Tom Lane
2023-01-30Do assorted mop-up in the planner.Tom Lane
2023-01-30Make Vars be outer-join-aware.Tom Lane
2023-01-30Ensure that MERGE recomputes GENERATED expressions properly.Dean Rasheed
2023-01-27Teach planner about more monotonic window functionsDavid Rowley
2023-01-26DROP ROLE regress_role_limited_admin at end of testRobert Haas
2023-01-24Adjust interaction of CREATEROLE with role properties.Robert Haas
2023-01-24Fix error handling in libpqrcv_connect()Andres Freund
2023-01-24Use OFFSET 0 instead of ORDER BY to stop subquery pullupDavid Rowley