Skip to content

Commit 5b36c12

Browse files
committed
Update CHANGELOG
1 parent 892d500 commit 5b36c12

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,23 @@
44

55
* ...
66

7+
## 6.0.0 2024-11-26
8+
9+
* Upgrade to libpg_query 17-6.0.0
10+
- Updates to the Postgres 17 parser
11+
- Deparser improvements:
12+
- Add support for deparsing `JSON_TABLE`, `JSON_QUERY`, `JSON_EXISTS`, `JSON_VALUE`
13+
- Add support for deparsing `JSON`, `JSON_SCALAR`, `JSON_SERIALIZE`
14+
- Add support for deparsing `COPY ... FORCE_NULL(*)`
15+
- Add support for deparsing `ALTER COLUMN ... SET EXPRESSION AS`
16+
- Add support for deparsing `SET STATISTICS DEFAULT`
17+
- Add support for deparsing `SET ACCESS METHOD DEFAULT`
18+
- Add support for deparsing `... AT LOCAL`
19+
- Add support for deparsing `merge_action()`
20+
- Add support for deparsing `MERGE ... RETURNING`
21+
- Add support for deparsing `NOT MATCHED [ BY TARGET ]`
22+
* Improve treewalker performance by avoiding allocations [(#309)](https://github.com/pganalyze/pg_query_go/pull/309)
23+
724
## 5.1.0 2024-01-09
825

926
* Update to libpg_query 16-5.1.0

lib/pg_query/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module PgQuery
2-
VERSION = '5.1.0'.freeze
2+
VERSION = '6.0.0'.freeze
33
end

0 commit comments

Comments
 (0)