Skip to content
Snippets Groups Projects
  1. 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
  2. Dec 15, 2000
  3. Oct 05, 2000
  4. Jun 09, 2000
  5. May 14, 2000
  6. Apr 04, 2000
  7. Apr 03, 2000
    • Bruce Momjian's avatar
      Hi, · 51cfdae5
      Bruce Momjian authored
          here is an updated version of the bit type with a bugfix and all the necessa
      ry
      SQL functions defined. This should replace what is currently in contrib. I'd
      appreciate any comments on what is there.
      
      Kind regards,
      
      Adriaan
      51cfdae5
  8. Mar 31, 2000
  9. Nov 28, 1999
  10. Oct 30, 1999
  11. Sep 21, 1999
Loading