1. 17 5月, 2001 3 次提交
  2. 15 5月, 2001 4 次提交
  3. 13 5月, 2001 5 次提交
  4. 12 5月, 2001 1 次提交
  5. 11 5月, 2001 10 次提交
  6. 10 5月, 2001 10 次提交
    • B
      Another add. · 3bcf19dc
      Bruce Momjian 提交于
      3bcf19dc
    • B
      Add new emails. · fa8b0077
      Bruce Momjian 提交于
      fa8b0077
    • T
      First cut at making indexscan cost estimates depend on correlation · c23bc6fb
      Tom Lane 提交于
      between index order and table order.
      c23bc6fb
    • B
      Update TODO list. · e0203357
      Bruce Momjian 提交于
      e0203357
    • P
      Add --echo option to createlang and droplang. · 2c6373fa
      Peter Eisentraut 提交于
      from Oliver Elphick
      2c6373fa
    • B
      Update TODO list. · a0458a91
      Bruce Momjian 提交于
      a0458a91
    • B
      acd16ead
    • B
      This patch adds a new configure option --with-pltcl-unknown which · f7659a9c
      Bruce Momjian 提交于
      enables pltcl unknown support.
      
      
      Also it adds substituting of tclsh with tclsh that was by configure in
      pltcl_*mod scripts. For example, On freebsd, tclsh can be called
      tclsh8.2 or
      tclsh8.3 depending on installed version of Tcl.
      
      After patching files
        src/pl/tcl/modules/pltcl_listmod
        src/pl/tcl/modules/pltcl_loadmod
        src/pl/tcl/modules/pltcl_delmod
      must be renamed(copied,repocopied) to
        src/pl/tcl/modules/pltcl_listmod.in
        src/pl/tcl/modules/pltcl_loadmod.in
        src/pl/tcl/modules/pltcl_delmod.in
      
      seva@sevasoft.kiev.ua
      f7659a9c
    • B
      Fix libpq++'s FieldSize to return int, not short. · b0546a25
      Bruce Momjian 提交于
      b0546a25
    • B
      · a79b698a
      Bruce Momjian 提交于
      Here's a version of my suggested diffs transplanted to 7.1 beta 5.  I'm
      still looking at the best way to integrate Tom Vijlbrief's fixes
      (insofar as they're still needed); would 7.2 be a suitable time for
      incompatible API changes?
      
      
      Jeroen
      
      
      Changes:
      
      (*) Introduced bool, true, false (replacing some int, 1, 0)
      (*) Made some member functions const
      (*) Documented GetIsNull()
      (*) Marked DisplayTuples() and PrintTuples() as obsolescent; fixed possible
          portability problem (assumed that NULL pointer equals all-zero bit pattern)
      (*) PrintTuples(): renamed width parameter to fillAlign to conform with other
          usage; fixed memory leak and compile issue w.r.t. field separator (should
          also slightly improve performance)
      (*) Fixed some minor compilation issues
      (*) Moved "using namespace std;" out of headers, where they didn't belong; used
          new (temporary) preprocessor macro PGSTD to do this
      (*) Made ToString() static, removed unneeded memset(), made buffer size adapt
          to sizeof(int)
      (*) Made some constructors explicit
      (*) Changed some const std::string & parameters to plain std::string
      (*) Marked PgCursor::Cursor(std::string) as obsolescent (setter with same name
          as getter--bad style)
      (*) Renamed some paramaters previously named "string"
      (*) Introduced size_type typedef for number of tuples in result set
      (*) PgTransaction now supports re-opening after closing, and aborts if not
          explicitly committed prior to destruction
      
      J. T. Vermeulen
      a79b698a
  7. 09 5月, 2001 7 次提交