1. 15 Apr, 2002 2 commits
    • Tom Lane's avatar
      The contents of command.c, creatinh.c, define.c, remove.c and rename.c · 71dc300a
      Tom Lane authored
      have been divided according to the type of object manipulated - so ALTER
      TABLE code is in tablecmds.c, aggregate commands in aggregatecmds.c and
      so on.
      
      A few common support routines remain in define.c (prototypes in
      src/include/commands/defrem.h).
      
      No code has been changed except for includes to reflect the new files.
      The prototypes for aggregatecmds.c, functioncmds.c, operatorcmds.c,
      and typecmds.c remain in src/include/commands/defrem.h.
      
      From John Gray <jgray@azuli.co.uk>
      71dc300a
    • Hiroshi Inoue's avatar
      1) Fix a bug about reporting varchar info thanks to Aceto. · ab1ead6b
      Hiroshi Inoue authored
      2) Introcuced 3 drivers.
      3) The version is now 7.02.0001.
      ab1ead6b
  2. 14 Apr, 2002 6 commits
  3. 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
  4. 12 Apr, 2002 6 commits
  5. 11 Apr, 2002 8 commits
  6. 10 Apr, 2002 3 commits
  7. 09 Apr, 2002 8 commits