Skip to content
Snippets Groups Projects
  1. Feb 10, 2001
  2. Jan 14, 2001
  3. 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
  4. Dec 26, 2000
  5. Dec 20, 2000
  6. Oct 05, 2000
  7. Jul 22, 2000
  8. Jun 09, 2000
  9. Apr 11, 2000
  10. Mar 27, 2000
  11. Jan 29, 2000
    • Peter Eisentraut's avatar
      A few minor psql enhancements · 2b84cbb6
      Peter Eisentraut authored
      Initdb help correction
      Changed end/abort to commit/rollback and changed related notices
      Commented out way old printing functions in libpq
      Fixed a typo in alter table / alter column
      2b84cbb6
  12. Jan 09, 2000
  13. Jul 22, 1999
  14. Jul 06, 1999
  15. Dec 29, 1998
  16. Oct 30, 1998
  17. Sep 22, 1998
  18. Sep 16, 1998
  19. Sep 07, 1998
  20. May 13, 1998
Loading