Skip to content

Releases: cybertec-postgresql/pg_show_plans

1.1.3

30 Jun 14:00
d8a4195

Choose a tag to compare

  • Add regression tests

v1.1.2

19 Jun 07:16
v1.1.2

Choose a tag to compare

  • Avoid crashing if the extension has not been loaded properly; warn instead.

v1.1.1

21 Mar 14:14
v1.1.1
1a90b9a

Choose a tag to compare

  • Fix segfault and remove unnecessary locking

v1.1.0: Refactor

21 Mar 14:13
v1.1.0
578995a

Choose a tag to compare

  • All obsolete bits of code removed.
  • PostgreSQL >=12 is supported.
  • PostgreSQL <=11 supported has been dropped.
  • The codebase is now about half the size.
  • Full interface compatibility preserved.
  • Fix #24; no spinlock performance decline.
  • Added new plan formats: yaml, and xml.

v1.0.1: PostgreSQL 15 support and bug fixes

03 Mar 17:36
v1.0.1
cf46f01

Choose a tag to compare

  • PostgreSQL 15 support
  • Dropped PostgreSQL <=10 support
  • Fixed a bunch of bugs, see history