1. 12 Dec, 2002 7 commits
    • Bruce Momjian's avatar
      TODO marked as done: · 40c4472e
      Bruce Momjian authored
      	* Add schema, cast, and conversion backslash commands to psql
      
      I had to create a new publically available function,
      pg_conversion_is_visible, as it seemed to be missing from the catalogs.
      This required me to do no small amount of hacking around in namespace.c
      
      I have updated the \? help and sgml docs.
      
      \dc - list conversions [PATTERN]
      \dC - list casts
      \dn list schemas
      
      I didn't support patterns with casts as there's nothing obvious to match
      against.
      
      Catalog version incremented --- initdb required.
      
      Christopher Kings-Lynne
      40c4472e
    • Bruce Momjian's avatar
      Done: · 8ac39d02
      Bruce Momjian authored
      > * -Add schema, cast, and conversion backslash commands to psql (Christopher)
      8ac39d02
    • Tom Lane's avatar
      Don't force rebuild of all of backend/parser when we only need · 4ad0aa3e
      Tom Lane authored
      keywords.o.
      4ad0aa3e
    • Tom Lane's avatar
      Preliminary code review for domain CHECK constraints patch: add documentation, · b0422b21
      Tom Lane authored
      make VALUE a non-reserved word again, use less invasive method of passing
      ConstraintTestValue into transformExpr, fix problems with nested constraint
      testing, do correct thing with NULL result from a constraint expression,
      remove memory leak.  Domain checks still need much more work if we are going
      to allow ALTER DOMAIN, however.
      b0422b21
    • Tom Lane's avatar
      ff734969
    • Tom Lane's avatar
      Phase 2 of read-only-plans project: restructure expression-tree nodes · a0bf885f
      Tom Lane authored
      so that all executable expression nodes inherit from a common supertype
      Expr.  This is somewhat of an exercise in code purity rather than any
      real functional advance, but getting rid of the extra Oper or Func node
      formerly used in each operator or function call should provide at least
      a little space and speed improvement.
      initdb forced by changes in stored-rules representation.
      a0bf885f
    • Bruce Momjian's avatar
      Add for protocol changes: · debb0728
      Bruce Momjian authored
      > 	o Compression?
      debb0728
  2. 11 Dec, 2002 10 commits
  3. 10 Dec, 2002 6 commits
  4. 09 Dec, 2002 6 commits
  5. 06 Dec, 2002 11 commits