1. 18 8月, 2004 10 次提交
    • B
      The enclose patch clarifies and makes a more useful example for the · 1f0a19c2
      Bruce Momjian 提交于
      Global Values in PL/Perl section of the documents.
      
      David Fetter
      1f0a19c2
    • B
      Add pg_dump section: · 3d20578e
      Bruce Momjian 提交于
      < * -Allow pg_dump to dump CREATE CONVERSION (Christopher)
      < * -Make pg_restore continue after errors, so it acts more like pg_dump scripts
      485,486d482
      < * Allow pg_dumpall to use non-text output formats
      < * Have pg_dump use multi-statement transactions for INSERT dumps
      493,496d488
      < * Allow pg_dump to use multiple -t and -n switches
      <
      <   This should be done by allowing a '-t schema.table' syntax.
      <
      498a491,512
      >
      > * pg_dump
      > 	o Allow pg_dumpall to use non-text output formats
      > 	o Have pg_dump use multi-statement transactions for INSERT dumps
      > 	o -Allow pg_dump to dump CREATE CONVERSION (Christopher)
      > 	o -Make pg_restore continue after errors, so it acts more like pg_dump
      > 	  scripts
      > 	o Allow pg_dump to use multiple -t and -n switches
      >
      > 	  This should be done by allowing a '-t schema.table' syntax.
      >
      > 	o Add dumping of comments on composite type columns
      > 	o Add dumping of comments on index columns
      > 	o Replace crude DELETE FROM method of pg_dumpall for cleaning of
      > 	  users and groups with separate DROP commands
      > 	o Add dumping and restoring of LOB comments
      > 	o Stop dumping CASCADE on DROP TYPE commands in clean mode
      > 	o Add full object name to the tag field.  eg. for operators we need
      > 	  '=(integer, integer)', instead of just '='.
      > 	o Add pg_dumpall custom format dumps. This is probably best done by
      > 	  combining pg_dump and pg_dumpall into a single binary
      > 	o Add CSV output format
      3d20578e
    • B
      Replace incorrect example for quote_ident · af032f15
      Bruce Momjian 提交于
      Greg Sabino Mullan
      af032f15
    • T
      Update release history for 7.4.5. · 950c8afc
      Tom Lane 提交于
      950c8afc
    • B
      1abf13db
    • T
      Fix bug introduced into _bt_getstackbuf() on 2003-Feb-21: the initial · 19cd31b0
      Tom Lane 提交于
      value of 'start' could be past the end of the page, if the page was
      split by some concurrent inserting process since we visited it.  In
      this situation the code could look at bogus entries and possibly find
      a match (since after all those entries still contain what they had
      before the split).  This would lead to 'specified item offset is too large'
      followed by 'PANIC: failed to add item to the page', as reported by Joe
      Conway for scenarios involving heavy concurrent insertion activity.
      19cd31b0
    • T
      Standardize on the assumption that the arguments of a RowExpr correspond · fcaad7e2
      Tom Lane 提交于
      to the physical layout of the rowtype, ie, there are dummy arguments
      corresponding to any dropped columns in the rowtype.  We formerly had a
      couple of places that did it this way and several others that did not.
      Fixes Gaetano Mendola's "cache lookup failed for type 0" bug of 5-Aug.
      fcaad7e2
    • B
      Add: · 388ffad0
      Bruce Momjian 提交于
      < * -Allow savepoints / nested transactions [transactions] (Alvaro)
      > * -Allow savepoints / nested transactions (Alvaro)
      348a349,353
      > * Add an option to automatically use savepoints for each statement in a
      >   multi-statement transaction.
      >
      >   When enabled, this would allow errors in multi-statement transactions
      >   to be automatically ignored.
      388ffad0
    • B
      Remove transactions TODO.detail. · f5f5d7be
      Bruce Momjian 提交于
      f5f5d7be
    • B
      Chain on to SIGPIPE handler rather than just do action on default. · 3f0fa93c
      Bruce Momjian 提交于
      Always create thread-specific variable.
      3f0fa93c
  2. 17 8月, 2004 9 次提交
  3. 16 8月, 2004 7 次提交
  4. 15 8月, 2004 8 次提交
  5. 14 8月, 2004 6 次提交