summaryrefslogtreecommitdiff
path: root/src/test/regress/sql/collate.icu.utf8.sql
AgeCommit message (Expand)Author
2025-12-06Fix text substring search for non-deterministic collations.Tom Lane
2025-10-09Fix internal error from CollateExpr in SQL/JSON DEFAULT expressionsAmit Langote
2025-04-01Introduce a SQL-callable function array_sort(anyarray).Tom Lane
2025-02-21Support text position search functions with nondeterministic collationsPeter Eisentraut
2025-02-07Virtual generated columnsPeter Eisentraut
2025-01-24Add SQL function CASEFOLD().Jeff Davis
2024-11-29Add tests for foreign keys with case-insensitive collationsPeter Eisentraut
2024-11-27Support LIKE with nondeterministic collationsPeter Eisentraut
2024-11-15Fix collation handling for foreign keysPeter Eisentraut
2024-11-08Disallow partitionwise join when collations don't matchAmit Langote
2024-11-08Disallow partitionwise grouping when collations don't matchAmit Langote
2024-05-21Re-allow planner to use Merge Append to efficiently implement UNION.Robert Haas
2024-05-20Revert commit 66c0185a3 and follow-on patches.Tom Lane
2024-03-25Allow planner to use Merge Append to efficiently implement UNIONDavid Rowley
2024-03-09Catalog changes preparing for builtin collation provider.Jeff Davis
2023-06-21ICU: do not convert locale 'C' to 'en-US-u-va-posix'.Jeff Davis
2023-06-21initdb: change default --locale-provider back to libc.Jeff Davis
2023-06-07Remove read-only server settings lc_collate and lc_ctypePeter Eisentraut
2023-05-17Reduce icu_validation_level default to WARNING.Jeff Davis
2023-05-09Revert "ICU: do not convert locale 'C' to 'en-US-u-va-posix'."Jeff Davis
2023-05-08ICU: do not convert locale 'C' to 'en-US-u-va-posix'.Jeff Davis
2023-04-04Canonicalize ICU locale names to language tags.Jeff Davis
2023-03-28Validate ICU locales.Jeff Davis
2023-03-23Handle the "und" locale in ICU versions 54 and older.Jeff Davis
2023-03-21Support language tags in older ICU versions (53 and earlier).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-08Allow tailoring of ICU locales with custom rulesPeter Eisentraut
2022-03-17Add option to use ICU as global locale providerPeter Eisentraut
2022-02-14Database-level collation version trackingPeter Eisentraut
2021-05-07Revert per-index collation version tracking feature.Thomas Munro
2021-04-17Rethink extraction of collation dependencies.Tom Lane
2021-04-12Remove no-longer-relevant test case.Tom Lane
2021-02-26Revert "pg_collation_actual_version() -> pg_collation_current_version()."Thomas Munro
2021-02-22pg_collation_actual_version() -> pg_collation_current_version().Thomas Munro
2021-02-22Hide internal error for pg_collation_actual_version(<bad OID>).Thomas Munro
2020-11-04Enable hash partitioning of text arraysPeter Eisentraut
2020-11-02Track collation versions for indexes.Thomas Munro
2020-11-02Remove pg_collation.collversion.Thomas Munro
2019-08-14Fix random regression failure in test case "collate.icu.utf8"Michael Paquier
2019-08-12Fix planner's test for case-foldable characters in ILIKE with ICU.Tom Lane
2019-07-31Run UTF8-requiring collation tests by defaultPeter Eisentraut
2019-03-26Add ORDER BY to more ICU regression test cases.Tom Lane
2019-03-25Add ORDER BY to regression test casePeter Eisentraut
2019-03-22Fix ICU tests for older ICU versionsPeter Eisentraut
2019-03-22Collations with nondeterministic comparisonPeter Eisentraut
2019-03-19Fix bug in support for collation attributes on older ICU versionsPeter Eisentraut
2019-03-17Add support for collation attributes on older ICU versionsPeter Eisentraut
2019-02-06Hide cascade messages in collate testsPeter Eisentraut