1. 18 Apr, 2002 1 commit
    • Bruce Momjian's avatar
      Add: · afd80672
      Bruce Momjian authored
      > * Try flex flags -Cf and -CF to see if performance improves
      afd80672
  2. 17 Apr, 2002 7 commits
  3. 16 Apr, 2002 4 commits
  4. 15 Apr, 2002 12 commits
  5. 14 Apr, 2002 6 commits
  6. 13 Apr, 2002 7 commits
    • Bruce Momjian's avatar
      Rod's patch does what it is supposed to do, but it also includes · 7603c42e
      Bruce Momjian authored
      some old code to add PK constraints to CREATE TABLE. That stuff
      had been removed as part of my original patch for pg_dump a
      little while ago.
      
      The attached patch fixes this by removing (again :-) ) the
      code in dumpTables() to perform PK creation during CREATE
      TABLE. I briefly tested it locally and it fixes both of
      Tom's test cases.
      
      Please apply.
      
      Cheers,
      
      Neil
      
      --
      Neil Conway <neilconway@rogers.com>
      7603c42e
    • Bruce Momjian's avatar
      Patch against 7.2.1 sources. Uses Solaris Intimate Shared Memory · b73859db
      Bruce Momjian authored
      for Solaris on SPARC.  Scott Brunza (sbrunza@sonalysts.com) gets
      credit for identifying the issue, making the change, and doing
      the regression tests.
      
      Earlier testing on 7.2rc2 and 7.2 showed performance gains of
      1% to 10% on pgbench, osdb-pg, and some locally developed apps.
      
      Solaris Intimate Shared Memory is described in "SOLARIS INTERNALS
      Core Kernel Components" by Jim Mauro and Richard McDougall,
      Copyright 2001 Sun Microsystem, Inc.  ISBN 0-13-022496-0
      
      P.J. "Josh" Rovero
      b73859db
    • Tom Lane's avatar
      Update/correct inheritance examples. · 291c875f
      Tom Lane authored
      291c875f
    • Bruce Momjian's avatar
      This is a proposed patch to doc/src/sgml/libpgtcl.sgml which documents · 6f2c0d47
      Bruce Momjian authored
      the libpgtcl "pg_execute" command. This was mentioned on
      pgsql-interfaces on Mar 3. I am posting it here in the hope that someone
      will check to see if it makes sense and is correct SGML-wise.  I did run
      it through jade, but this is my first try at this sort of thing.
      
      ljb
      6f2c0d47
    • Bruce Momjian's avatar
      Add: · 673788c6
      Bruce Momjian authored
      > * Change NUMERIC to enforce the maximum precision, and increase it
      673788c6
    • Bruce Momjian's avatar
      Mention precision of NUMERIC in docs. · e916ad28
      Bruce Momjian authored
      e916ad28
    • Bruce Momjian's avatar
      Add: · 6c19d67d
      Bruce Momjian authored
      > * Change NUMERIC data type to use base 10,000 internally
      6c19d67d
  7. 12 Apr, 2002 3 commits