postgresql/src/backend
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
..
access Reimplement nullification of walsender timestamp 2020-01-08 14:33:49 -03:00
bootstrap Update copyrights for 2020 2020-01-01 12:21:45 -05:00
catalog Improve the handling of result type coercions in SQL functions. 2020-01-08 11:07:59 -05:00
commands Fix handling of generated columns in ALTER TABLE. 2020-01-08 09:42:53 -05:00
executor Improve the handling of result type coercions in SQL functions. 2020-01-08 11:07:59 -05:00
foreign Update copyrights for 2020 2020-01-01 12:21:45 -05:00
jit Update copyrights for 2020 2020-01-01 12:21:45 -05:00
lib Update copyrights for 2020 2020-01-01 12:21:45 -05:00
libpq Remove support for OpenSSL 0.9.8 and 1.0.0 2020-01-06 12:51:44 +09:00
main Update copyrights for 2020 2020-01-01 12:21:45 -05:00
nodes Update copyrights for 2020 2020-01-01 12:21:45 -05:00
optimizer Improve the handling of result type coercions in SQL functions. 2020-01-08 11:07:59 -05:00
parser Fix typmod exposed for scalar function in FROM, too. 2020-01-02 14:02:55 -05:00
partitioning Update copyrights for 2020 2020-01-01 12:21:45 -05:00
po Translation updates 2019-06-17 15:30:20 +02:00
port Update copyrights for 2020 2020-01-01 12:21:45 -05:00
postmaster Update copyrights for 2020 2020-01-01 12:21:45 -05:00
regex Update copyrights for 2020 2020-01-01 12:21:45 -05:00
replication Reduce the number of GetFlushRecPtr() calls done by walsenders. 2020-01-06 16:42:20 -05:00
rewrite Make parser rely more heavily on the ParseNamespaceItem data structure. 2020-01-02 11:29:01 -05:00
snowball Update copyrights for 2020 2020-01-01 12:21:45 -05:00
statistics Update copyrights for 2020 2020-01-01 12:21:45 -05:00
storage Update copyrights for 2020 2020-01-01 12:21:45 -05:00
tcop Make better use of ParseState in ProcessUtility 2020-01-04 13:12:41 +01:00
tsearch Update copyrights for 2020 2020-01-01 12:21:45 -05:00
utils Add support for automatically updating Unicode derived files 2020-01-09 10:08:14 +01:00
.gitignore Add .gitignore entries for AIX-specific intermediate build artifacts. 2015-07-08 20:44:22 -04:00
Makefile Update copyrights for 2020 2020-01-01 12:21:45 -05:00
common.mk Remove PARTIAL_LINKING build mode. 2018-03-30 17:33:04 -07:00
nls.mk Translation updates 2019-05-20 16:00:53 +02:00