Skip to content

Commit 3103672

Browse files
bandleMoritzSlukasvogelChrisWint
committed
Add Dec 19 release notes
Apply suggestions from code review Co-authored-by: Moritz Sichert <moritz@cedardb.com> Co-authored-by: Lukas Vogel <lukas@cedardb.com> Co-authored-by: Christian Winter <chris@cedardb.com>
1 parent f9540d5 commit 3103672

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

data/releasenotes.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,25 @@
11
[
2+
{
3+
"version": "v2025-12-19",
4+
"date": "2025-12-19",
5+
"breaksdb": false,
6+
"notes": [
7+
"<b>New Feature:</b> Add <tt>VACUUM (CHECK_INTEGRITY)</tt> to verify database integrity.",
8+
"<b>Performance:</b> Table scans on partitioned tables are now up to 1000 times faster.",
9+
"<b>Performance:</b> Improve performance of complex queries on system tables.",
10+
"<b>PostgreSQL Compatibility:</b> Support <tt>ALTER SEQUENCE OWNER TO</tt>.",
11+
"<b>Maintenance:</b> Fix missing default values in <tt>ALTER TABLE ADD COLUMN</tt> with specified default values.",
12+
"<b>Maintenance:</b> Fix a race condition where we loaded data with <tt>COPY</tt> to tables without writing their index entries.",
13+
"<b>Maintenance:</b> Fix incorrect empty results for index scans in partitioned relations when the partition key is not bound.",
14+
"<b>Maintenance:</b> Fix an issue during database shutdown that could cause some recently modified pages not to be persisted. This often manifested as missing index entries after restart.",
15+
"<b>Maintenance:</b> Fix a table corruption when a crash occurs shortly after a truncate.",
16+
"<b>Maintenance:</b> Fix a rare race condition when maintenance tasks were still running during shutdown.",
17+
"<b>Maintenance:</b> Running <tt>DROP TABLE</tt> in bulk transactions no longer disrupts concurrent readers.",
18+
"<b>Maintenance:</b> Fix pgAdmin4 metadata query resulting in no printed results.",
19+
"<b>Maintenance:</b> Fix columnar comparison of array values.",
20+
"<b>Maintenance:</b> Fix type coercion of <tt>ARRAY[NULL]</tt>."
21+
]
22+
},
223
{
324
"version": "v2025-12-10",
425
"date": "2025-12-10",

0 commit comments

Comments
 (0)