Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 915 Bytes

File metadata and controls

26 lines (22 loc) · 915 Bytes

STABLE

Drop support for PostgreSQL versions before 12

extension_drop depends on cat_tools, which already requires PostgreSQL 12+. A fresh install of extension_drop was already broken below that too (a cat_tools function it calls needs PG11+ internally) — this just makes the declared floor honest.

Remove redundant client_min_messages handling from install script

CREATE EXTENSION already raises client_min_messages to WARNING for the install script (only-raising, so a stricter caller is respected) and restores it afterward, so the script’s own save/restore was redundant — and being blind to the caller’s level, it could actually lower a stricter caller’s client_min_messages during install.

Mark release as stable

No functional issues turned up in the 9+ years since 0.1.1; promoting from testing to stable.

0.1.1

Fix extension dependencies.

0.1.0

Initial release.