We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 301af05 commit 754ec8eCopy full SHA for 754ec8e
CHANGELOG.md
@@ -4,6 +4,18 @@
4
5
* ...
6
7
+## 6.1.0 2025-02-24
8
+
9
+* Upgrade to libpg_query 17-6.1.0
10
+ - Update to Postgres 17.4, and add recent patches scheduled for Postgres 17.5 (not yet released)
11
+ - Notably, this pulls in support for macOS 15.4 which defines strchrnul
12
+ in its standard library, fixing builds on up-to-date macOS versions.
13
+ - Deparser improvements
14
+ - Add parenthesis around AT LOCAL / AT TIMEZONE if needed
15
+ - Correctness improvements related to expressions and function calls
16
+* Allow vendoring pg_query_go with built-in "go mod vendor" command [(#131)](https://github.com/pganalyze/pg_query_go/pull/131)
17
18
19
## 6.0.0 2024-11-26
20
21
* Upgrade to libpg_query 17-6.0.0
0 commit comments