Add from cherry-picks, reorder, address reviews

pull/7850/head
naisila 2025-01-18 02:05:49 +03:00
parent 987a14f1eb
commit e419e06653
1 changed files with 27 additions and 10 deletions

View File

@ -1,24 +1,41 @@
### citus v13.0.0 (January 17, 2025) ###
* Adds support for PostgreSQL 17.2 (#7699, #7661)
* Propagates MERGE ... WHEN NOT MATCHED BY SOURCE (#7807)
* Adds support for PostgreSQL 17 (#7699, #7661)
* Adds JSON_TABLE() support in distributed queries (#7816)
* Propagates MERGE ... WHEN NOT MATCHED BY SOURCE (#7807)
* Propagates MEMORY and SERIALIZE options of EXPLAIN (#7802)
* Allows specifying an access method for distributed partitioned tables (#7818)
* Adds support for exclusion constraints on distributed partitioned tables (#7733)
* Adds support for identity columns in distributed partitioned tables (#7785)
* Propagates SECURITY LABEL ON ROLE stmt (#7304)
* Adds support for identity columns in distributed partitioned tables (#7785)
* Allows specifying an access method for distributed partitioned tables (#7818)
* Allows exclusion constraints on distributed partitioned tables (#7733)
* Allows configuring sslnegotiation using citus.node_conn_info (#7821)
* Adds devcontainer support (#7739)
* Avoids wal receiver timeouts during large shard splits (#7229)
* Fixes a bug causing incorrect writing of data to target Merge repartition
command (#7659)
* Fixes a crash that happens because of unsafe catalog access when re-assigning
the global pid after application_name changes (#7791)
* Fixes a possible segfault on distributed queries with window partition (#7718)
* Fixes incorrect VALID UNTIL setting assumption made for roles when syncing
them to new nodes (#7534)
* Fixes segfault when calling distributed procedure with a parameterized
distribution argument (#7242)
* Fixes server crash when trying to execute activate_node_snapshot() on a
single-node cluster (#7552)
### citus v12.1.6 (Nov 14, 2024) ###