- Jul 09, 2021
- Jan 28, 2021
-
-
Andreas Seltenreich authored
-
- May 04, 2018
-
-
Andreas Seltenreich authored
-
Christoph Berg authored
Newer distributions work without it, just add it unconditionally.
-
Andreas Seltenreich authored
This appears to provoke stack overflows when testing MonetDB.
-
- May 03, 2018
-
-
Andreas Seltenreich authored
-
Andreas Seltenreich authored
Cleaning it is a bad idea when building from a release tarball.
-
Andreas Seltenreich authored
-
Andreas Seltenreich authored
-
Andreas Seltenreich authored
-
Andreas Seltenreich authored
-
- Apr 26, 2018
-
-
Andreas Seltenreich authored
Reported-by: @alexanderlaw Closes #19
-
- Apr 07, 2018
-
-
Andreas Seltenreich authored
filter.sql was replaced by known.txt and known_re.txt.
-
Andreas Seltenreich authored
-
- Mar 29, 2018
-
-
Andreas Seltenreich authored
-
Maxence Ahlouche authored
-
- Feb 04, 2018
-
-
Andreas Seltenreich authored
-
Andreas Seltenreich authored
-
Andreas Seltenreich authored
-
Andreas Seltenreich authored
-
- Feb 03, 2018
-
-
Andreas Seltenreich authored
-
Andreas Seltenreich authored
-
Andreas Seltenreich authored
-
Andreas Seltenreich authored
-
- Oct 28, 2017
-
-
Andreas Seltenreich authored
-
Andreas Seltenreich authored
-
Andreas Seltenreich authored
Blind attempt at increasing generation speed.
-
Andreas Seltenreich authored
-
Andreas Seltenreich authored
-
Andreas Seltenreich authored
-
Andreas Seltenreich authored
-
Andreas Seltenreich authored
-
Andreas Seltenreich authored
-
- Oct 21, 2017
-
-
Andreas Seltenreich authored
Per input from @mlkersten.
-
Andreas Seltenreich authored
-
Andreas Seltenreich authored
-
Andreas Seltenreich authored
-
Andreas Seltenreich authored
This reduces the MonetDB error rate from 90% to 50%. MonetDB doesn't appear to support LIMIT clauses in atomic subselects.
-
Andreas Seltenreich authored
The previous commit surprisingly yielded a CPU hogging sqlsmith with monetdb due to the table_or_query_name production hardly finding candidates. It turned out that the scope model was seriously lacking: Creating a child scope now automatically includes the table and column references available to the parent scope. Previously, child scopes only contained table and column references explicitly put there by the parent production.
-