postgresql/src
Tom Lane 591d404b9c Add readfuncs.c support for AppendRelInfo.
This is made necessary by the fact that commit 6ef77cf46 added
AppendRelInfos to plan trees.  I'd concluded that this extra code was
not necessary because we don't transmit that data to parallel workers
... but I forgot about -DWRITE_READ_PARSE_PLAN_TREES.  Per buildfarm.
2019-12-11 19:08:16 -05:00
..
backend Add readfuncs.c support for AppendRelInfo. 2019-12-11 19:08:16 -05:00
bin Emit parameter values during query bind/execute errors 2019-12-11 18:03:35 -03:00
common Fix output of Unicode normalization test 2019-12-11 08:42:17 +01:00
fe_utils Refactor query cancellation code into src/fe_utils/ 2019-12-02 11:18:56 +09:00
include Allow executor startup pruning to prune all child nodes. 2019-12-11 17:05:30 -05:00
interfaces Remove PQsslpassword function 2019-12-07 09:20:53 -05:00
makefiles Select CFLAGS_SL at configure time, not in platform-specific Makefiles. 2019-10-21 12:32:35 -04:00
pl Add backend-only appendStringInfoStringQuoted 2019-12-10 17:12:56 -03:00
port Remove useless "return;" lines 2019-11-28 16:48:37 -03:00
template Select CFLAGS_SL at configure time, not in platform-specific Makefiles. 2019-10-21 12:32:35 -04:00
test Remove unstable test case added in commit 5935917ce. 2019-12-11 18:53:53 -05:00
timezone Split all OBJS style lines in makefiles into one-line-per-entry style. 2019-11-05 14:41:07 -08:00
tools Cosmetic cleaning of pg_config.h.win32 2019-12-10 21:24:25 +01:00
tutorial Add .gitignore to src/tutorial/ 2019-11-22 21:14:54 +09:00
.gitignore Convert cvsignore to gitignore, and add .gitignore for build targets. 2010-09-22 12:57:04 +02:00
DEVELOPERS Replace a couple of references to files that no longer exist in the source 2009-05-04 08:08:47 +00:00
Makefile Fix partial-build problems introduced by having more generated headers. 2018-04-09 16:42:10 -04:00
Makefile.global.in Select CFLAGS_SL at configure time, not in platform-specific Makefiles. 2019-10-21 12:32:35 -04: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