1. 09 Jan, 2001 6 commits
  2. 08 Jan, 2001 10 commits
  3. 07 Jan, 2001 7 commits
  4. 06 Jan, 2001 15 commits
  5. 05 Jan, 2001 2 commits
    • Tom Lane's avatar
      Rename and document some invalidation routines to make it clearer that · 81d08fcf
      Tom Lane authored
      they don't themselves flush any cache entries, only add to to-do lists
      that will be processed later.
      81d08fcf
    • 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