summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg
AgeCommit message (Expand)Author
2004-04-23Add new auto-detection of thread flags.Bruce Momjian
2004-04-23Fixed memory misusage in variable handling.Michael Meskes
2004-03-29Fixed possible segfault in type.c (by Juergen Cappel)Michael Meskes
2004-03-15The "cvs add" of test_thread_implicit.pgc seems to have been missed,Bruce Momjian
2004-03-14Fix ecpg_sqlca_key_destructor to return void.Bruce Momjian
2004-03-14- Fixed Informix compat math functions to cope with the situationsMichael Meskes
2004-03-04- Fixed segfault due to missing check for variable declaration.Michael Meskes
2004-03-02Added partly missing VOLATILE keyword.Michael Meskes
2004-02-24Add %option nodefault to all our flex lexers. Fix a couple of rule gapsTom Lane
2004-02-24- Corrected error handling in PGTYPEStimestamp_from_asc.Michael Meskes
2004-02-23Fixed incorrect output of indicator structs using the name of the data struct.Michael Meskes
2004-02-18Added missing rule for DOUBLE variables.Michael Meskes
2004-02-16- Cleaned up parser a little bit. It does not make sense to allow aMichael Meskes
2004-02-15- Allowed some C keywords to be used as SQL column names.Michael Meskes
2004-02-15 - Added missing braces to array parsing.Michael Meskes
2004-02-10Repair missing inclusions of -lintl for shared libraries.Tom Lane
2004-01-28Fix typo.Tom Lane
2004-01-28Removed some debugging output.Michael Meskes
2004-01-28- Issue a warning if a cursor is declared but not opened.Michael Meskes
2004-01-21Added WHENEVER NOT_FOUND to SELECT/INSERT/UPDATE/DELETE.Michael Meskes
2004-01-19Repair problem identified by Olivier Prenant: ALTER DATABASE SET search_pathTom Lane
2004-01-13Fix ecpg test program to properly access int* null indicator.Bruce Momjian
2004-01-07More janitorial work: remove the explicit casting of NULL literals to aNeil Conway
2004-01-04Fixed bug in GRANT OPTION FOR parsing.Michael Meskes
2004-01-04Fix portability bugs: char values passed to <ctype.h> functions mustTom Lane
2003-12-29Added missing whitespaces to array argument parsing.Michael Meskes
2003-12-24Fixed segfault in parsing of EXEC SQL SELECT * FROM foo() AS TBL( c int, i int);Michael Meskes
2003-12-21Back out:Bruce Momjian
2003-12-20In my mind there were two categories of open issuesBruce Momjian
2003-12-19Supress ecpg thread test if configure didn't enable threads. FixBruce Momjian
2003-12-18Forgot to change one compatlib.h.Peter Eisentraut
2003-12-18Move Informix compatibility include files out of the way. compatlib.hPeter Eisentraut
2003-12-17- Added just another patch by Dave that fixes a reversed order inMichael Meskes
2003-12-03Added patch by Dave Cramer for array handling in ecpglib.Michael Meskes
2003-11-30Bump all version numbers and version stamps mentioned in RELEASE_CHANGES.Bruce Momjian
2003-11-29make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-11-24Rename USE_THREADS to ENABLE_THREAD_SAFETY to avoid name clash with Perl.Peter Eisentraut
2003-11-19Fixed typo in create schema parsing.Michael Meskes
2003-11-10Re-added forgotten cache.Michael Meskes
2003-11-08Made sure an internal array is not treated as a user defined one.Michael Meskes
2003-11-03Fixed potentially uninitialized memory bug in compatlib.Michael Meskes
2003-11-02Complete options help and put it in less random order.Peter Eisentraut
2003-10-31If EOF is found inside a string/comment/etc. stop parsing.Michael Meskes
2003-10-30Applied patch by Dave Cramer to fix several bugs in compatlib.Michael Meskes
2003-10-28Include -lkrb5 when needed for shlibs depending on libpq. Per reportTom Lane
2003-10-26Fixed bug with indicators when storage for the string is dynamically allocated.Michael Meskes
2003-10-22Add missing semicolon, per Johann Uhrmann.Tom Lane
2003-10-21Cope with platforms that offer LONGLONG_MIN in place of the C99-specTom Lane
2003-10-20Install dummy sqlda.h file since this is needed for compatibility.Michael Meskes