- Oct 21, 2017
-
-
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.
-
Andreas Seltenreich authored
This special-casing for MonetDB is no longer needed as the impedance matching code will blacklist the production.
-
Andreas Seltenreich authored
Throw the correct exception classes and fill them with sensible data. Also avoid writing anything to stdout from the DUT class. If the previous, extremely verbose output is desired, a logger class should be implemented that is made available with a new option, e.g., --log-to-file.
-
Andreas Seltenreich authored
-
- Oct 13, 2017
-
-
Sjoerd Mullender authored
-
Sjoerd Mullender authored
-
- Jul 15, 2017
-
-
Andreas Seltenreich authored
Some messages report back huge literals constructed by sqlsmith. There's no use dumping these on the terminal.
-
Andreas Seltenreich authored
-
- May 09, 2017
-
-
Greg Rahn authored
Add pkg-config to brew install command to avoid this error: checking for PostgreSQL libraries... yes ./configure: line 4064: syntax error near unexpected token `LIBPQXX,' ./configure: line 4064: `PKG_CHECK_MODULES(LIBPQXX, libpqxx >= 4.0)'
-
- Apr 14, 2017
-
-
Andreas Seltenreich authored
Reported by @philwinn.
-
- Apr 10, 2017
-
-
Andreas Seltenreich authored
-
Andreas Seltenreich authored
-
- Apr 09, 2017
-
-
Andreas Seltenreich authored
-
- Apr 08, 2017
-
-
Andreas Seltenreich authored
-
Andreas Seltenreich authored
-
Andreas Seltenreich authored
This gets rid of the reset_gucs hack.
-
Andreas Seltenreich authored
-
Andreas Seltenreich authored
Allows starting up with a previously serialized rng state.
-
Andreas Seltenreich authored
Errors are properly handled and reported on non-generated statements as well now. Also gets rid of connection handle leak.
-
- Dec 03, 2016
-
-
Andreas Seltenreich authored
-
Andreas Seltenreich authored
-
- Nov 25, 2016
-
-
Andreas Seltenreich authored
-
- Nov 21, 2016
-
-
Andreas Seltenreich authored
This gets rid of the regexp-matview-optimization.
-
Andreas Seltenreich authored
-
- Nov 20, 2016
-
-
Andreas Seltenreich authored
-
Andreas Seltenreich authored
Some instances died with "basic_string::_M_construct null not valid". Maybe it happened here.
-
Andreas Seltenreich authored
-
Andreas Seltenreich authored
-
- Nov 19, 2016
-
-
Andreas Seltenreich authored
-
Andreas Seltenreich authored
This allows access to the sqlstate and ought to get rid of the confused transaction state bug. Closes #12, closes #13.
-
- Nov 07, 2016
-
-
Andreas Seltenreich authored
By materializing a single regexp from all lines in known_re, the CPU load by filtering goes down by 90%.
-
- Nov 06, 2016
-
-
Andreas Seltenreich authored
-
Andreas Seltenreich authored
-
Andreas Seltenreich authored
-
Andreas Seltenreich authored
-
Andreas Seltenreich authored
-