Skip to content
Snippets Groups Projects
  1. Mar 26, 2000
  2. Mar 24, 2000
  3. Mar 23, 2000
  4. Mar 21, 2000
  5. Mar 20, 2000
  6. Mar 18, 2000
    • Tom Lane's avatar
      Modify lexing of multi-char operators per pghackers discussion around · f945f461
      Tom Lane authored
      16-Mar-00: trailing + or - is not part of the operator unless the operator
      also contains characters not present in SQL92-defined operators.  This
      solves the 'X=-Y' problem without unduly constraining users' choice of
      operator names --- in particular, no existing Postgres operator names
      become invalid.
      
      Also, remove processing of // comments, as agreed in the same thread.
      f945f461
  7. Mar 17, 2000
  8. Mar 16, 2000
  9. Mar 15, 2000
  10. Mar 14, 2000
  11. Mar 11, 2000
  12. Mar 10, 2000
  13. Mar 09, 2000
  14. Mar 03, 2000
  15. Mar 01, 2000
  16. Feb 27, 2000
  17. Feb 22, 2000
    • Bruce Momjian's avatar
      Well, here's the first pass on regression · 020be62d
      Bruce Momjian authored
      tests for the Foreign Key support in 7.0 which
      was made against a CVS copy from this
      afternoon.
      
      This modifies
       src/test/regress/sql/run_check.tests
       src/test/regress/sql/alter_table.sql
       src/test/regress/expected/alter_table.out
       src/test/regress/sql/foreign_key.sql
       src/test/regress/expected/foreign_key.out
      
      sszabo@bigpanda.co
      020be62d
  18. Feb 21, 2000
  19. Feb 20, 2000
  20. Feb 19, 2000
Loading