1. 07 8月, 1996 3 次提交
    • M
      Fixes: · ab22b348
      Marc G. Fournier 提交于
      While a normal SELECT statement can contain a GROUP BY clause, a cursor
      declaration cannot. This was not the case in PG-1.0. Was there a good
      reason why this was changed? Are cursors being phased out? Is there any way
      to get data with just a SELECT (and without a DECLARE CURSOR ...)?
      
      The patch below seems to fix things. If anyone can see a problem with it,
      please let me know. Thanks.
      
      Submitted by:  David Smith <dasmith@perseus.tufts.edu>
      ab22b348
    • M
      Fixes for: · c4e53a14
      Marc G. Fournier 提交于
      Here are a few minor fixes to Postgres95.  Mostly I have added const
      to some of the char pointers.  There was also a missing header file
      and a place where it looks like "==" was used when "=" was meant.
      I also changed some variables from Pfin and Pfout tp pfin and pfout
      because the latter shadow global variables and that just seems like
      an unsafe practice which I like to avoid.
      
      Submitted by:  "D'Arcy J.M. Cain" <darcy@druid.druid.com>
      c4e53a14
    • M
      Had a space in CFLAGS+= -I .. · fd3b8299
      Marc G. Fournier 提交于
      Submitted by:  Andrew Martin <martin@biochemistry.ucl.ac.uk>
      fd3b8299
  2. 06 8月, 1996 1 次提交
  3. 05 8月, 1996 3 次提交
  4. 02 8月, 1996 3 次提交
  5. 01 8月, 1996 11 次提交
  6. 31 7月, 1996 9 次提交
  7. 30 7月, 1996 7 次提交
  8. 29 7月, 1996 1 次提交
  9. 28 7月, 1996 2 次提交