citus/src/backend/distributed
Andres Freund ac14b2edbc
Support PostgreSQL 9.6
Adds support for PostgreSQL 9.6 by copying in the requisite ruleutils
file and refactoring the out/readfuncs code to flexibly support the
old-style copy/pasted out/readfuncs (prior to 9.6) or use extensible
node APIs (in 9.6 and higher).

Most version-specific code within this change is only needed to set new
fields in the AggRef nodes we build for aggregations. Version-specific
test output files were added in certain cases, though in most they were
not necessary. Each such file begins by e.g. printing the major version
in order to clarify its purpose.

The comment atop citus_nodes.h details how to add support for new nodes
for when that becomes necessary.
2016-10-18 16:23:55 -06:00
..
commands Add worker transaction and transaction recovery infrastructure 2016-10-18 14:18:14 +03:00
executor Support PostgreSQL 9.6 2016-10-18 16:23:55 -06:00
master Add master_run_on_worker UDF 2016-10-18 17:59:54 +03:00
metadata Add hasmetadata column to pg_dist_node 2016-10-17 11:52:18 +03:00
planner Support PostgreSQL 9.6 2016-10-18 16:23:55 -06:00
relay Avoid use of pnstrdup 2016-10-04 00:31:53 +02:00
test Support PostgreSQL 9.6 2016-10-18 16:23:55 -06:00
transaction Add worker transaction and transaction recovery infrastructure 2016-10-18 14:18:14 +03:00
utils Support PostgreSQL 9.6 2016-10-18 16:23:55 -06:00
worker Support PostgreSQL 9.6 2016-10-18 16:23:55 -06:00
.gitignore Change logicalrelid type in pg_dist_partition and pg_dist_shard to regclass 2016-10-03 20:27:16 +02:00
Makefile Add worker transaction and transaction recovery infrastructure 2016-10-18 14:18:14 +03:00
citus--5.0--5.0-1.sql Grant SELECT for pg_catalog.pg_dist* to PUBLIC. 2016-04-27 10:28:25 -07:00
citus--5.0-1--5.0-2.sql Add COPY support on worker nodes for append partitioned relations 2016-05-03 16:00:00 +03:00
citus--5.0-2--5.1-1.sql Stamp 5.1 release. 2016-05-04 18:05:41 -07:00
citus--5.1-1--5.1-2.sql ADD master_modify_multiple_shards UDF 2016-05-26 17:30:35 +03:00
citus--5.1-2--5.1-3.sql Drop function from public and create in pg_catalog 2016-06-16 14:08:40 -07:00
citus--5.1-3--5.1-4.sql Change worker_apply_shard_ddl_command to accept schema name as parameter 2016-07-21 14:17:26 +03:00
citus--5.1-4--5.1-5.sql Fix worker_fetch_regular_table with schema 2016-07-22 00:44:02 -06:00
citus--5.1-5--5.1-6.sql Add old version(without schema name parameter) of api functions back 2016-07-28 20:40:38 +03:00
citus--5.1-6--5.1-7.sql Remove schema name parameter from API functions 2016-07-28 20:41:05 +03:00
citus--5.1-7--5.1-8.sql Support SERIAL/BIGSERIAL non-partition columns 2016-07-28 23:55:40 -06:00
citus--5.1-8--5.2-1.sql Bump version numbers for 5.2 release 2016-08-01 13:48:24 -07:00
citus--5.2-1--5.2-2.sql Add UDF master_expire_table_cache 2016-09-28 12:08:37 +03:00
citus--5.2-2--5.2-3.sql Add UDF master_expire_table_cache 2016-09-28 12:08:37 +03:00
citus--5.2-3--5.2-4.sql Internal co-location API 2016-09-29 11:56:53 +03:00
citus--5.2-4--6.0-1.sql Change logicalrelid type in pg_dist_partition and pg_dist_shard to regclass 2016-10-03 20:27:16 +02:00
citus--6.0-1--6.0-2.sql Provides safe, idempotent shard-extended names to any object name 2016-10-03 17:02:34 -04:00
citus--6.0-2--6.0-3.sql Add replication model column to pg_dist_partition 2016-10-05 01:14:28 +02:00
citus--6.0-3--6.0-4.sql Switch from pg_worker_list.conf file to pg_dist_node metadata table. 2016-10-05 13:01:35 +03:00
citus--6.0-4--6.0-5.sql Add worker transaction and transaction recovery infrastructure 2016-10-18 14:18:14 +03:00
citus--6.0-5--6.0-6.sql Drop shardalias 2016-10-14 11:03:26 +03:00
citus--6.0-6--6.0-7.sql Add pg_dist_local_group Metadata Table 2016-10-14 11:41:14 +03:00
citus--6.0-7--6.0-8.sql Drop shardalias 2016-10-14 11:03:26 +03:00
citus--6.0-8--6.0-9.sql Add worker transaction and transaction recovery infrastructure 2016-10-18 14:18:14 +03:00
citus--6.0-9--6.0-10.sql Add worker transaction and transaction recovery infrastructure 2016-10-18 14:18:14 +03:00
citus.control Add worker transaction and transaction recovery infrastructure 2016-10-18 14:18:14 +03:00
citus.sql Change logicalrelid type in pg_dist_partition and pg_dist_shard to regclass 2016-10-03 20:27:16 +02:00
shared_library_init.c Support PostgreSQL 9.6 2016-10-18 16:23:55 -06:00