|
1 | 1 | [ |
| 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 | + }, |
2 | 23 | { |
3 | 24 | "version": "v2025-12-10", |
4 | 25 | "date": "2025-12-10", |
|
0 commit comments