citus/src/backend/distributed
Önder Kalacı a174eb4f7b
Do not go through standard_planner() for INSERTs (#3348)
That seems unnecessary. We already have the notion of FastPath queries,
simply add it there.
2020-01-03 12:15:22 +00:00
..
commands Implement partitioned intermediate results. 2019-12-24 03:53:39 -08:00
connection Add adaptive executor support for repartition joins (#3169) 2019-12-17 19:09:45 +03:00
deparser remove copyright years (#3286) 2019-12-11 21:14:08 +03:00
executor Implement partitioned intermediate results. 2019-12-24 03:53:39 -08:00
master Add the necessary changes for rebalance strategies on enterprise (#3325) 2019-12-19 15:23:08 +01:00
metadata Implement partitioned intermediate results. 2019-12-24 03:53:39 -08:00
planner Do not go through standard_planner() for INSERTs (#3348) 2020-01-03 12:15:22 +00:00
progress Automatically convert useless declarations using regex replace (#3181) 2019-11-21 13:47:29 +01:00
relay Automatically convert useless declarations using regex replace (#3181) 2019-11-21 13:47:29 +01:00
sql Implement partitioned intermediate results. 2019-12-24 03:53:39 -08:00
test Also fix reindent inconsistencies with fake_fdw.c 2019-12-20 08:27:47 +00:00
transaction Add adaptive executor support for repartition joins (#3169) 2019-12-17 19:09:45 +03:00
utils Fix handling of empty intermediate results when distributing custom aggregates 2019-12-23 17:27:52 +00:00
worker Implement partitioned intermediate results. 2019-12-24 03:53:39 -08:00
.gitignore Change SQL migration build process for easier reviews (#2951) 2019-09-13 18:44:27 +02:00
Makefile Makefile fix DESTDIR together with cleanup (#3342) 2019-12-27 10:34:57 +01:00
citus.control Bump repo version to 9.2devel 2019-11-29 07:33:39 +01:00
shared_library_init.c Add adaptive executor support for repartition joins (#3169) 2019-12-17 19:09:45 +03:00