summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2023-03-15Allow the use of indexes other than PK and REPLICA IDENTITY on the subscriber.Amit Kapila
2023-03-14Fix corner case bug in numeric to_char() some more.Tom Lane
2023-03-14Add support for the error functions erf() and erfc().Dean Rasheed
2023-03-14libpq: Add support for require_auth to control authorized auth methodsMichael Paquier
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-13Add a DEFAULT option to COPY FROMAndrew Dunstan
2023-03-13Fix MERGE command tag for actions blocked by BEFORE ROW triggers.Dean Rasheed
2023-03-13Fix concurrent update issues with MERGE.Dean Rasheed
2023-03-13Fix expected test outputPeter Eisentraut
2023-03-13Remove incidental md5() function uses from main regression testsPeter Eisentraut
2023-03-13meson: Make auto the default of the ssl optionPeter Eisentraut
2023-03-12Work around implementation restriction in adjust_appendrel_attrs.Tom Lane
2023-03-12Mark unsafe_tests module as not runnable with installcheckAndrew Dunstan
2023-03-10Ensure COPY TO on an RLS-enabled table copies no more than it should.Tom Lane
2023-03-10initdb: derive encoding from locale for ICU; similar to libc.Jeff Davis
2023-03-10Fix tests for non-ICU buildPeter Eisentraut
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