| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| beta15 source code.tar.gz | 2026-04-16 | 5.9 MB | |
| beta15 source code.zip | 2026-04-16 | 6.2 MB | |
| README.md | 2026-04-16 | 2.3 kB | |
| Totals: 3 Items | 12.1 MB | 0 | |
What's Changed
- Untie internal processing of binary different key values from their comparators, which could consider them equal.
- Removed separate tablespace cache. Use OIndex to store tablespace info.
- Added user function to get undo log sizes
- Improve parallel scan to avoid deadlocks among workers
- Multiple fixes for bridge indices
- Multiple fixes for undo logging
- Multiple fixes for system trees processing/eviction
- Fix the default behaviour of writeback
- Force out-of-line storage for oversized STORAGE MAIN attributes
- Stop-by-LSN crash recovery mode for OrioleDB modifications
- Fix for overflow of hikeyLocation for rightmost page
- Fix for logical replication of partitioned tables with different attribute order in the main table and partition
- Fix for long non-toasted tuples in recovery
- Fixes related to OrioleDB transactions
- Fixes for ALTER TABLE edge cases
- Fixes for OrioleDB table descriptor serialisation
- Fix for replication with all-column primary key
- Fix memory leak in BTree scans and make better BTree scan cleanup
- Don't apply rewind xid items that are going to be immediately reverted
- Improvements for Docker builds
- Make pg_database_size() function also count OrioleDB tables
- Preserve table compression settings after TRUNCATE
- Allow pre-initialised catalog cache in single-user mode
- Fix cross-database syscache comparator lookups during eviction path
- Fix for recalculation of generated columns
- Refactor OrioleDB WAL container parsing in recovery and logical decoding
- Check for interrupts in the SeqScan code path
- Disable unsupported tid range scan
- Performance improvement for recovery/apply workers sync.
- Disk page read/write improvements & fix bug in reading disk pages checkpoint number
- Added an argument for optional restart to rewind functions
- Increase max_procs to include the slotsync worker process
- Fixes for ResourceOwner & resources cleanup
- Fix ProcSignalBarrier hangs in bgwriter
- Multiple improvements in CI
- Upgrade to using 17.7/16.11-based PG patchsets
Extension SQL version is bumped to 1.7 This release is not compatible with previous versions of OrioleDB clusters.
Full Changelog: https://github.com/orioledb/orioledb/compare/beta14...beta15