1. 15 3月, 1999 1 次提交
  2. 14 3月, 1999 7 次提交
    • B
      Patches for the SGML documentation relating · f45ec44c
      Bruce Momjian 提交于
      to the tutorial code changes.
      
      NOTE:  I couldn't get ngsmls to find the document
      type so that the changes could be checked.  However,
      the changes were very minor:
      
      Best,
      
      Clark
      f45ec44c
    • B
      Fixup for src/tutorial/func.c and src/tutorial/func.source · 344190b7
      Bruce Momjian 提交于
      Removed char16 and replaced with an example using Point
      as suggested by Tom Lane.  The dept field was changed to
      the cubicle field denoting the row(x) and column(y) of
      the employee's cube in the corporate jungle.  The C function
      builds a 'compromise' cubicle from two suggested ones.
      
      I'll try and patchup the documentation next.
      
      Clark
      344190b7
    • B
      Hello, · f6a9ed04
      Bruce Momjian 提交于
      I've been working on the following TODO list item:
        * psql \d on index with char()/varchar() fields shows improper length
      
      I've attached a simple patch to fix this.
      
      -Ryan
      f6a9ed04
    • B
      The isWritable method in ResultSetMetaData returns the logically · 983fc976
      Bruce Momjian 提交于
      incorrect result. This bug goes back to at least 6.3.
      
      Alvin
      983fc976
    • B
      I have a problem with Access97 not working properly when entering new · d13fe290
      Bruce Momjian 提交于
      records using a sub form, i.e. entering a new order/orderlines or master
      and
      detail tables.  The problem is caused by a SQL statement that Access97
      makes
      involving NULL.  The syntax that fails is "column_name" = NULL.  The
      following attachment was provided by -Jose'-.  It contains a very small
      enhancement to gram.y that will allow Access97 to work properly with sub
      forms.  Can this enhancement be added to release 6.5?
      
       <<gram.patch>>
      Thanks, Michael
      d13fe290
    • B
      There are errors in the PGmoney class in the conversion routines over · fd80c102
      Bruce Momjian 提交于
      the handling of negative numbers and commas. The attached path attempts
      to fix these.
      However the getValue method does not yet insert commas into the
      generated string.
      Also in getValue there is an incorrect assumption that the currency
      symbol is '$', it should of course be '£'!. I have no idea on how to go
      about fixing this one.
      
      Alvin
      fd80c102
    • B
      Enclosed below I have a patch to allow a btree index on the int8 type. · 817a3e6d
      Bruce Momjian 提交于
      I would like some feedback on what the hash function for the int8 hash
      function
      in the ./backend/access/hash/hashfunc.c should return.
      
      Also, could someone (maybe Tomas Lockhart?) look-over the patch and make
      sure
      the system table entries are correct?  I've tried to research them as
      much as I
      could, but some of them are still not clear to me.
      
      Thanks,
      -Ryan
      817a3e6d
  3. 11 3月, 1999 1 次提交
  4. 10 3月, 1999 3 次提交
  5. 09 3月, 1999 2 次提交
    • M
      · 1c264e68
      Marc G. Fournier 提交于
      From: Constantin Teodorescu <teo@flex.ro>
      
      UPgrade to 0.96 ..
      1c264e68
    • M
      · f34240de
      Marc G. Fournier 提交于
      Changes to fix/improve the dynamic loading on NT
      
      From: Horak Daniel <horak@mmp.plzen-city.cz>
      f34240de
  6. 08 3月, 1999 6 次提交
  7. 07 3月, 1999 6 次提交
  8. 05 3月, 1999 2 次提交
  9. 03 3月, 1999 1 次提交
    • T
      Partial fix for copied-plan bugs reported by Hiroshi Inoue: · e0345e09
      Tom Lane 提交于
      _copyResult didn't copy subPlan structure completely.  _copyAgg is still
      busted, apparently because of changes from EXCEPT/INTERSECT patch
      (get_agg_tlist_references is no longer sufficient to find all aggregates).
      No time to look at that tonight, however.
      e0345e09
  10. 01 3月, 1999 1 次提交
    • T
      Executor no longer cares about mergejoinop, mergerightorder, mergeleftorder, · b204d10c
      Tom Lane 提交于
      so remove them from MergeJoin node.  Hack together a partial
      solution for commuted mergejoin operators --- yesterday
      a mergejoin int4 = int8 would crash if the planner decided to
      commute it, today it works.  The planner's representation of
      mergejoins really needs a rewrite though.
      Also, further testing of mergejoin ops in opr_sanity regress test.
      b204d10c
  11. 28 2月, 1999 6 次提交
  12. 26 2月, 1999 1 次提交
  13. 25 2月, 1999 1 次提交
  14. 24 2月, 1999 2 次提交