postgresql/src
Marc G. Fournier 6bccf64d7b From: Michael Meskes <meskes@topsystem.de>
Tue Apr 28 14:48:41 CEST 1998

      - Put operator "->" back into parser. Note that :foo->bar means the
        C term, but :foo ->bar means the operator "->".

Tue Apr 28 15:49:07 CEST 1998

      - Added exec sql disconnect command.
      - Allow varchar in C to be written in uppercase too.
      - Added whenever option "do break;"

Wed Apr 29 09:17:53 CEST 1998

      - Corrected parsing of C comments.
      - Also allow C++ style comments.
      - Make sure not found is only checked after commands that could
          return it.
      - Added error codes, see ecpgerror.h for details.
      - Added "exec sql <TransactionStmt> release" as disconnect statement
        for compatibility issues.

Thu Apr 30 10:42:10 CEST 1998

      - Added a -t option to disable automatic transaction start.
      - Added sqlerrd[] to sqlca struct.
      - Give back number of tuples affect in sqlca.sqlerrd[2].

Thu Apr 30 13:36:02 CEST 1998

      - Make the return code different in case of different errors.

Wed May  6 11:42:48 CEST 1998

      - Free memory if possible
      - Some bugfixes for bugs I found while changing the memory
          allocation code
      - Now able to fill complete array with one call (see test1.pgc for
          an example)
      - Set version to 2.3.0
      - Set library version to 2.1
1998-05-06 13:03:47 +00:00
..
backend Missed the __alpha__ to __alpha change... 1998-05-04 23:49:17 +00:00
bin Fix for missing parens with \g causing psql to get completely 1998-05-04 02:02:09 +00:00
data Remove duplicates 1998-03-16 05:52:23 +00:00
include Missed the __alpha__ to __alpha change... 1998-05-04 23:49:17 +00:00
interfaces From: Michael Meskes <meskes@topsystem.de> 1998-05-06 13:03:47 +00:00
lextest Hi, 1998-04-06 00:32:26 +00:00
makefiles return to normal values 1998-05-04 02:09:33 +00:00
man Add cursor name to man page. 1998-04-28 18:39:11 +00:00
pl/tcl DESTDIR removed, again. 1998-04-06 16:53:15 +00:00
template From: Ryan Kirkpatrick <rkirkpat@nag.cs.colorado.edu> 1998-04-27 14:46:51 +00:00
test Missed adding two files from the MultiByte patch... 1998-04-29 12:26:22 +00:00
tools test 1998-05-01 04:33:58 +00:00
tutorial Fix spelling of "including 1998-03-20 04:12:25 +00:00
utils From: Jeroen van Vianen <jeroenv@design.nl> 1998-04-29 12:41:29 +00:00
DEVELOPERS Reorganize developers files. 1997-09-08 04:14:01 +00:00
GNUmakefile.in distclean cleanup 1998-04-06 17:02:13 +00:00
Makefile Warning in makefile added from DArcy. 1997-08-22 16:38:33 +00:00
Makefile.global.in From: t-ishii@sra.co.jp 1998-04-27 17:10:50 +00:00
config.guess From: "Eric H. Raskin" <ehr@listworks.com> 1997-06-11 01:02:01 +00:00
config.sub Start of a univel port by "Michael P. Snyder" <msnyder@hawkeye.huntersmoon.com> 1997-03-25 07:16:36 +00:00
configure From: Jeroen van Vianen <jeroenv@design.nl> 1998-04-29 12:41:29 +00:00
configure.in From: Jeroen van Vianen <jeroenv@design.nl> 1998-04-29 12:41:29 +00:00
install-sh Bring back in the autoconf files - work in progress 1997-02-04 08:53:45 +00:00