Age | Commit message (Expand) | Author |
---|---|---|
2025-07-01 | Remove provider field from pg_locale_t. | Jeff Davis |
2025-07-01 | Control ctype behavior internally with a method table. | Jeff Davis |
2025-04-12 | Harmonize function parameter names for Postgres 18. | Peter Geoghegan |
2025-01-24 | Add SQL function CASEFOLD(). | Jeff Davis |
2025-01-08 | Control collation behavior with a method table. | Jeff Davis |
2025-01-08 | Move code for collation version into provider-specific files. | Jeff Davis |
2025-01-01 | Update copyright for 2025 | Bruce Momjian |
2024-12-16 | Refactor string case conversion into provider-specific files. | Jeff Davis |
2024-12-03 | Move check for ucol_strcollUTF8 to pg_locale_icu.c | Jeff Davis |
2024-12-03 | Perform provider-specific initialization in new functions. | Jeff Davis |
2024-10-14 | Move ICU-specific code from pg_locale.c into pg_locale_icu.c. | Jeff Davis |