Skip to content

Releases: okbob/plpgsql_check

2.1.4

01 May 17:24
Compare
Choose a tag to compare
  • disallow modification of CONSTANT variables for non assignment statement
  • disallow COMMIT or ROLLBACK in protected block
  • allow GET STACKED DIAGNOSTICS only in protected block

2.1.3

05 Apr 19:05
Compare
Choose a tag to compare
  • possibility to show dependency on operators
  • support for PostgreSQL 15

2.1.2

28 Jan 08:36
Compare
Choose a tag to compare
  • fix segfault issue #101

2.1.1

31 Dec 09:39
Compare
Choose a tag to compare
  • fix issues introduced in 2.1.0
  • fix branch coverage calculation for block statement

2.0.6

16 Nov 04:48
Compare
Choose a tag to compare
  • fix crash of check when null is assigned to rec variable on Postgres 14

2.0.5

15 Oct 09:08
Compare
Choose a tag to compare

minor enhancing - try to work with fmt string in function format used in EXECUTE command.

2.0.4

11 Oct 10:20
Compare
Choose a tag to compare
  • fix build on msvc

2.0.3

30 Sep 03:46
Compare
Choose a tag to compare

fix metada for pgxn repository

2.0.2

29 Sep 09:11
Compare
Choose a tag to compare

shorter syntax for PRAGMA

2.0.1

28 Sep 17:51
Compare
Choose a tag to compare

reimplementation of pragma TABLE