Skip to content

Releases: okbob/plpgsql_check

2.1.8

23 Jul 05:00
Compare
Choose a tag to compare
  • remove two false alarms

2.1.7

30 May 15:15
Compare
Choose a tag to compare
  • Fix stack item allocation in push_stmt_to_stmt_stack

2.1.6

16 May 05:29
Compare
Choose a tag to compare
  • minor enhancing related to PostgreSQL 15

2.1.5

05 May 19:10
Compare
Choose a tag to compare
  • fix false alarm when constant variable was initialized

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.