]> granicus.if.org Git - postgresql/history - src/interfaces/ecpg/ChangeLog
Fixed segfault after error in parsing precision argument.
[postgresql] / src / interfaces / ecpg / ChangeLog
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.
2002-04-28 Michael Meskes - Synced yet again.
2002-04-22 Michael MeskesSynced preproc.y and keywords.c.
2002-04-14 Michael Meskes- Synced preproc.y with gram.y
2002-03-21 Michael MeskesAdded typedef patches and a new option '-c' to automati...
2002-03-10 Michael MeskesFixed two bugs in define command in pgc.l
2002-03-06 Michael MeskesSynced parser with backend.
2002-01-23 Michael MeskesAdded patch to temporarily disable locale for descripto...
2002-01-18 Michael MeskesAccept subsequent commits. This should have been just...
2002-01-13 Michael Meskes - Fixed variable handling for struct members.
2002-01-11 Michael MeskesAdded Christof's fixes.
2002-01-10 Michael MeskesInclude sqlca.h automatically.
2002-01-08 Michael MeskesFixed array pointers, no longer using void * in arithme...
2002-01-07 Michael MeskesFixed parser to accept initializing expressions startin...
2001-12-23 Michael Meskes- Removed space_or_nl and line_end from pgc.l.
2001-12-09 Michael MeskesFixed several bugs concerning indicators and added...
2001-12-08 Michael MeskesFix ecpg to allow pointer to structs.
2001-12-06 Michael Meskes - Removed debug message from preproc.y.
2001-12-05 Michael Meskes - Fixed variable handling in AT statement.
2001-12-04 Michael Meskes Fixed dumping of structs without indicators.
2001-11-14 Michael MeskesAdded Christof's patches.
2001-11-02 Michael MeskesSync parser yet again.
2001-10-22 Michael Meskessynced preproc.y with gram.y
2001-10-19 Michael Meskesremoved "not fully implemented" warning for nullif
2001-10-18 Michael MeskesAdded Lee Kindness' patches.
2001-10-14 Michael Meskes - Fixed GRANT statement.
2001-10-08 Michael Meskes Fix include file so library is binary compatible again.
2001-10-05 Michael MeskesMake sure each call to ECPGraise is logged.
2001-10-05 Michael MeskesFixed typo in proproc.y
next