1. 28 2月, 1998 9 次提交
  2. 27 2月, 1998 12 次提交
  3. 26 2月, 1998 7 次提交
  4. 25 2月, 1998 7 次提交
  5. 24 2月, 1998 5 次提交
    • M
      Change -c to -u for regress.sh...should shrink regression.<portname> somewhat · f0da7129
      Marc G. Fournier 提交于
      at the same time...
      
      Suggested by: Frank Ridderbusch <ridderbusch.pad@sni.de>
      f0da7129
    • M
    • M
      + Sat Feb 21 19:10:55 CET 1998 · 80e12829
      Marc G. Fournier 提交于
      +
      +       - use char[] as string not as array of bytes that is integers
      +
      + Sun Feb 22 16:37:36 CET 1998
      +
      +       - use long for all size variables
      +       - added execute immediate statement
      +
      + Sun Feb 22 20:41:32 CET 1998
      +
      +       - use varcharsize = 1 for all simple types, 0 means pointer, > 1
      +         means array if type is char resp. unsigned char
      +
      + Thu Feb 24 12:26:12 CET 1998
      +
      +       - allow 'go to' in whenever statement as well as 'goto'
      +       - new argument 'stop' for whenever statement
      
      From: Michael Meskes <meskes@topsystem.de>
      80e12829
    • M
      From: "Denis V. Dmitrienko" <denis@null.net> · 0227a4e1
      Marc G. Fournier 提交于
      What it does:
      It solves stupid problem with cyrillic charsets IP-based on-fly recoding.
      take a look at /data/charset.conf for details.
      You can use any tables for any charset.
      Tables are from Russian Apache project.
      Tables in this patch contains also Ukrainian characters.
      
      Then run ./configure --enable-recode
      0227a4e1
    • M
      From: t-ishii@sra.co.jp · 96316211
      Marc G. Fournier 提交于
      Ok. I have decided to use:
      
      #if defined(sun) && if defined(sparc) && !defined(__svr4)
      
      instead of defined(sunos4).  interfaces/libpq/libpq-fe.h and
      include/c.h have been modified(see included patches).
      
      Another porblems I have found are:
      
      o SunOS lacks strtoul(). to fix this I stole strtoul.c from FreeBSD
      and place it under backend/port. necessary modifications have been
      also made to backend/port/Makefile.in, include/config.h.in and
      configure.in (see included patches).
      96316211