log

age author description
2022-10-10 Sjoerd Mullender Truncate heap files that are too large during startup. Jan2022
2022-10-10 Sjoerd Mullender Remove unused argument. Sep2022
2022-10-10 Lucas Pereira Create extract_types branch. extract_types
2022-10-10 Sjoerd Mullender Merge with Sep2022 branch.
2022-10-10 Sjoerd Mullender Merge with Jan2022 branch. Sep2022
2022-10-10 Sjoerd Mullender Changelog blurb. Jan2022
2022-10-10 Sjoerd Mullender Truncate too large heaps based on actual file size, not calculated size. Jan2022
2022-10-10 Sjoerd Mullender Merge with Jan2022 branch. Sep2022
2022-10-07 Sjoerd Mullender Some coverity inspired fixes. Sep2022
2022-10-07 Sjoerd Mullender Add some needed parentheses. Sep2022
2022-10-10 Sjoerd Mullender Don't call mempcy with 0 size. Jan2022
2022-10-10 Sjoerd Mullender We no longer convert offset heaps to var_t on first mmap, so no need to increase size. Jan2022
2022-10-08 nuno-faria Add unoptimized anti-join test unoptimized-antijoin
2022-10-07 Sjoerd Mullender Clean up TESTING option in cmake files. Sep2022
2022-10-06 Martin van Dinther Approve test results. It is allowed that when creating a user it implicitly also creates a new schema if no SCHEMA ... is provided. Sep2022
2022-10-05 Niels Nes don't reorder select expressions which use an hash-idx (unique constraint) Sep2022
2022-10-05 Sjoerd Mullender Merge with Jan2022 branch. Sep2022
2022-10-04 Bernardo Mota Added RTREEdestroy to free the rtree structure in memory and delete the associated file in the bat dir. Changed RTree create/persist condition. geo-update-dev
2022-10-04 Sjoerd Mullender Jan2022-SP5 was released. Jan2022
2022-09-22 Sjoerd Mullender Continue after any exception (except interrupt) but print info. Jan2022
2022-10-04 Bernardo Mota Write and read the bsrt rtree files from the BAT farm directory, with the appropriate BAT id in the file. geo-update-dev
2022-10-04 Aris Koning Merge with default. multi-cachelock
2022-10-04 Bernardo Mota Added BATcheckrtree to load rtree from disk using the librtree brst read. geo-update-dev
2022-10-04 Aris Koning Merge with Sep2022.
2022-10-04 Aris Koning Fix profiler output. Sep2022
2022-10-03 Bernardo Mota persistRtree added, using the rtree lib write function. RTree is stored in file, but not loaded. geo-update-dev
2022-09-29 Bernardo Mota Small cleanups on geomBulk.c geo-update-dev
2022-10-03 Aris Koning fix potential deadlock between BBPinsert and decref multi-cachelock
2022-10-03 Lucas Pereira Use string nil escaped properly and not null. Sep2022
2022-10-03 Sjoerd Mullender Merge with Sep2022 branch.
2022-10-03 Sjoerd Mullender Approve some tests.
2022-10-03 Sjoerd Mullender You cannot write to a _BufferedPipe instance. Sep2022
2022-10-03 Sjoerd Mullender Merge with Jan2022 branch, not changing any files.. Sep2022
2022-10-03 Sjoerd Mullender Post release build. Jan2022
2022-10-03 Sjoerd Mullender Merge with Jan2022 branch. Sep2022
2022-10-03 Sjoerd Mullender Setting tag Jan2022_23 for the release build. Jan2022
2022-10-03 Sjoerd Mullender Moved contents of ChangeLog.Jan2022 to MonetDB.spec, debian/changelog and ChangeLog-Archive. Jan2022 Jan2022_23 Jan2022_SP5_release
2022-10-03 Sjoerd Mullender Updated library versions. Jan2022
2022-10-03 Sjoerd Mullender Merge with Jan2022 branch, not changing any files. Sep2022
2022-10-03 Sjoerd Mullender Pre-release version number update. Jan2022
2022-10-03 Sjoerd Mullender Approve some tests.
2022-10-03 Sjoerd Mullender Merge ChangeLog.copyintobinary into ChangeLog.
2022-10-03 Joeri van Ruth Merge 'copyintobinary' into 'default'
2022-09-30 Joeri van Ruth Merge 'default' into 'copyintobinary' copyintobinary
2022-09-30 Joeri van Ruth Maddlog works just fine in a git worktree
2022-09-30 Joeri van Ruth Add some ChangeLog entries copyintobinary
2022-09-30 Joeri van Ruth Do not strip carriage returns in strings in COPY BINARY INTO copyintobinary
2022-09-30 Joeri van Ruth Rename sql_bincopyfrom.c to sql_bincopy copyintobinary
2022-09-30 Joeri van Ruth Comments and variable names copyintobinary
2022-09-29 Martin van Dinther Make use of the new capability (...) to partially match an error msg text (thanks Sjoerd), else it was not possible to get it to be accepted. Sep2022
2022-09-29 Martin van Dinther Last drop user should report an error. corrected it. Sep2022
2022-09-29 Martin van Dinther It appears that to drop a user which is created without specifying the default schema, requires a lot of statements (alter user, drop schema, drop user) to get it working. This should be improved. Sep2022
2022-09-29 Martin van Dinther Updated test after the CREATE USER options [MAX_MEMORY bytes] [MAX_WORKERS count] [OPTIMIZER optimizer] have been corrected in the code. Sep2022
2022-09-29 Sjoerd Mullender Allow ellipsis (...) in expected error message in .test files to indicate prefix match. Sep2022
2022-09-29 Martin van Dinther Add test for new CREATE USER parameter options syntax: [SCHEMA schema_name] [SCHEMA PATH string] [MAX_MEMORY bytes] [MAX_WORKERS count] [OPTIMIZER optimizer] [DEFAULT ROLE ident] Sep2022
2022-09-29 Joeri van Ruth Mercurial didn't like my binary files copyintobinary
2022-09-29 Joeri van Ruth Fix ODBCmetadata test copyintobinary
2022-09-29 Joeri van Ruth Rename stmt_magic to stmt_blackbox_result copyintobinary
2022-09-29 Joeri van Ruth Merge 'default' into 'copyintobinary' copyintobinary
2022-09-29 Joeri van Ruth Validate VARCHAR width in COPY BINARY INTO copyintobinary