Skip to content

Releases: cybertec-postgresql/pg_show_plans

v2.1.2

10 Jul 12:42
Compare
Choose a tag to compare
  • Better report messages.

v2.1.1

04 Jul 16:25
Compare
Choose a tag to compare
  • Fix server crash on config reload

v2.1.0

27 Jan 08:47
572fa77
Compare
Choose a tag to compare
  • Fix crashes due to incorrect memory access.
  • Add pg_show_plans_q view to show plans along with the query string.

v2.0.2

18 Oct 10:42
251fc5c
Compare
Choose a tag to compare
  • Change plan formats assigning to plan_format GUC.
  • Enable/Disable the extension assigning to is_enabled GUC.

v1.1.5

12 Sep 12:55
4fe9ee8
Compare
Choose a tag to compare

Fix incorrect plan display for nests starting from level 2.

1.1.4

17 Jul 16:09
34da0ca
Compare
Choose a tag to compare
  • Fix wrong license file name

1.1.3

30 Jun 14:00
d8a4195
Compare
Choose a tag to compare
  • Add regression tests

v1.1.2

19 Jun 07:16
v1.1.2
Compare
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
Compare
Choose a tag to compare
  • Fix segfault and remove unnecessary locking

v1.1.0: Refactor

21 Mar 14:13
v1.1.0
578995a
Compare
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.