1. 31 7月, 1996 6 次提交
    • M
      already exists in the contrib directory · c6cf2182
      Marc G. Fournier 提交于
      c6cf2182
    • M
      Added <sys/termios.h> for i386_solaris port · 3881cbd2
      Marc G. Fournier 提交于
      Submitted by: Dr_George_D_Detlefsen <drgeorge@ilt.com>
      3881cbd2
    • M
      Fixes: · a05ed5bc
      Marc G. Fournier 提交于
      In postgres95/src/backend/nodes/readfuncs, lines 1188 and 1189,
      local_node->relname is taken to point to a NameType, while its
      defined as a pointer to char. Both the casting to Name and the
      call of namestrcpy should, IMHO, be changed appropriately (first
      patch).
      
      As far as I could see from the Linux signal header file,
      a signal handler is declared as
      
              typedef void (*__sighandler_t)(int);
      
      Few changes to postgres95/src/backend/storage/lmgr/proc.c seem
      appropriate to comply with this.
      
      Finally, postgres95/src/bin/pg_version/pg_version.c defines
      a function GetDataHome (by default, returning an integer)
      and returns NULL in the function, which isn't an integer...
      
      Submitted by:  ernst.molitor@uni-bonn.de
      a05ed5bc
    • M
      Fixes: · 4477b6f6
      Marc G. Fournier 提交于
              updates the psql.1 manual page for \ options
              add row count and ties it to the header option
              updated manual pages and comment for above change
              got \? to display in one screen-full (almost, \? scrolls off top)
              moved \r to \E, and \z to \r (for historical reasons with monitor)
              small code alignment cleanup
      
      Submitted by: Bruce Momjian <maillist@candle.pha.pa.us>
      4477b6f6
    • M
      Style didn't appeal to some...:) · 1af2cc0d
      Marc G. Fournier 提交于
      Submitted by:  Bruce Momjian <maillist@candle.pha.pa.us>
      1af2cc0d
    • M
      Fixes: Floating point exception in psql · e0d48c31
      Marc G. Fournier 提交于
      Submitted by: Dan McGuirk <mcguirk@indirect.com>
      e0d48c31
  2. 30 7月, 1996 7 次提交
  3. 29 7月, 1996 1 次提交
  4. 28 7月, 1996 5 次提交
  5. 27 7月, 1996 12 次提交
  6. 26 7月, 1996 6 次提交
  7. 25 7月, 1996 3 次提交