branch: elpa/pg commit d08800fc78a8f7bca4d61fa7a1bd66b3dea90567 Author: Eric Marsden <eric.mars...@risk-engineering.org> Commit: Eric Marsden <eric.mars...@risk-engineering.org>
Prepare for v0.56 release --- CHANGELOG.md | 5 +++-- pg.el | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37b44376c5..17b0fcddc5 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,13 @@ # Changelog -## [0.56] - Unreleased +## [0.56] - 2025-07-20 - Allow for two successive messages of type `ErrorMessage` (which is unusual, but used by the OctoDB variant). -- Detect and implement workarounds for the semi-compatible PostgreSQL variant Vertica. +- Detect and implement workarounds for the semi-compatible PostgreSQL variants Vertica, PolarDB, + and ArcadeDB, and the graph processing extension AgensGraph. ## [0.55] - 2025-06-29 diff --git a/pg.el b/pg.el index e7691191dc..ff8fa467b2 100644 --- a/pg.el +++ b/pg.el @@ -3,7 +3,7 @@ ;; Copyright: (C) 1999-2002, 2022-2025 Eric Marsden ;; Author: Eric Marsden <eric.mars...@risk-engineering.org> -;; Version: 0.55 +;; Version: 0.56 ;; Keywords: data comm database postgresql ;; URL: https://github.com/emarsden/pg-el ;; Package-Requires: ((emacs "28.1") (peg "1.0.1"))