| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| beta12 source code.tar.gz | 2025-07-15 | 5.8 MB | |
| beta12 source code.zip | 2025-07-15 | 6.0 MB | |
| README.md | 2025-07-15 | 775 Bytes | |
| Totals: 3 Items | 11.8 MB | 0 | |
What's Changed
- Not generating undo records for insertions into tables created by the same transaction (performance)
- Fastpath intra-page navigation in B-tree (performance)
- OrioleDB database cluster rewind (experimental feature)
- Support of tablespaces
- Support of more than 32 columns for Oriole table
- Fallback to simple reindex instead of concurrent (sql syntax compatibility)
- Re-enable parallel index build in recovery and use DSM for it
- Fix matview with SELECT from table as source
- Fix for cached comparators
- Fix concurrent table truncates
- Fix visibility of the same transaction changes for cursors
- Upgrade patchsets to be based on PG17.5 and PG16.9
Full Changelog: https://github.com/orioledb/orioledb/compare/beta11...beta12