aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Fix netmask handling in inet_minmax_multi_opsTomas Vondra2023-03-20
* Add functions to do timestamptz arithmetic in a non-default timezone.Tom Lane2023-03-18
* Improve several permission-related error messages.Peter Eisentraut2023-03-17
* tests: Prevent syslog activity by slapd, take 2Andres Freund2023-03-16
* Fix incorrect logic for determining safe WindowAgg run conditionsDavid Rowley2023-03-17
* tests: Minimize syslog activity by slapdAndres Freund2023-03-16
* Enable use of Memoize atop an Append that came from UNION ALL.Tom Lane2023-03-16
* Tighten error checks in datetime input, and remove bogus "ISO" format.Tom Lane2023-03-16
* Add .gitignore to ldap_password_funcMichael Paquier2023-03-16
* Support [NO] INDENT option in XMLSERIALIZE().Tom Lane2023-03-15
* Add a hook for modifying the ldapbind passwordAndrew Dunstan2023-03-15
* Support PlaceHolderVars in MERGE actions.Tom Lane2023-03-15
* Add the testcases for 89e46da5e5.Amit Kapila2023-03-15
* Allow the use of indexes other than PK and REPLICA IDENTITY on the subscriber.Amit Kapila2023-03-15
* Fix corner case bug in numeric to_char() some more.Tom Lane2023-03-14
* Add support for the error functions erf() and erfc().Dean Rasheed2023-03-14
* libpq: Add support for require_auth to control authorized auth methodsMichael Paquier2023-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
* Add a DEFAULT option to COPY FROMAndrew Dunstan2023-03-13
* Fix MERGE command tag for actions blocked by BEFORE ROW triggers.Dean Rasheed2023-03-13
* Fix concurrent update issues with MERGE.Dean Rasheed2023-03-13
* Fix expected test outputPeter Eisentraut2023-03-13
* Remove incidental md5() function uses from main regression testsPeter Eisentraut2023-03-13
* meson: Make auto the default of the ssl optionPeter Eisentraut2023-03-13
* Work around implementation restriction in adjust_appendrel_attrs.Tom Lane2023-03-12
* Mark unsafe_tests module as not runnable with installcheckAndrew Dunstan2023-03-12
* Ensure COPY TO on an RLS-enabled table copies no more than it should.Tom Lane2023-03-10
* initdb: derive encoding from locale for ICU; similar to libc.Jeff Davis2023-03-10
* Fix tests for non-ICU buildPeter Eisentraut2023-03-10
* Add standard collation UNICODEPeter Eisentraut2023-03-10
* Add a test for UCS_BASIC collationPeter Eisentraut2023-03-10
* Reject combining "epoch" and "infinity" with other datetime fields.Tom Lane2023-03-09
* Use ICU by default at initdb time.Jeff Davis2023-03-09
* For Kerberos testing, disable reverse DNS lookupStephen Frost2023-03-09
* Avoid criticizable perl codeAlvaro Herrera2023-03-09
* 001_libpq_pipeline.pl: use Test::Differences if availableAlvaro Herrera2023-03-08
* Allow tailoring of ICU locales with custom rulesPeter Eisentraut2023-03-08
* Fix more bugs caused by adding columns to the end of a view.Tom Lane2023-03-07
* Add support for unit "B" to pg_size_bytes()Peter Eisentraut2023-03-07
* Fix flakey pg_stat_io testAndres Freund2023-03-07
* Fix some more cases of missed GENERATED-column updates.Tom Lane2023-03-06
* Add PROCESS_MAIN to VACUUMMichael Paquier2023-03-06
* Improve the regression tests of VACUUM (PROCESS_TOAST)Michael Paquier2023-03-06
* Fix assert failures in parallel SERIALIZABLE READ ONLY.Thomas Munro2023-03-06
* SQL JSON path enhanced numeric literalsPeter Eisentraut2023-03-05
* Avoid failure when altering state of partitioned foreign-key triggers.Tom Lane2023-03-04
* meson: Prevent installation of test files during main installPeter Eisentraut2023-03-03
* Force testing of query jumbling in 027_stream_regress.plMichael Paquier2023-03-03
* Harden new test case against force_parallel_mode = regress.Tom Lane2023-03-02