- 25 Jun, 2006 1 commit
-
-
Michael Meskes authored
-
- 21 Jun, 2006 2 commits
-
-
Michael Meskes authored
-
Michael Meskes authored
Added missing error handling in a few functions in ecpglib
-
- 26 May, 2006 1 commit
-
-
Bruce Momjian authored
'off'. This allows pg_dump output with standard_conforming_strings = 'on' to generate proper strings that can be loaded into other databases without the backslash doubling we typically do. I have added the dumping of the standard_conforming_strings value to pg_dump. I also added standard backslash handling for plpgsql.
-
- 24 Apr, 2006 1 commit
-
-
Michael Meskes authored
-
- 30 Nov, 2005 1 commit
-
-
Michael Meskes authored
- Made several variables "const char *" instead of "char *" as proposed by Qingqing Zhou <zhouqq@cs.toronto.edu>. - Replaced all strdup() calls by ECPGstrdup(). - Set ecpg library version to 5.2. - Set ecpg version to 4.2.1.
-
- 15 Oct, 2005 1 commit
-
-
Bruce Momjian authored
-
- 04 Jul, 2005 1 commit
-
-
Bruce Momjian authored
wrong. __AMD64__ is not defined, __amd64__ is. Christof Petig
-
- 02 Jul, 2005 1 commit
-
-
Bruce Momjian authored
Improve code clarity by using macros for E'' processing.
-
- 02 Jun, 2005 1 commit
-
-
Michael Meskes authored
- Added patch by Gavin Scott <gavin@planetacetech.com> for Intel 64bit hardware.
-
- 18 Mar, 2005 1 commit
-
-
Michael Meskes authored
Added patch by Christof Petig <christof@petig-baender.de> to work around gcc bug on powerpc and amd64.
-
- 29 Aug, 2004 1 commit
-
-
Bruce Momjian authored
-
- 05 Jul, 2004 1 commit
-
-
Michael Meskes authored
- Added special handling of descriptor header information. - Some code cleanup.
-
- 04 Jul, 2004 1 commit
-
-
Michael Meskes authored
-
- 30 Jun, 2004 1 commit
-
-
Michael Meskes authored
Note that this still has some bugs. The functionality is there though, it's just a matter of fixing the bugs now. Cleaned up error handling in preprocessor.
-
- 27 Jun, 2004 1 commit
-
-
Michael Meskes authored
- Variables that are out of scope, were not removed all the time. - Make a varchar NULL set everything to 0 when not using indicators. - Synced parser.
-
- 05 May, 2004 1 commit
-
-
Michael Meskes authored
- Synced parser again. - Synced lexer.
-
- 28 Jan, 2004 1 commit
-
-
Michael Meskes authored
- Fixed prototype for ECPGprepared_statement to not moan about "const char" - Fixed parsing of nested structures. - Added option to parse header files.
-
- 07 Jan, 2004 1 commit
-
-
Neil Conway authored
pointer type when it is not necessary to do so. For future reference, casting NULL to a pointer type is only necessary when (a) invoking a function AND either (b) the function has no prototype OR (c) the function is a varargs function.
-
- 03 Dec, 2003 1 commit
-
-
Michael Meskes authored
-
- 29 Nov, 2003 1 commit
-
-
PostgreSQL Daemon authored
$Header: -> $PostgreSQL Changes ...
-
- 10 Nov, 2003 1 commit
-
-
Michael Meskes authored
-
- 08 Nov, 2003 1 commit
-
-
Michael Meskes authored
-
- 26 Oct, 2003 1 commit
-
-
Michael Meskes authored
-
- 18 Sep, 2003 1 commit
-
-
Michael Meskes authored
- Synced parser. - Allowed C variables to carry the name of prepared statements. - Added Informix handling of datatype converion errors.
-
- 09 Sep, 2003 1 commit
-
-
Michael Meskes authored
- Changed all new datatypes to lowercase. - Fixed rounding bug in numerical types.
-
- 04 Aug, 2003 1 commit
-
-
Bruce Momjian authored
-
- 01 Aug, 2003 2 commits
-
-
Peter Eisentraut authored
rather than parsing the message. Add some documentation about embedded SQL.
-
Michael Meskes authored
- Added just another pgtypeslib function.
-
- 25 Jul, 2003 1 commit
-
-
Michael Meskes authored
-
- 15 Jul, 2003 1 commit
-
-
Michael Meskes authored
-
- 08 Jul, 2003 1 commit
-
-
Michael Meskes authored
-
- 07 Jul, 2003 1 commit
-
-
Michael Meskes authored
"char *" of course is not the same as "char []". So I had to fix the way ecpg treated the second one.
-
- 04 Jul, 2003 2 commits
-
-
Michael Meskes authored
-
Michael Meskes authored
-
- 01 Jul, 2003 1 commit
-
-
Michael Meskes authored
Applied patch by Philip Yarra to fix some thread issues. Added a new data type "decimal" which is mostly the same as our "numeric" but uses a fixed length array to store the digits. This is for compatibility with Informix and maybe others.
-
- 26 Jun, 2003 1 commit
-
-
Michael Meskes authored
-
- 25 Jun, 2003 1 commit
-
-
Michael Meskes authored
-
- 20 Jun, 2003 1 commit
-
-
Michael Meskes authored
-
- 15 Jun, 2003 1 commit
-
-
Bruce Momjian authored
Lee Kindness
-