minor grammar change
read-only-operator types and variables
RDB_table_to_array_limit(), add LIMIT clause to LOAD
Fix heading operator, add test
Fix doc.
Implemented heading()
Fix LOAD and FOR .. IN, generic relation types
dynamic tuple attribute access, increase version number
update README
Added tag rel-1-7 for changeset 0aafd216489e
update docs
DuroDBMS 1.7 released
update docs
update docs
fix windows build
fix comment
update version number
Rollback when inserting into/deleting from FDB indexes fails
fix floating point sort order in FDB indexes
fix integer sort order in FDB indexes
string sort order in FDB indexes uses locale
Remove filename argument from record layer fns, close indexes after creation when using SQL
Fixed bug when sorting using an index, set CFLAGS in profile
add MT options for FDB, rename functions
Readd locp arg
Fix FDB leak
fix test
Undo last commit
qHG: Enter commit message. Lines beginning with 'HG:' are removed.
mention FoundationDB in the tutorial
Code cleanup, don't clobber LIB
Add alternative javax.json jar to classpath
Changes for linux build
Moved libqp dependency to proper place
Remove libqp dependency
Very simple FDB recmap size estimation
Fix FDB non-unique indexes
Check for running tx before rollback after failed table rename without subtx
Fixed updating by index when the updated attribute is indexed
FDB delete by index cursor
FoundationDB index fixes
FoundationDB index support (in progress)
fix javadoc comment, make some members and classes final
Using ttk widgets in real table creation
update durotcl version, duroadmin: modernize UI, add 'open URL' to menu
Enable creating PostgreSQL indexes
transaction handling of update, apidocs, make test run with FoundationDB
supporting delete by unique index, handling of table renaming under FoundationDB, make test pass under FoundationDB
reduce dependencies from dli to rel
Improve check if catalog has been created
improve foundationdb index, error handling, unique index test
Update info on FoundationDB support
Using pthreads for FoundationDB under Linux
Add NaN support
FoundationDB, 64 bit, PostgreSQL fixes
Remove aborted tx when implicit tx are enabled, fix tuple deletion return values under Postgresql, skip tests with nested tx under FoundationDB, make tests run under FoundationDB
Mention RDB_err_retryable.
Add check for absent comparison function, improve error msg
Extend FoundationDB support
Fix string length handling in opconcat, op_upper, op_lower
Fix string concatenation bug
FDB fixes
Enable test with FoundationDB
Move file COPYING
Minor code improvements
Factor out RDB_new_index()
Remove C++ comments
Update CHANGES
Move COPYING to toplevel dir
Add support for restarting failed FDB operations, fix var initialization issues
Implement os.sleep(), regex error handling on Windows
FDB error handling
Add retryable flag
Add support for unique indexes
memory management, add fn for secondary keys to header, allow deleting index with tx
Add PostgreSQL to README
Remove unused var
Update version numbers
Allow linking indexes to recmaps with all storage engines
FDB sequences
Extend FoundationDB support
FDB updating, fixes, handling of aborted transactions
Replace RDB_byte by uint8_t
Add FoundationDB support
Replace RDB_free by free to conform with allocation
Increase version number
Replace lock_not_granted_error by concurrency_error
Copyright year
Version number, documentation
Move to BDB 18.1, use C++ regex if POSIX regex is not available, use native loading of DLLs on Windows
Remove superfluous include, update history
Fix deserialization of size_t
Fix secondary index bug
Fixes, GROUP documentation
Fix error handling