log

age author description
Fri, 02 Apr 2021 16:23:13 +0200 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
Fri, 02 Apr 2021 16:19:20 +0200 Pedro Ferreira Make it simple
Fri, 02 Apr 2021 16:04:54 +0200 Pedro Ferreira Queries with wrong results
Fri, 02 Apr 2021 14:49:52 +0200 Pedro Ferreira When reordering joins, be carefull to not propagate single joins (fixes sqlancer14)
Fri, 02 Apr 2021 14:48:25 +0200 Sjoerd Mullender In aggregates, the group bat should be aligned with the candidates.
Fri, 02 Apr 2021 12:59:29 +0200 Sjoerd Mullender Merge with Oct2020 branch, not changing any files..
Fri, 02 Apr 2021 12:59:23 +0200 Sjoerd Mullender Post release build. Oct2020
Fri, 02 Apr 2021 12:59:18 +0200 Sjoerd Mullender Merge with Oct2020 branch.
Fri, 02 Apr 2021 12:57:16 +0200 Sjoerd Mullender Setting tags Oct2020_15 and Oct2020_SP4_release for the release build. Oct2020
Fri, 02 Apr 2021 12:57:15 +0200 Sjoerd Mullender Moved contents of ChangeLog.Oct2020 to MonetDB.spec, debian/changelog and ChangeLog-Archive. Oct2020 Oct2020_15 Oct2020_SP4_release
Fri, 02 Apr 2021 12:56:10 +0200 Sjoerd Mullender Updated library versions. Oct2020
Fri, 02 Apr 2021 12:55:42 +0200 Sjoerd Mullender Merge with Oct2020 branch, not changing any files.
Fri, 02 Apr 2021 12:55:36 +0200 Sjoerd Mullender Pre-release version number update. Oct2020
Fri, 02 Apr 2021 12:18:53 +0200 Sjoerd Mullender Merge with Oct2020 branch.
Fri, 02 Apr 2021 12:06:16 +0200 Sjoerd Mullender Don't leak ODBC extension type SQL_HUGEINT if not explicitly requested. Oct2020
Fri, 02 Apr 2021 11:55:26 +0200 Aris Koning Simplify signature mnstr_init.
Fri, 02 Apr 2021 09:09:16 +0200 Sjoerd Mullender Use a union so that we can use the correct types.
Fri, 02 Apr 2021 08:51:47 +0200 Sjoerd Mullender Approve change.
Fri, 02 Apr 2021 08:50:34 +0200 Sjoerd Mullender Merge with Oct2020 branch.
Fri, 02 Apr 2021 08:48:24 +0200 Aris Koning Also initialize winsocket in case of embedded.
Thu, 01 Apr 2021 17:09:32 +0200 Pedro Ferreira For commutative functions use a more relaxed expression match criteria
Thu, 01 Apr 2021 13:13:45 +0200 Pedro Ferreira I guess here the wrong variable was used. But the simple_plans test is still failing
Thu, 01 Apr 2021 12:48:14 +0200 Niels Nes removed unsafe flag from next_value functions Oct2020
Thu, 01 Apr 2021 12:39:35 +0200 martin kersten Refine the optimizers to not skip sql.tid duplicate elimination
Thu, 01 Apr 2021 12:07:52 +0200 Pedro Ferreira sql_neg function doesn't have null semantics
Thu, 01 Apr 2021 11:17:39 +0200 Sjoerd Mullender Don't check orderedness if we don't actually need the information.
Thu, 01 Apr 2021 11:14:21 +0200 Sjoerd Mullender Merge with Oct2020 branch.
Thu, 01 Apr 2021 10:24:37 +0200 Sjoerd Mullender Missing third implementation of MT_rwlock_rdtry and MT_rwlock_wrtry.
Thu, 01 Apr 2021 10:22:39 +0200 Pedro Ferreira Do less expression copying
Thu, 01 Apr 2021 10:05:09 +0200 Pedro Ferreira exp_push_down is no longer needed
Thu, 01 Apr 2021 09:35:54 +0200 Sjoerd Mullender Generate a list of random numbers before checking for duplicates.
Thu, 01 Apr 2021 09:11:20 +0200 Sjoerd Mullender Avoid global lock of BATsample by using private seed.
Thu, 01 Apr 2021 09:07:45 +0200 Sjoerd Mullender Don't wait for ever for a write lock, but test in a loop.
Wed, 31 Mar 2021 16:57:08 +0200 Sjoerd Mullender Use finer-grained locking in BATsample.
Wed, 31 Mar 2021 16:34:28 +0200 Sjoerd Mullender Clear fields in case of error. Oct2020
Wed, 31 Mar 2021 16:25:06 +0200 Sjoerd Mullender Split batIdxLock into old batIdxLock and r/w thashlock, the latter for hashes.
Wed, 31 Mar 2021 16:06:29 +0200 Pedro Ferreira Do less expression copying
Wed, 31 Mar 2021 15:04:30 +0200 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
Wed, 31 Mar 2021 14:35:46 +0200 martin kersten Avoid searching for common terms
Wed, 31 Mar 2021 13:39:42 +0200 Sjoerd Mullender Simplify oft-executed test.
Wed, 31 Mar 2021 13:37:00 +0200 Sjoerd Mullender If to-be-appended vheap larger than appended-to vheap, don't check for overlap.
Wed, 31 Mar 2021 13:29:35 +0200 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.
Wed, 31 Mar 2021 13:27:43 +0200 Pedro Ferreira Avoid COLcopy when needed, so add scalar case for analytical diff
Wed, 31 Mar 2021 12:54:06 +0200 Pedro Ferreira Merged with Oct2020
Wed, 31 Mar 2021 12:08:51 +0200 Sjoerd Mullender Fix test of how views are recognized.
Wed, 31 Mar 2021 12:05:53 +0200 Niels Nes use new BATguess_uniques
Wed, 31 Mar 2021 12:02:34 +0200 Sjoerd Mullender Add missing locks.
Wed, 31 Mar 2021 12:02:21 +0200 Sjoerd Mullender Added function BATguess_uniques.
Wed, 31 Mar 2021 10:15:32 +0200 Sjoerd Mullender Get logfile information from odbc.ini file as alternative to environment variable. Oct2020
Wed, 31 Mar 2021 09:39:02 +0200 Pedro Ferreira We don't support clob 'xx' syntax at the moment, also removed queries with different outputs on 32-bit platforms Oct2020
Wed, 31 Mar 2021 09:19:34 +0200 Sjoerd Mullender Don't redefine types. qcancel
Wed, 31 Mar 2021 09:08:37 +0200 Pedro Ferreira Copy paste typo
Tue, 30 Mar 2021 17:39:53 +0200 Sjoerd Mullender Upgrades.
Tue, 30 Mar 2021 16:19:10 +0200 Pedro Ferreira Add more missing keywords into sys.keywords table. This fixes bug #7093
Tue, 30 Mar 2021 15:23:09 +0200 Sjoerd Mullender Maintain hash in BATreplace, don't bother in BATdel.
Tue, 30 Mar 2021 14:24:51 +0200 Pedro Ferreira Removed unecessary variables on float-point functions. It looks like a cosmetic change, but it makes msvc happy on optimized builds
Tue, 30 Mar 2021 14:23:10 +0200 Sjoerd Mullender Only maintain GDK_NUNIQUE and GDK_HASH_BUCKETS properties when freeing hash.
Tue, 30 Mar 2021 14:14:50 +0200 Sjoerd Mullender Move assignment out of the loop.
Tue, 30 Mar 2021 14:16:00 +0200 Ying Zhang Merged with Oct2020
Tue, 30 Mar 2021 14:15:17 +0200 Ying Zhang We know this test fails Oct2020