1. 04 8月, 2002 1 次提交
  2. 03 8月, 2002 4 次提交
  3. 01 8月, 2002 1 次提交
    • T
      Instead of having a configure-time DEFAULT_ATTSTATTARGET, store -1 in · ce7565ab
      Tom Lane 提交于
      attstattarget to indicate 'use the default'.  The default is now a GUC
      variable default_statistics_target, and so may be changed on the fly.  Along
      the way we gain the ability to have pg_dump dump the per-column statistics
      target when it's not the default.  Patch by Neil Conway, with some kibitzing
      from Tom Lane.
      ce7565ab
  4. 31 7月, 2002 12 次提交
    • B
      Done: · 8be3cfbb
      Bruce Momjian 提交于
      > * -Remove LockMethodTable.prio field, not used (Bruce)
      8be3cfbb
    • B
      Move backend_pid to functions/misc. · 52457ca6
      Bruce Momjian 提交于
      52457ca6
    • B
      Rename pid function to backend_pid(). · 1107531c
      Bruce Momjian 提交于
      1107531c
    • B
      Done: · b8efa875
      Bruce Momjian 提交于
      > * -Add getpid() function to backend
      b8efa875
    • B
      Updated: · 2c2c43d0
      Bruce Momjian 提交于
      < 	o ALTER TABLE ADD COLUMN column SET DEFAULT should fill existing
      > 	o ALTER TABLE ADD COLUMN column DEFAULT should fill existing
      2c2c43d0
    • B
      Clarification from Tom: · b30ccbe3
      Bruce Momjian 提交于
      < 	o ALTER TABLE ALTER COLUMN column SET DEFAULT should fill existing
      > 	o ALTER TABLE ADD COLUMN column SET DEFAULT should fill existing
      b30ccbe3
    • B
      Would it be wise to have the plsql.sgml file renamed to plpgsql.sgml? · f514bb3e
      Bruce Momjian 提交于
      All of the internal tags are of the latter.
      
      The other thing I noticed is that most of the quick examples in the file
      use a para and synopsis.  Is there a reason we're not using <example/> ?
      
      Rod Taylor
      f514bb3e
    • B
      Added for Neil Conway: · 6c01708c
      Bruce Momjian 提交于
      > * Use CHECK constraints to improve optimizer decisions
      6c01708c
    • T
      Replace ad-hoc insertions into pg_opclass and friends with CREATE · 65b6868b
      Tom Lane 提交于
      OPERATOR CLASS commands.  Further tweaking of documentation for same.
      65b6868b
    • B
      Done: · 620abeb2
      Bruce Momjian 提交于
      > 	o -Generate failure on short COPY lines rather than pad NULLs
      620abeb2
    • B
      IMPROVED VERSION APPLIED: · 874148fe
      Bruce Momjian 提交于
      The attached patch completes the following TODO item:
      
          * Generate failure on short COPY lines rather than pad NULLs
      
      I also restructed a lot of the existing COPY code, did some code
      review on the column list patch sent in by Brent Verner a little
      while ago, and added some regression tests. I also added an
      explicit check (and resultant error) for extra data before
      the end-of-line.
      
      Neil Conway
      874148fe
    • B
      Here are two patches. The guc_and_tablefunc patch addresses the two · 23a8b77d
      Bruce Momjian 提交于
      changes mentioned above, and also adds a new function to the tablefunc
      API. The tablefunc API change adds the following function:
      
      * Oid foidGetTypeId(Oid foid) - Get a function's typeid given the
      * function Oid. Use this together with TypeGetTupleDesc() to get a
      * TupleDesc which is derived from the function's declared return type.
      
      In the next post I'll send the contrib/tablefunc patch, which
      illustrates the usage of this new function. Also attached is a doc patch
      for this change. The doc patch also adds a function that I failed to
      document previously.
      
      Joe Conway
      23a8b77d
  5. 30 7月, 2002 7 次提交
  6. 28 7月, 2002 3 次提交
  7. 25 7月, 2002 2 次提交
    • P
      Remove unused system table columns: · 739adf32
      Peter Eisentraut 提交于
      pg_language.lancompiler
      pg_operator.oprprec
      pg_operator.oprisleft
      pg_proc.proimplicit
      pg_proc.probyte_pct
      pg_proc.properbyte_cpu
      pg_proc.propercall_cpu
      pg_proc.prooutin_ratio
      pg_shadow.usetrace
      pg_type.typprtlen
      pg_type.typreceive
      pg_type.typsend
      
      Attempts to use the obsoleted attributes of pg_operator or pg_proc
      in the CREATE commands will be greeted by a warning.  For pg_type,
      there is no warning (yet) because pg_dump scripts still contain these
      attributes.
      
      Also remove new but already obsolete spellings
      isVolatile, isStable, isImmutable in WITH clause.  (Use new syntax
      instead.)
      739adf32
    • B
      Done: · f7ba1db7
      Bruce Momjian 提交于
      > * -Add Intimate Shared Memory(ISM) for Solaris
      f7ba1db7
  8. 24 7月, 2002 2 次提交
  9. 23 7月, 2002 1 次提交
  10. 22 7月, 2002 2 次提交
  11. 21 7月, 2002 2 次提交
    • B
      Schema TODO.detail file not needed anymore. · f9d74d75
      Bruce Momjian 提交于
      f9d74d75
    • B
      Mark items as done: · 17b28503
      Bruce Momjian 提交于
      
      > * -Add GUC parameter for DATESTYLE
      > 	o -Allow specification of column names
      > 	o -Change syntax to WITH DELIMITER, (keep old syntax around?)
      > 	o -Remove SET KSQO option now that OR processing is improved (Tom)
      > 	o -Allow SHOW to output as a query result, like EXPLAIN
      > * -Add SQL92 schemas (Tom)
      17b28503
  12. 20 7月, 2002 3 次提交