1. 04 Jul, 2002 4 commits
    • Bruce Momjian's avatar
      More clearly document in pg_dump when we are dealing with an object name · d59478c4
      Bruce Momjian authored
      as it appears in the schema dump, and index tags.
      d59478c4
    • Thomas G. Lockhart's avatar
      Implement the IS DISTINCT FROM operator per SQL99. · 68d9fbeb
      Thomas G. Lockhart authored
      Reused the Expr node to hold DISTINCT which strongly resembles
       the existing OP info. Define DISTINCT_EXPR which strongly resembles
       the existing OPER_EXPR opType, but with handling for NULLs required
       by SQL99.
      We have explicit support for single-element DISTINCT comparisons
       all the way through to the executor. But, multi-element DISTINCTs
       are handled by expanding into a comparison tree in gram.y as is done for
       other row comparisons. Per discussions, it might be desirable to move
       this into one or more purpose-built nodes to be handled in the backend.
      Define the optional ROW keyword and token per SQL99.
       This allows single-element row constructs, which were formerly disallowed
       due to shift/reduce conflicts with parenthesized a_expr clauses.
      Define the SQL99 TREAT() function. Currently, use as a synonym for CAST().
      68d9fbeb
    • Thomas G. Lockhart's avatar
    • Bruce Momjian's avatar
      Document function args are required for pg_restore -P. · 3722dee6
      Bruce Momjian authored
      Fix pg_dump to not quote the function name in the storage tag.
      Fix pg_dump so GRANT/REVOKE(ACL) tag entries are not quoted, for
      	consistency.
      Fix pg_restore to properly handle quotes and some spaces in -P.
      3722dee6
  2. 03 Jul, 2002 5 commits
  3. 02 Jul, 2002 11 commits
  4. 01 Jul, 2002 2 commits
  5. 30 Jun, 2002 1 commit
  6. 28 Jun, 2002 3 commits
  7. 27 Jun, 2002 2 commits
  8. 26 Jun, 2002 5 commits
  9. 25 Jun, 2002 7 commits