log

age author description
2021-04-02 Pedro Ferreira I already merged some features of this branch into default. It won't be needed for now, so I'm closing it clean-projects
2021-04-02 Pedro Ferreira Make it simple
2021-04-02 Pedro Ferreira Queries with wrong results
2021-04-02 Pedro Ferreira When reordering joins, be carefull to not propagate single joins (fixes sqlancer14)
2021-04-02 Sjoerd Mullender In aggregates, the group bat should be aligned with the candidates.
2021-04-02 Sjoerd Mullender Merge with Oct2020 branch, not changing any files..
2021-04-02 Sjoerd Mullender Post release build. Oct2020
2021-04-02 Sjoerd Mullender Merge with Oct2020 branch.
2021-04-02 Sjoerd Mullender Setting tags Oct2020_15 and Oct2020_SP4_release for the release build. Oct2020
2021-04-02 Sjoerd Mullender Moved contents of ChangeLog.Oct2020 to MonetDB.spec, debian/changelog and ChangeLog-Archive. Oct2020 Oct2020_15 Oct2020_SP4_release
2021-04-02 Sjoerd Mullender Updated library versions. Oct2020
2021-04-02 Sjoerd Mullender Merge with Oct2020 branch, not changing any files.
2021-04-02 Sjoerd Mullender Pre-release version number update. Oct2020
2021-04-02 Sjoerd Mullender Merge with Oct2020 branch.
2021-04-02 Sjoerd Mullender Don't leak ODBC extension type SQL_HUGEINT if not explicitly requested. Oct2020
2021-04-02 Aris Koning Simplify signature mnstr_init.
2021-04-02 Sjoerd Mullender Use a union so that we can use the correct types.
2021-04-02 Sjoerd Mullender Approve change.
2021-04-02 Sjoerd Mullender Merge with Oct2020 branch.
2021-04-02 Aris Koning Also initialize winsocket in case of embedded.
2021-04-01 Pedro Ferreira For commutative functions use a more relaxed expression match criteria
2021-04-01 Pedro Ferreira I guess here the wrong variable was used. But the simple_plans test is still failing
2021-04-01 Niels Nes removed unsafe flag from next_value functions Oct2020
2021-04-01 martin kersten Refine the optimizers to not skip sql.tid duplicate elimination
2021-04-01 Pedro Ferreira sql_neg function doesn't have null semantics
2021-04-01 Sjoerd Mullender Don't check orderedness if we don't actually need the information.
2021-04-01 Sjoerd Mullender Merge with Oct2020 branch.
2021-04-01 Sjoerd Mullender Missing third implementation of MT_rwlock_rdtry and MT_rwlock_wrtry.
2021-04-01 Pedro Ferreira Do less expression copying
2021-04-01 Pedro Ferreira exp_push_down is no longer needed
2021-04-01 Sjoerd Mullender Generate a list of random numbers before checking for duplicates.
2021-04-01 Sjoerd Mullender Avoid global lock of BATsample by using private seed.
2021-04-01 Sjoerd Mullender Don't wait for ever for a write lock, but test in a loop.
2021-03-31 Sjoerd Mullender Use finer-grained locking in BATsample.
2021-03-31 Sjoerd Mullender Clear fields in case of error. Oct2020
2021-03-31 Sjoerd Mullender Split batIdxLock into old batIdxLock and r/w thashlock, the latter for hashes.
2021-03-31 Pedro Ferreira Do less expression copying
2021-03-31 Pedro Ferreira There are no aliases on expressions inside joins, so there's no reason to copy expressions while trying to push down select expressions
2021-03-31 martin kersten Avoid searching for common terms
2021-03-31 Sjoerd Mullender Simplify oft-executed test.
2021-03-31 Sjoerd Mullender If to-be-appended vheap larger than appended-to vheap, don't check for overlap.
2021-03-31 Sjoerd Mullender Create a hash on the parent bat (and use it) if it is the same size as the view and it is persistent.
2021-03-31 Pedro Ferreira Avoid COLcopy when needed, so add scalar case for analytical diff
2021-03-31 Pedro Ferreira Merged with Oct2020
2021-03-31 Sjoerd Mullender Fix test of how views are recognized.
2021-03-31 Niels Nes use new BATguess_uniques
2021-03-31 Sjoerd Mullender Add missing locks.
2021-03-31 Sjoerd Mullender Added function BATguess_uniques.
2021-03-31 Sjoerd Mullender Get logfile information from odbc.ini file as alternative to environment variable. Oct2020
2021-03-31 Pedro Ferreira We don't support clob 'xx' syntax at the moment, also removed queries with different outputs on 32-bit platforms Oct2020
2021-03-31 Sjoerd Mullender Don't redefine types. qcancel
2021-03-31 Pedro Ferreira Copy paste typo
2021-03-30 Sjoerd Mullender Upgrades.
2021-03-30 Pedro Ferreira Add more missing keywords into sys.keywords table. This fixes bug #7093
2021-03-30 Sjoerd Mullender Maintain hash in BATreplace, don't bother in BATdel.
2021-03-30 Pedro Ferreira Removed unecessary variables on float-point functions. It looks like a cosmetic change, but it makes msvc happy on optimized builds
2021-03-30 Sjoerd Mullender Only maintain GDK_NUNIQUE and GDK_HASH_BUCKETS properties when freeing hash.
2021-03-30 Sjoerd Mullender Move assignment out of the loop.
2021-03-30 Ying Zhang Merged with Oct2020
2021-03-30 Ying Zhang We know this test fails Oct2020