- 17 May, 2000 1 commit
-
-
Michael Meskes authored
-
- 02 May, 2000 1 commit
-
-
Bruce Momjian authored
-
- 29 Apr, 2000 1 commit
-
-
Bruce Momjian authored
-
- 05 Apr, 2000 1 commit
-
-
Michael Meskes authored
-
- 03 Mar, 2000 1 commit
-
-
Michael Meskes authored
-
- 23 Feb, 2000 1 commit
-
-
Michael Meskes authored
-
- 17 Feb, 2000 1 commit
-
-
Michael Meskes authored
-
- 16 Feb, 2000 2 commits
-
-
Michael Meskes authored
-
Michael Meskes authored
-
- 15 Feb, 2000 2 commits
-
-
Michael Meskes authored
-
Michael Meskes authored
-
- 27 Jan, 2000 1 commit
-
-
Michael Meskes authored
-
- 16 Dec, 1999 1 commit
-
-
Michael Meskes authored
-
- 02 Nov, 1999 1 commit
-
-
Michael Meskes authored
-
- 05 Mar, 1999 1 commit
-
-
Michael Meskes authored
-
- 23 Feb, 1999 1 commit
-
-
Marc G. Fournier authored
From: Michael Meskes <Michael_Meskes@topmail.de> + + Son Feb 21 14:10:47 CET 1999 + + - Fixed variable detection in libecpg. + + Mon Feb 22 19:47:45 CET 1999 + + - Added 'at <db_connection>' option to all commands it is apllicable + to. Due to changing the API of some libecpg functions this + requires me to increase the major version number. + - Synced pgc.l with scan.l. + - Added support for unions. + - Set library version to 3.0.0 + - Set ecpg version to 3.0.0
-
- 18 Jan, 1999 1 commit
-
-
Bruce Momjian authored
remaining shift/reduce conflict. But the very same conflict is in gram.y, so I don't dig into it very much now. Anyway, I just saw that there were minor changes made to ecpg by others. Now I like that but I would prefer if I was told about that. Otherwise my version numbering and Changelog maintaining might break. Or simply change these too. :-) Also I had to add #include <errno.h> to backend/libpq/pqcomprim.c to be able to compile postgresql. Patch is attached. Since my resubscription process is still not finished yet, I still send them here. Michael
-
- 11 Aug, 1998 1 commit
-
-
Bruce Momjian authored
to understand cursors with variables. Michael
-
- 06 May, 1998 1 commit
-
-
Marc G. Fournier authored
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
-
- 21 Apr, 1998 1 commit
-
-
Marc G. Fournier authored
Michael Meskes <meskes@topsystem.de>
-
- 06 Apr, 1998 1 commit
-
-
Bruce Momjian authored
Attached you'll find a (big) patch that fixes make dep and make depend in all Makefiles where I found it to be appropriate. It also removes the dependency in Makefile.global for NAMEDATALEN and OIDNAMELEN by making backend/catalog/genbki.sh and bin/initdb/initdb.sh a little smarter. This no longer requires initdb.sh that is turned into initdb with a sed script when installing Postgres, hence initdb.sh should be renamed to initdb (after the patch has been applied :-) ) This patch is against the 6.3 sources, as it took a while to complete. Please review and apply, Cheers, Jeroen van Vianen
-
- 11 Feb, 1998 1 commit
-
-
Marc G. Fournier authored
Cleanups for ecpg, as well as a missing patch so that its configured in
-
- 10 Feb, 1998 1 commit
-
-
Marc G. Fournier authored
-