Skip to content
Snippets Groups Projects
  1. Nov 22, 2001
  2. Nov 20, 2001
  3. Nov 19, 2001
  4. Nov 18, 2001
  5. Nov 17, 2001
  6. Nov 11, 2001
  7. Nov 10, 2001
  8. Nov 07, 2001
  9. Nov 03, 2001
  10. Oct 31, 2001
  11. Oct 26, 2001
  12. Oct 24, 2001
  13. Oct 23, 2001
  14. Oct 22, 2001
  15. Oct 20, 2001
  16. Oct 16, 2001
  17. Oct 13, 2001
  18. Oct 12, 2001
    • Tom Lane's avatar
      Break transformCreateStmt() into multiple routines and make · f9e6e27c
      Tom Lane authored
      transformAlterStmt() use these routines, instead of having lots of
      duplicate (not to mention should-have-been-duplicate) code.
      Adding a column with a CHECK constraint actually works now,
      and the tests to reject unsupported DEFAULT and NOT NULL clauses
      actually fire now.  ALTER TABLE ADD PRIMARY KEY works, modulo
      having to have created the column(s) NOT NULL already.
      f9e6e27c
  19. Oct 09, 2001
  20. Oct 05, 2001
  21. Oct 03, 2001
  22. Oct 02, 2001
  23. Sep 27, 2001
  24. Sep 23, 2001
  25. Sep 21, 2001
  26. Sep 18, 2001
  27. Sep 16, 2001
    • Peter Eisentraut's avatar
      Install dynamically loadable modules into a private subdirectory · 264f8f2b
      Peter Eisentraut authored
      under libdir, for a cleaner separation in the installation layout
      and compatibility with binary packaging standards.  Point backend's
      default search location there.  The contrib modules are also
      installed in the said location, giving them the benefit of the
      default search path as well.  No changes in user interface
      nevertheless.
      264f8f2b
  28. Sep 14, 2001
Loading