1. 19 12月, 1998 2 次提交
  2. 18 12月, 1998 5 次提交
    • J
      Fixed nodeToString() to put out "<>" for NULL strings again. · eeff2c94
      Jan Wieck 提交于
      More cleanups to appendStringInfo() usage in node/outfuncs.c.
      
      Jan
      eeff2c94
    • V
      SET TRANSACTION ISOLATION LEVEL ... · 3498d878
      Vadim B. Mikheev 提交于
      LOCK TABLE IN ... MODE
      ...implemented
      3498d878
    • B
      Attached is a patch with some fixes that (I think that) should go into · 03f16488
      Bruce Momjian 提交于
      6.4.1. Here is the list:
      
      - The type int8 now works. In fact, the bug(s) were in
      src/backend/port/snprintf.c, so int8 is probably broken in every platform
      that hasn't a native snprintf/vsnprintf. The type itself worked as
      expected, only the output was wrong. Anyway, this patch should be checked
      in other platforms.
      
      - The regression tests for int2 and int4, which were broken due to
      differences in the error messages, are fixed.
      
      - The regression test for float8, which was broken in the reference
      platform, is also fixed. I don't know if the new file (float8-OSF1.out)
      will work on other platforms, but it might be worth to try it.
      
      - Two new template files are provided (alpha_cc, which includes
      optimization, and alpha_gcc), and src/templates/.similar is updated
      accordingly. src/templates/alpha should be removed from the distribution.
      *IMPORTANT NOTE*: I don't know if you can use gcc to compile postgres;
      I've written the alpha_gcc file because alpha_cc has some flags that are
      specific to DEC C.
      
      - There is a (very basic) Digital Unix specific FAQ in
      doc/FAQ_DigitalUnix.
      
      --
      -------------------------------------------------------------------
      Pedro José Lobo Perea                   Tel:    +34 91 336 78 19
      03f16488
    • B
      Fix for HAVE_LONG bug in snprintf.c. · 9d6f0606
      Bruce Momjian 提交于
      9d6f0606
    • B
      Fix for snprintf with long long's, define problem. · 6b7cf132
      Bruce Momjian 提交于
      6b7cf132
  3. 17 12月, 1998 1 次提交
    • M
      · 597205c3
      Marc G. Fournier 提交于
      From: Keith Parks <emkxp01@mtcc.demon.co.uk>
      
      Looks like :vartypmod got transmuted to %vartypmod in an editing session.
      597205c3
  4. 16 12月, 1998 1 次提交
  5. 15 12月, 1998 6 次提交
  6. 14 12月, 1998 10 次提交
  7. 13 12月, 1998 6 次提交
  8. 08 12月, 1998 1 次提交
  9. 04 12月, 1998 1 次提交
  10. 29 11月, 1998 3 次提交
  11. 28 11月, 1998 1 次提交
  12. 22 11月, 1998 1 次提交
  13. 17 11月, 1998 2 次提交