postgresql/src/backend
Peter Eisentraut e752727195 Make Unicode makefile parallel-safe
Fix the rules so that each rule is parallel safe, using the same
trickery that we use elsewhere in the tree for rules that produce more
than one output file.  Refactor the whole makefile so that there is
less repetition.

Discussion: https://www.postgresql.org/message-id/18e34084-aab1-1b4c-edd1-c4f9fb04f714%40enterprisedb.com
2021-10-04 20:26:48 +02:00
..
access Fix duplicate words in comments 2021-10-04 15:12:57 +02:00
bootstrap Fix bogus assertion in BootstrapModeMain(). 2021-08-09 08:28:53 -07:00
catalog Fix duplicate words in comments 2021-10-04 15:12:57 +02:00
commands Fix duplicate words in comments 2021-10-04 15:12:57 +02:00
executor Fix checking of query type in plpgsql's RETURN QUERY command. 2021-10-03 13:21:20 -04:00
foreign Update copyright for 2021 2021-01-02 13:06:25 -05:00
jit Track LLVM 14 API changes. 2021-09-27 10:53:20 +13:00
lib Fix typo in comment 2021-04-20 14:35:16 +02:00
libpq Message style improvements 2021-09-16 15:36:44 +02:00
main process startup: Split single user code out of PostgresMain(). 2021-09-17 19:56:47 -07:00
nodes Remove arbitrary 64K-or-so limit on rangetable size. 2021-09-15 14:11:21 -04:00
optimizer Fix typos and grammar in code comments 2021-09-27 14:21:28 +09:00
parser Error out if SKIP LOCKED and WITH TIES are both specified 2021-10-01 18:29:18 -03:00
partitioning Fix duplicate words in comments 2021-10-04 15:12:57 +02:00
po Translation updates 2021-06-21 12:33:50 +02:00
port Treat ETIMEDOUT as indicating a non-recoverable connection failure. 2021-09-30 14:16:08 -04:00
postmaster Refactor output file handling when forking syslogger under EXEC_BACKEND 2021-09-29 10:54:45 +09:00
regex Make pg_regexec() robust against out-of-range search_start. 2021-09-11 15:19:31 -04:00
replication Add parent table name in an error in reorderbuffer.c. 2021-09-22 07:42:52 +05:30
rewrite Fix rewriter to set hasModifyingCTE correctly on rewritten queries. 2021-09-08 12:05:47 -04:00
snowball Update snowball 2021-02-19 08:10:15 +01:00
statistics Clarify use of "statistics objects" in the code 2021-09-29 15:29:38 +09:00
storage Fix duplicate words in comments 2021-10-04 15:12:57 +02:00
tcop Fix Portal snapshot tracking to handle subtransactions properly. 2021-10-01 11:10:12 -04:00
tsearch Clean up some code using "(expr) ? true : false" 2021-09-08 09:44:04 +09:00
utils Make Unicode makefile parallel-safe 2021-10-04 20:26:48 +02:00
.gitignore
common.mk Remove PARTIAL_LINKING build mode. 2018-03-30 17:33:04 -07:00
Makefile Use sort_template.h for qsort_tuple() and qsort_ssup(). 2021-03-03 17:02:32 +13:00
nls.mk Translation updates 2021-05-10 14:36:21 +02:00