Skip to content
Snippets Groups Projects
  1. Dec 08, 2001
  2. Nov 18, 2001
  3. Oct 22, 2001
  4. Oct 09, 2001
  5. Sep 13, 2001
  6. Sep 03, 2001
  7. Aug 10, 2001
  8. May 03, 2001
  9. Feb 04, 2001
  10. Jan 12, 2001
  11. Jan 05, 2001
    • Tom Lane's avatar
      Remove not-really-standard implementation of CREATE TABLE's UNDER clause, · 2fb6cc90
      Tom Lane authored
      and revert documentation to describe the existing INHERITS clause
      instead, per recent discussion in pghackers.  Also fix implementation
      of SQL_inheritance SET variable: it is not cool to look at this var
      during the initial parsing phase, only during parse_analyze().  See
      recent bug report concerning misinterpretation of date constants just
      after a SET TIMEZONE command.  gram.y really has to be an invariant
      transformation of the query string to a raw parsetree; anything that
      can vary with time must be done during parse analysis.
      2fb6cc90
  12. Dec 30, 2000
  13. Dec 26, 2000
  14. Oct 08, 2000
  15. Oct 05, 2000
  16. Aug 25, 2000
  17. Jul 22, 2000
  18. Jul 14, 2000
  19. Jun 09, 2000
  20. May 02, 2000
  21. Apr 16, 2000
  22. Apr 15, 2000
  23. Apr 14, 2000
  24. Apr 13, 2000
  25. Apr 12, 2000
  26. Apr 11, 2000
  27. Apr 08, 2000
  28. Mar 27, 2000
  29. Jul 22, 1999
  30. Jul 06, 1999
  31. Jun 14, 1999
  32. Apr 06, 1999
  33. Feb 13, 1999
  34. Feb 02, 1999
  35. Dec 29, 1998
Loading