1. 09 Jun, 2003 2 commits
  2. 08 Jun, 2003 1 commit
  3. 07 Jun, 2003 2 commits
  4. 06 Jun, 2003 11 commits
  5. 05 Jun, 2003 2 commits
  6. 02 Jun, 2003 11 commits
  7. 01 Jun, 2003 1 commit
    • Bruce Momjian's avatar
      Add: · 6d9ee7e7
      Bruce Momjian authored
      > * Add config variable to prevent auto-adding missing FROM-clause tables
      6d9ee7e7
  8. 31 May, 2003 4 commits
  9. 30 May, 2003 5 commits
  10. 29 May, 2003 1 commit
    • Tom Lane's avatar
      Ensure that in all flex lexers that are part of the backend, a · 5666462f
      Tom Lane authored
      yy_fatal_error() call results in elog(ERROR) not exit().  This was
      already fixed in the main lexer and plpgsql, but extend same technique
      to all the other dot-l files.  Also, on review of the possible calls
      to yy_fatal_error(), it seems safe to use elog(ERROR) not elog(FATAL).
      5666462f