@@ -15,6 +15,8 @@ Revision history for pgTAP
1515 `dynamic_library_path`.
1616* Tested on PostgreSQL 9.1–18 and fixed a test failure on PostgreSQL 18.
1717* Improved Markdown formatting in `README.md`.
18+ * Fixed upgrades from 1.1.0 to 1.2.0, from 1.3.0 to 1.3.1, and from 1.3.1 to
19+ 1.3.2 and restored upgrade testing to the test workflow.
1820
19211.3.3 2024-04-08T13:44:11Z
2022--------------------------
@@ -148,6 +150,18 @@ Revision history for pgTAP
148150 serially (#279).
149151* Fixed an issue where tests might not run in parallel even when the server
150152 supported it (#279).
153+ * Fixed failing tests on Postgres 8.1.
154+ * Added function type testing functions to complement `is_aggregate()` and
155+ `isnt_aggregate()`:
156+ + `is_normal_function()`
157+ + `isnt_normal_function()`
158+ + `is_window()`
159+ + `isnt_window()`
160+ + `is_procedure()`
161+ + `isnt_procedure()`
162+ * Made the diagnostic output of `is_aggregate()` and `isnt_aggregate()`
163+ consistent. Previously, when the function did not exist, some instances would
164+ generate diagnostic output and some would not.
151165
1521661.1.0 2019-11-25T19:05:38Z
153167--------------------------
@@ -258,18 +272,6 @@ Revision history for pgTAP
258272 + `partitions_are()`
259273* Added the materialized view-testing assertion functions to the v0.95.0 upgrade
260274 script; they were inadvertently omitted in the v0.95.0 release.
261- * Fixed failing tests on Postgres 8.1.
262- * Added function type testing functions to complement `is_aggregate()` and
263- `isnt_aggregate()`:
264- + `is_normal_function()`
265- + `isnt_normal_function()`
266- + `is_window()`
267- + `isnt_window()`
268- + `is_procedure()`
269- + `isnt_procedure()`
270- * Made the diagnostic output of `is_aggregate()` and `isnt_aggregate()`
271- consistent. Previously, when the function did not exist, some instances would
272- generate diagnostic output and some would not.
273275
2742760.97.0 2016-11-28T22:18:29Z
275277---------------------------
0 commit comments