aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/preproc/preproc.y
Commit message (Expand)AuthorAge
* List VALUE as a keyword.Michael Meskes2004-11-10
* fixed bug in REVOKE statement cat_str only has 8 argumentsDave Cramer2004-11-01
* - Only use typedefs inside their scope.Michael Meskes2004-06-27
* Added patch by ISHIDA Akio to allow indicators in execute statements.Michael Meskes2004-06-17
* ECPG preprocessor for PostgreSQL 7.4.1, 7.4.2 doubles const,Bruce Momjian2004-06-11
* Fixed DEALLOCATE PREPARE to use correct function callMichael Meskes2004-05-21
* Just another bug in adjust_informix.Michael Meskes2004-05-10
* - Fixed bug that reversed string length in typedefs.Michael Meskes2004-05-07
* Fixed bug in adjust_informix that treated arrays as simple variables.Michael Meskes2004-05-05
* - Fixed segfault due to missing check for variable declaration.Michael Meskes2004-03-04
* Added the missing rules for VOLATILE.Michael Meskes2004-03-02
* - Allowed some C keywords to be used as SQL column names. This used to work i...Michael Meskes2004-02-15
* - Added missing braces to array parsing.Michael Meskes2004-02-15
* Added WHENEVER NOT_FOUND to SELECT/INSERT/UPDATE/DELETE.Michael Meskes2004-01-21
* Fixed bug in GRANT OPTION FOR parsing.Michael Meskes2004-01-04
* Fixed segfault in parsing of EXEC SQL SELECT * FROM foo() AS TBL( c int, i int);Michael Meskes2003-12-24
* Applied all bug fixes from head also to 7.4. Just bugfixes, no new features.Michael Meskes2003-12-17
* Fixed typo in create schema parsing.Michael Meskes2003-11-19
* Fix parsing of create index callMichael Meskes2003-11-08
* Add missing semicolon, per Johann Uhrmann.Tom Lane2003-10-22
* - Fixed constant listing in execute using clause.Michael Meskes2003-10-06
* Fixed segfault after error in parsing precision argument.Michael Meskes2003-09-26
* Fix creation of temporary sequences in ecpg, per report from Edmund Bacon.Bruce Momjian2003-09-24
* - Changed struct definition handling so "struct foo {}" always gets defined.Michael Meskes2003-09-23
* - Fixed order mismatch in processing "using" arguments.Michael Meskes2003-09-22
* One small typo in preprocessor.Michael Meskes2003-09-19
* Removed superfluous return statement in get_data.Michael Meskes2003-09-19
* - Accept output variables for FETCH in DECLARE statement.Michael Meskes2003-09-18
* - Added Dave patch for Informix handling of numeric/int conversion.Michael Meskes2003-09-09
* Fixed connect statement with username in variable.Michael Meskes2003-08-26
* Synced parser and fixed a bug in error output to log file.Michael Meskes2003-08-25
* Fix compiler-detected problem for Alphas: it seems strlen returnsTom Lane2003-08-06
* Added missing TO keyword.Michael Meskes2003-08-01
* Added more compat stuff ot the parser.Michael Meskes2003-07-18
* Missed one rule in syncinc preproc.y which resulted in reduce/reduce conflicts.Michael Meskes2003-07-14
* - Synced preproc.y with gram.yMichael Meskes2003-07-14
* Argh! Missed one file.Michael Meskes2003-07-09
* More informix fixes.Michael Meskes2003-07-08
* Use ISO dates in pgtypeslib by default.Michael Meskes2003-07-01
* - Made sure Informix style decimal vars are initialized. They use aMichael Meskes2003-06-29
* Just another sync.Michael Meskes2003-06-29
* Create real array comparison functions (that use the element datatype'sTom Lane2003-06-27
* Added just another compatibility level for Informix.Michael Meskes2003-06-26
* Back out array mega-patch.Bruce Momjian2003-06-25
* Implemented Informix special way to treat NULLs, removed warnings, synced.Michael Meskes2003-06-25
* Array mega-patch.Bruce Momjian2003-06-24
* Just another Informix compatibility change. They uses "free" for cursors as w...Michael Meskes2003-06-20
* Allow constants in using clauses.Michael Meskes2003-06-20
* Fixed fetch into char * and added missing prototype for an Informix function.Michael Meskes2003-06-19
* Fixed several more parsing bugs.Michael Meskes2003-06-17