postgresql/src
Peter Eisentraut f85a485f89 Add support for automatically updating Unicode derived files
We currently have several sets of files generated from data provided
by Unicode.  These all have ad hoc rules and instructions for updating
when new Unicode versions appear, and it's not done consistently.

This patch centralizes and automates the process and makes it part of
the release checklist.  The Unicode and CLDR versions are specified in
Makefile.global.in.  There is a new make target "update-unicode" that
downloads all the relevant files and runs the generation script.

There is also a new script for generating the table of combining
characters for ucs_wcwidth().  That table is now in a separate include
file rather than hardcoded into the middle of other code.  This is
based on the script that was used for generating
d8594d123c, but the script itself wasn't
committed at that time.

Reviewed-by: John Naylor <john.naylor@2ndquadrant.com>
Discussion: https://www.postgresql.org/message-id/flat/c8d05f42-443e-6c23-819b-05b31759a37c@2ndquadrant.com
2020-01-09 10:08:14 +01:00
..
backend Add support for automatically updating Unicode derived files 2020-01-09 10:08:14 +01:00
bin pgbench: Use common logging API 2020-01-08 14:23:55 +01:00
common Add support for automatically updating Unicode derived files 2020-01-09 10:08:14 +01:00
fe_utils Update copyrights for 2020 2020-01-01 12:21:45 -05:00
include Add support for automatically updating Unicode derived files 2020-01-09 10:08:14 +01:00
interfaces Improve GSSAPI Encryption startup comment in libpq 2020-01-08 10:57:09 -05:00
makefiles Select CFLAGS_SL at configure time, not in platform-specific Makefiles. 2019-10-21 12:32:35 -04:00
pl Modernize Python exception syntax in tests 2020-01-08 22:47:22 +01:00
port Update copyrights for 2020 2020-01-01 12:21:45 -05:00
template Fix compiler warning for ppoll() on Cygwin 2019-12-22 23:20:00 +01:00
test Improve the handling of result type coercions in SQL functions. 2020-01-08 11:07:59 -05:00
timezone Update copyrights for 2020 2020-01-01 12:21:45 -05:00
tools Add support for automatically updating Unicode derived files 2020-01-09 10:08:14 +01:00
tutorial Update copyrights for 2020 2020-01-01 12:21:45 -05:00
.gitignore
DEVELOPERS
Makefile Fix partial-build problems introduced by having more generated headers. 2018-04-09 16:42:10 -04:00
Makefile.global.in Add support for automatically updating Unicode derived files 2020-01-09 10:08:14 +01:00
Makefile.shlib Clean up MinGW def file generation 2019-10-20 10:19:13 +02:00
nls-global.mk NLS: Fix backend gettext triggers 2019-09-23 09:04:20 +02:00