postgresql/src
Andres Freund 4717fdb14c Rely on executor utils to build targetlist for DML RETURNING.
This is useful because it gets rid of the sole direct user of
ExecAssignResultType(). A future commit will likely make use of that
and combine creating the targetlist with the initialization of the
result slot. But it seems like good code hygiene anyway.

Author: Andres Freund
Discussion: https://postgr.es/m/20170901064131.tazjxwus3k2w3ybh@alap3.anarazel.de
2017-12-29 12:26:29 -08:00
..
backend Rely on executor utils to build targetlist for DML RETURNING. 2017-12-29 12:26:29 -08:00
bin Allow leading zero on exponents in pgbench test results 2017-12-29 08:40:18 -05:00
common Change TRUE/FALSE to true/false 2017-11-08 11:37:28 -05:00
fe_utils Exclude flex-generated code from coverage testing 2017-10-16 16:28:11 -04:00
include Protect against hypothetical memory leaks in RelationGetPartitionKey 2017-12-27 18:06:14 -03:00
interfaces Add libpq connection parameter "scram_channel_binding" 2017-12-19 10:12:36 -05:00
makefiles
pl Rearrange execution of PARAM_EXTERN Params for plpgsql's benefit. 2017-12-21 12:57:45 -05:00
port Rewrite strnlen replacement implementation from 8a241792f9. 2017-10-10 14:50:30 -07:00
template Force "restrict" not to be used when compiling with xlc. 2017-10-13 12:15:06 -07:00
test Add polygon opclass for SP-GiST 2017-12-25 18:59:38 +03:00
timezone Clean up assorted messiness around AllocateDir() usage. 2017-12-04 17:02:56 -05:00
tools Add parallel-aware hash joins. 2017-12-21 00:43:41 -08:00
tutorial
.gitignore
DEVELOPERS
Makefile Build src/test/isolation during "make" and "make install". 2017-11-22 20:18:15 -08:00
Makefile.global.in Convert documentation to DocBook XML 2017-11-23 09:44:28 -05:00
Makefile.shlib
nls-global.mk