1. 18 Apr, 2002 8 commits
  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 3 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