summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2023-04-02Use PG_TEST_TIMEOUT_DEFAULT in 019_replslot_limit.pl.Noah Misch
2023-03-31SQL/JSON: support the IS JSON predicateAlvaro Herrera
2023-03-31Further tweaking of width_bucket() edge cases.Tom Lane
2023-03-31Reject system columns as elements of foreign keys.Tom Lane
2023-03-31pg_regress: Emit TAP compliant outputDaniel Gustafsson
2023-03-31Track shared buffer hits in pg_stat_ioAndres Freund
2023-03-30Parallel Hash Full Join.Thomas Munro
2023-03-30Clean up role created in new subscription test.Tom Lane
2023-03-30Add new predefined role pg_create_subscription.Robert Haas
2023-03-30Avoid overflow in width_bucket_float8().Tom Lane
2023-03-29Support connection load balancing in libpqDaniel Gustafsson
2023-03-29SQL/JSON: add standard JSON constructor functionsAlvaro Herrera
2023-03-29Avoid syncing data twice for the 'publish_via_partition_root' option.Amit Kapila
2023-03-28Validate ICU locales.Jeff Davis
2023-03-28Fix corner-case planner failure for MERGE.Tom Lane
2023-03-27Reject attempts to alter composite types used in indexes.Tom Lane
2023-03-27Make SCRAM iteration count configurableDaniel Gustafsson
2023-03-24Invent GENERIC_PLAN option for EXPLAIN.Tom Lane
2023-03-24libpq: Add sslcertmode option to control client certificatesMichael Paquier
2023-03-23Count updates that move row to a new page.Peter Geoghegan
2023-03-23Handle the "und" locale in ICU versions 54 and older.Jeff Davis
2023-03-23Ignore generated columns during apply of update/delete.Amit Kapila
2023-03-23Allow logical replication to copy tables in binary format.Amit Kapila
2023-03-21Fix a couple of typosMichael Paquier
2023-03-21Support language tags in older ICU versions (53 and earlier).Jeff Davis
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