File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ Version 1.4, not yet released
2+
3+ Bugfixes:
4+ - Match a literal underscore in the "pg\_%" LIKE pattern so that schemas
5+ whose names merely start with "pg" (such as "pgabc123") are no longer
6+ mistaken for system schemas and excluded from the views.
7+
8+ Enhancements:
9+ - Add a containerised regression test harness (in "test/") that builds the
10+ extension and runs "make installcheck" against PostgreSQL 12 through 19,
11+ pulling not-yet-released versions from the pgdg-snapshot repository.
12+ - Add PostgreSQL 19 to the continuous integration matrix.
13+ - Expand the documentation with worked examples for every "*_permissions"
14+ view, a walkthrough comparing the desired and actual state with
15+ "permission_diffs()" and the updatable views, and a section relating the
16+ extension to common compliance frameworks.
17+
118Version 1.3, released 2024-06-12
219
320Enhancements:
You can’t perform that action at this time.
0 commit comments