summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2023-03-10Add standard collation UNICODEPeter Eisentraut
2023-03-10Add a test for UCS_BASIC collationPeter Eisentraut
2023-03-09Reject combining "epoch" and "infinity" with other datetime fields.Tom Lane
2023-03-09Use ICU by default at initdb time.Jeff Davis
2023-03-09For Kerberos testing, disable reverse DNS lookupStephen Frost
2023-03-09Avoid criticizable perl codeAlvaro Herrera
2023-03-08001_libpq_pipeline.pl: use Test::Differences if availableAlvaro Herrera
2023-03-08Allow tailoring of ICU locales with custom rulesPeter Eisentraut
2023-03-07Fix more bugs caused by adding columns to the end of a view.Tom Lane
2023-03-07Add support for unit "B" to pg_size_bytes()Peter Eisentraut
2023-03-07Fix flakey pg_stat_io testAndres Freund
2023-03-06Fix some more cases of missed GENERATED-column updates.Tom Lane
2023-03-06Add PROCESS_MAIN to VACUUMMichael Paquier
2023-03-06Improve the regression tests of VACUUM (PROCESS_TOAST)Michael Paquier
2023-03-06Fix assert failures in parallel SERIALIZABLE READ ONLY.Thomas Munro
2023-03-05SQL JSON path enhanced numeric literalsPeter Eisentraut
2023-03-04Avoid failure when altering state of partitioned foreign-key triggers.Tom Lane
2023-03-03meson: Prevent installation of test files during main installPeter Eisentraut
2023-03-03Force testing of query jumbling in 027_stream_regress.plMichael Paquier
2023-03-02Harden new test case against force_parallel_mode = regress.Tom Lane
2023-03-02Show "internal name" not "source code" in psql's \df+ command.Tom Lane
2023-03-02Fix outdated references to guc.cDaniel Gustafsson
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-22Fix corruption of templates after CREATE DATABASE .. STRATEGY WAL_LOGMichael Paquier
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-17Fix incorrect format placeholderPeter Eisentraut
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-15Fix handling of SCRAM-SHA-256's channel binding with RSA-PSS certificatesMichael Paquier
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-13Add wait_for_replay_catchup wrapper to Cluster.pmAlvaro Herrera
2023-02-13Fix incorrect presorted DISTINCT aggregate if conditionDavid Rowley