-
Notifications
You must be signed in to change notification settings - Fork 784
Changelog entries for 12.1.0 #7194
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
aykut-bozkurt
merged 13 commits into
main
from
citus-12.1.0-changelog-2023-8-12-11-53-12
Sep 13, 2023
Merged
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
3879eec
Add changelog entry for 12.1.0
aykut-bozkurt 7143d9e
change log phase1
aykut-bozkurt 9940bdf
PG16 changelog items
naisila 05306e5
merge on clause entry
aykut-bozkurt 1096d6e
fix style
aykut-bozkurt 537a664
suggestions
onurctirtir f79fa9f
Update CHANGELOG.md
onurctirtir 0ee4b7a
Update CHANGELOG.md
onurctirtir 5642774
Update CHANGELOG.md
onurctirtir a8bceaf
Update CHANGELOG.md
onurctirtir 3f5a1e7
Update CHANGELOG.md
onurctirtir 59413d8
Merge branch 'main' into citus-12.1.0-changelog-2023-8-12-11-53-12
onurctirtir 3599f2d
truncate trigger line fix
naisila File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,55 @@ | ||
| ### citus v12.1.0 (September 12, 2023) ### | ||
|
|
||
| * Adds support for PostgreSQL 16.0 (#7173) | ||
|
|
||
| * Add `citus_schema_move()` function which moves tables within a | ||
| distributed schema to another node (#7180) | ||
|
|
||
| * Adds `citus_pause_node()` UDF that allows pausing the node with given id | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ops, the name of the UDF is citus_pause_node_within_txn, we should fix the changelog: https://github.com/citusdata/citus/pull/7089/files#diff-3b79898c97cb0fb3169790554076d0c3ced79f6c9e0dfc2b37103fd7f0aba8ffR1383 |
||
| (#7089) | ||
|
|
||
| * Makes sure to enforce shard level colocation with the GUC | ||
| `citus.enable_non_colocated_router_query_pushdown` (#7076) | ||
|
|
||
| * Allows creating reference / distributed-schema tables from local tables added | ||
| to metadata and that use identity columns (#7131) | ||
|
|
||
| * Propagates `BUFFER_USAGE_LIMIT` option in `VACUUM` and `ANALYZE` (#7114) | ||
|
|
||
| * Propagates `PROCESS_MAIN`, `SKIP_DATABASE_STATS`, `ONLY_DATABASE_STATS` | ||
| options in `VACUUM` (#7114) | ||
|
|
||
| * Propagates `GENERIC_PLAN` option in `EXPLAIN` (#7141) | ||
|
|
||
| * Propagates "rules" option in `CREATE COLLATION` (#7185) | ||
|
|
||
| * Propagates `GRANT`/ `REVOKE` for database privileges (#7109) | ||
|
|
||
| * Adds TRUNCATE trigger support on Citus foreign tables (#7170) | ||
|
|
||
| * Removes `pg_send_cancellation` (#7135) | ||
|
|
||
| * Prevents unnecessarily pulling the data into coordinator for some | ||
| `INSERT .. SELECT` queries that target a single-shard group (#7077) | ||
|
|
||
| * Makes sure that rebalancer throws an error if replication factor is greater | ||
| than the shard allowed node count. Also makes sure to avoid moving a shard | ||
| to a node that it already exists on. (#7074) | ||
|
|
||
| * Fixes a bug that may appear during 2PC recovery when there are multiple | ||
| databases (#7174) | ||
|
|
||
| * Fixes a bug that could cause `COPY` logic to skip data in case of | ||
| out-of-memory (#7152) | ||
|
|
||
| * Fixes a bug that causes an unexpected error when adding a column with | ||
| a `NULL` constraint (#7093) | ||
|
|
||
| * Fixes `PROCESS_TOAST` default value to `true` (#7122) | ||
|
|
||
| * Improves the error thrown when there is datatype mismatch in `MERGE ON` | ||
| (#7081) | ||
|
|
||
| ### citus v12.0.0 (July 11, 2023) ### | ||
|
|
||
| * Adds support for schema-based sharding. | ||
|
|
||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.