1. Oct 21, 2017
    • Andreas Seltenreich's avatar
      relmodel: Improve scope model. · 6e1afac1
      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.
      6e1afac1
    • Andreas Seltenreich's avatar
      grammar: Remove saboutage of tablesample. · b7b7ac07
      Andreas Seltenreich authored
      This special-casing for MonetDB is no longer needed as the impedance
      matching code will blacklist the production.
      b7b7ac07
    • Andreas Seltenreich's avatar
      dut_monetdb: Make error handling consistent with the other products. · f1c5330b
      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.
      f1c5330b
    • Andreas Seltenreich's avatar
      Allow building w/o MonetDB support. · a79103ee
      Andreas Seltenreich authored
      a79103ee
  2. Oct 13, 2017
  3. Jul 15, 2017
  4. May 09, 2017
    • Greg Rahn's avatar
      Update README.org · fc906edf
      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)'
      fc906edf
  5. Apr 14, 2017
  6. Apr 10, 2017
  7. Apr 09, 2017
  8. Apr 08, 2017
  9. Dec 03, 2016
  10. Nov 25, 2016
  11. Nov 21, 2016
  12. Nov 20, 2016
  13. Nov 19, 2016
  14. Nov 07, 2016
  15. Nov 06, 2016
  16. Nov 05, 2016