summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2023-03-21Ignore dropped columns during apply of update/delete.Amit Kapila
2023-03-21Stabilize pg_stat_io writes testAndres Freund
2023-03-20Add @extschema:name@ and no_relocate options to extensions.Tom Lane
2023-03-20Ignore BRIN indexes when checking for HOT updatesTomas Vondra
2023-03-20Fix netmask handling in inet_minmax_multi_opsTomas Vondra
2023-03-18Add functions to do timestamptz arithmetic in a non-default timezone.Tom Lane
2023-03-17Improve several permission-related error messages.Peter Eisentraut
2023-03-17tests: Prevent syslog activity by slapd, take 2Andres Freund
2023-03-17Fix incorrect logic for determining safe WindowAgg run conditionsDavid Rowley
2023-03-17tests: Minimize syslog activity by slapdAndres Freund
2023-03-16Enable use of Memoize atop an Append that came from UNION ALL.Tom Lane
2023-03-16Tighten error checks in datetime input, and remove bogus "ISO" format.Tom Lane
2023-03-16Add .gitignore to ldap_password_funcMichael Paquier
2023-03-15Support [NO] INDENT option in XMLSERIALIZE().Tom Lane
2023-03-15Add a hook for modifying the ldapbind passwordAndrew Dunstan
2023-03-15Support PlaceHolderVars in MERGE actions.Tom Lane
2023-03-15Add the testcases for 89e46da5e5.Amit Kapila
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