git.postgresql.org Git - postgresql.git/commit

git projects / postgresql.git / commit
? search:
summary | shortlog | log | commit | commitdiff | tree
(parent: 7021d3b) | patch
Additional unicode primitive functions.
Thu, 2 Nov 2023 05:47:06 +0000 (22:47 -0700)
Thu, 2 Nov 2023 05:47:06 +0000 (22:47 -0700)
commit a02b37fc083239a07f1ac02951d208235efb218b
Additional unicode primitive functions.

Introduce unicode_version(), icu_unicode_version(), and
unicode_assigned().

The latter requires introducing a new lookup table for the Unicode
General Category, which is generated along with the other Unicode
lookup tables.

Discussion: https://postgr.es/m/CA+TgmoYzYR-yhU6k1XFCADeyj=Oyz2PkVsa3iKv+keM8wp-F_A@mail.gmail.com
Reviewed-by: Peter Eisentraut
18 files changed:
doc/src/sgml/func.sgml diff | blob | blame | history
src/backend/utils/adt/varlena.c diff | blob | blame | history
src/common/Makefile diff | blob | blame | history
src/common/meson.build diff | blob | blame | history
src/common/unicode/Makefile diff | blob | blame | history
src/common/unicode/category_test.c [new file with mode: 0644] blob
src/common/unicode/generate-unicode_category_table.pl [new file with mode: 0644] blob
src/common/unicode/generate-unicode_version.pl [new file with mode: 0644] blob
src/common/unicode/meson.build diff | blob | blame | history
src/common/unicode/norm_test.c diff | blob | blame | history
src/common/unicode_category.c [new file with mode: 0644] blob
src/include/catalog/pg_proc.dat diff | blob | blame | history
src/include/common/unicode_category.h [new file with mode: 0644] blob
src/include/common/unicode_category_table.h [new file with mode: 0644] blob
src/include/common/unicode_version.h [new file with mode: 0644] blob
src/test/icu/t/010_database.pl diff | blob | blame | history
src/test/regress/expected/unicode.out diff | blob | blame | history
src/test/regress/sql/unicode.sql diff | blob | blame | history
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /