]> granicus.if.org Git - postgresql/history - src/interfaces/ecpg/ChangeLog
Added patch by ISHIDA Akio to allow indicators in execute statements.
[postgresql] / src / interfaces / ecpg / ChangeLog
2004-06-17 Michael MeskesAdded patch by ISHIDA Akio to allow indicators in execu...
2004-05-21 Michael Meskes- Fixed DEALLOCATE PREPARE to use correct function...
2004-05-10 Michael Meskes- Argh, just another bug in adjust_informix.
2004-05-07 Michael Meskes- Added additional test case.
2004-05-05 Michael Meskes- Fixed bug in adjust_informix that treated arrays...
2004-04-29 Michael MeskesSynced parser and keyword list.
2004-03-29 Michael MeskesFixed possible segfault in type.c (by Juergen Cappel)
2004-03-14 Michael Meskes- Fixed Informix compat math functions to cope with...
2004-03-04 Michael Meskes- Fixed segfault due to missing check for variable...
2004-03-02 Michael MeskesAdded partly missing VOLATILE keyword.
2004-02-24 Michael Meskes- Corrected error handling in PGTYPEStimestamp_from_asc.
2004-02-16 Michael Meskes- Cleaned up parser a little bit. It does not make...
2004-02-15 Michael Meskes- Allowed some C keywords to be used as SQL column...
2004-02-15 Michael Meskes - Added missing braces to array parsing.
2004-01-28 Michael Meskes- Issue a warning if a cursor is declared but not opened.
2003-12-17 Michael Meskes- Added just another patch by Dave that fixes a reverse...
2003-12-03 Michael MeskesAdded patch by Dave Cramer for array handling in ecpglib.
2003-11-03 Michael MeskesFixed potentially uninitialized memory bug in compatlib.
2003-10-31 Michael MeskesIf EOF is found inside a string/comment/etc. stop parsing.
2003-10-30 Michael MeskesApplied patch by Dave Cramer to fix several bugs in...
2003-10-26 Michael MeskesFixed bug with indicators when storage for the string...
2003-10-20 Michael MeskesInstall dummy sqlda.h file since this is needed for...
2003-10-19 Michael MeskesCheck for both Informix modes when parsing include...
2003-10-07 Michael MeskesFixed floating point exception in long=>numeric conversion.
2003-10-07 Michael MeskesFixed error handling in Informix compat str to date...
2003-10-06 Michael Meskes- Fixed constant listing in execute using clause.
2003-10-05 Michael MeskesFixed bug in day of week processing.
2003-10-03 Michael MeskesHide Informix datatypes. They are not seen by our built...
2003-09-26 Michael MeskesFixed segfault after error in parsing precision argument.
2003-09-23 Michael Meskes- Changed struct definition handling so "struct foo...
2003-09-22 Michael Meskes- Fixed order mismatch in processing "using" arguments.
2003-09-20 Michael Meskes- Applied some bug fixing patches by Dave Cramer <dave...
2003-09-19 Michael MeskesOne small typo in preprocessor.
2003-09-18 Michael Meskes- Accept output variables for FETCH in DECLARE statement.
2003-09-10 Michael MeskesSome uppercase type definitions were left.
2003-09-01 Michael MeskesFixed two bugs in pgtypes library.
2003-08-26 Michael MeskesFixed connect statement with username in variable.
2003-08-25 Michael MeskesSynced parser and fixed a bug in error output to log...
2003-08-01 Michael Meskes- Added some Informix error codes in Informix mode.
2003-07-25 Michael MeskesAdded explicit casts for date/interval/timestamp.
2003-07-24 Michael MeskesFixed mdy functions to use correct offset.
2003-07-18 Michael MeskesAdded more compat stuff ot the parser.
2003-07-15 Michael MeskesStarted to create different error codes for different...
2003-07-09 Michael MeskesFixed some Informix compat functions so they handle...
2003-07-08 Michael MeskesMore informix fixes.
2003-07-08 Michael MeskesFix segfault in connect in informix mode.
2003-07-07 Michael Meskes"char *" of course is not the same as "char []". So...
2003-07-04 Michael Meskesdate, interval and timestamp data should be quoted.
2003-07-04 Michael MeskesFixed informix behaviour for select without into.
2003-07-01 Michael MeskesUse ISO dates in pgtypeslib by default.
2003-06-29 Michael Meskes- Made sure Informix style decimal vars are initialized...
2003-06-29 Michael MeskesJust another sync.
2003-06-26 Michael MeskesAdded just another compatibility level for Informix.
2003-06-22 Michael MeskesAdded missing terminating '\0' char for data put into...
2003-06-20 Michael MeskesSynced with backend.
2003-06-20 Michael MeskesJust another Informix compatibility change. They uses...
2003-06-20 Michael MeskesAllow constants in using clauses.
2003-06-19 Michael MeskesFixed fetch into char * and added missing prototype...
2003-06-17 Michael MeskesFixed several more parsing bugs.
2003-06-15 Michael MeskesSome minor changes for new version numbering.
2003-06-13 Michael Meskes- Enable FETCH without INTO.
2003-06-11 Michael MeskesMake sure a variable is no longer referenced when it...
2003-06-10 Michael MeskesFixed some bugs.
2003-06-02 Michael MeskesFixed segfault in forward definition parsing.
2003-05-30 Michael MeskesCreate a real prototype function for describe.
2003-05-30 Michael MeskesSync and some minor cleanup/fixing work plus an EXEC...
2003-05-29 Michael MeskesChanged variable parsing so struct[n].attr works.
2003-05-29 Michael MeskesParse forward definiton of structs.
2003-05-27 Michael MeskesAllow input from stdin and output to stdout.
2003-05-27 Michael MeskesFixed incorrect output for some structs.
2003-05-23 Michael Meskesecpg now accepts array elements as arguments.
2003-05-22 Michael Meskesecpg now recognizes named structs/unions. So you don...
2003-05-20 Michael MeskesReversed my incorrect fix.
2003-05-16 Michael MeskesMade variable type double work again.
2003-05-16 Michael MeskesFixed incorrect include and another typo. Sorry, the...
2003-05-14 Michael Meskes - Added more compatibility functions.
2003-05-13 Michael MeskesFixed order of include file search path.
2003-05-06 Michael MeskesAdded rfmtlong compatibility function.
2003-05-01 Michael MeskesAdded an option to force ecpg to also parse files inclu...
2003-04-08 Michael MeskesAdded some more informix compatibility functions.
2003-03-30 Michael MeskesMoved Informix stuff to its own compat library. Interva...
2003-03-27 Michael MeskesMore changes to pgtypeslib and set optimization to...
2003-03-21 Michael MeskesDo not free prepares statements at the end of a transac...
2003-03-21 Michael MeskesChanges to the parser to accept new datatypes.
2003-03-20 Michael MeskesStarted adding date and timestamp.
2003-03-16 Michael MeskesStarted working on a seperate pgtypes library. First...
2003-02-25 Michael MeskesAllow SET CONNECTION to be followed by connection objec...
2003-02-19 Michael MeskesAdded DATABASE command as alias to CONNECT TO.
2003-02-14 Michael Meskes- Synced parser and keyword file.
2003-02-13 Michael Meskes- Applied error reporting patch by Matthew Vanecek
2003-01-21 Michael MeskesSynced parser.
2002-11-27 Michael MeskesSynced parser with backend
2002-11-15 Michael MeskesSynced parser.
2002-11-07 Michael MeskesSynced parser one more time.
2002-10-21 Michael MeskesMerged ecpg_big_bison back into HEAD
2002-07-20 Michael MeskesSynced parser yet again.
2002-06-17 Michael MeskesFixed parser bug concerning octal numbers in single...
2002-06-12 Michael MeskesApplied Lee Kindness' patch to fix one of memory alloca...
2002-05-20 Michael Meskes - Fixed some parser bugs.
2002-05-19 Michael Meskes - Fixed reduce/reduce conflict in parser.
next