Skip to content

Commit 0d89957

Browse files
committed
docs: v1.12.1 release notes
1 parent 782dd62 commit 0d89957

File tree

4 files changed

+18
-2
lines changed

4 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ All notable changes to the "PostgreSQL Hacker Helper" extension will be document
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.12.1]
9+
10+
### Add
11+
12+
Improve performance by caching current context properties, i.e. if it is safe to call `palloc`, etc...
13+
14+
### Fix
15+
16+
Handle `ROWID` special varno when rendering Var expression.
17+
818
## [1.12.0]
919

1020
### Add

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,12 @@ Known issues:
288288

289289
## 1.12.0
290290

291+
Improve performance by caching current context properties, i.e. if it is safe to call `palloc`, etc...
292+
293+
Handle `ROWID` special varno when rendering Var expression.
294+
295+
## 1.12.0
296+
291297
Support for generic expressions for length expression in array special members.
292298

293299
Add more builtin array special members.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "postgresql-hacker-helper",
33
"displayName": "PostgreSQL Hacker Helper",
44
"description": "Extension to assist Postgres hackers - source code developers",
5-
"version": "1.12.0",
5+
"version": "1.12.1",
66
"engines": {
77
"vscode": "^1.30.0"
88
},

0 commit comments

Comments
 (0)