Skip to content

Commit 9e774c6

Browse files
committed
Release 2.1.3
1 parent 2fd5f59 commit 9e774c6

File tree

5 files changed

+734
-1
lines changed

5 files changed

+734
-1
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2.1.3
2+
Bugfix:
3+
- Fix crash when a special var points to another special var (Julien
4+
Rouhaud, thanks to Kenny Chen for the report and bugfix testing)
15
2.1.2
26
Miscellaneous:
37
- Add support for PostgreSQL 18 (Georgy Shelkovy)

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
pg-qualstats (2.1.3-1) unstable; urgency=medium
2+
3+
* New upstream version.
4+
5+
-- Julien Rouhaud <[email protected]> Wed, 15 Oct 2025 13:56:54 +0800
6+
17
pg-qualstats (2.1.0-1) unstable; urgency=medium
28

39
* New upstream version.

pg_qualstats--2.1.2--2.1.3.sql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
-- complain if script is sourced in psql, rather than via CREATE EXTENSION
2+
\echo Use "ALTER EXTENSION pg_qualstats UPDATE" to load this file. \quit

0 commit comments

Comments
 (0)