Skip to content

Commit 1caaae6

Browse files
committed
Add 25-12-02 release notes
1 parent daaff0e commit 1caaae6

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

data/releasenotes.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,22 @@
11
[
2+
{
3+
"version": "v2025-12-02",
4+
"date": "2025-12-02",
5+
"breaksdb": false,
6+
"notes": [
7+
"<b>New Feature:</b> Support <tt>ALTER OWNER</tt> for views",
8+
"<b>Performance:</b> Improve JSONB object access performance by up to 20%",
9+
"<b>PostgreSQL Compatibility:</b> Respect default escape character <tt>\\</tt> for <tt>COPY FROM STDIN</tt> statements",
10+
"<b>PostgreSQL Compatibility:</b> Support casts from jsonb to numeric and boolean",
11+
"<b>PostgreSQL Compatibility:</b> Add support for <tt>WITH ORDINALITY</tt> for <tt>json(b)_array_elements</tt> functions.",
12+
"<b>Maintenance:</b> Ignore misformed values, such as invalid JSON documents, when evaluating samples for query planning.",
13+
"<b>Maintenance:</b> <tt>VACUUM</tt> now removes no longer visible compressed blocks",
14+
"<b>Maintenance:</b> Fix nullability in complex boolean expressions",
15+
"<b>Maintenance:</b> Fix a crash when defining named table constraints",
16+
"<b>Maintenance:</b> Fix a rare OOB read when scanning compressed data.",
17+
"<b>Maintenance:</b> Fix a crash when executing prepared statements with concurrent schema changes"
18+
]
19+
},
220
{
321
"version": "v2025-11-24",
422
"date": "2025-11-24",

0 commit comments

Comments
 (0)