aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/preproc/preproc.y
Commit message (Expand)AuthorAge
* - Issue a warning if a cursor is declared but not opened.Michael Meskes2004-01-28
* 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
* - Added just another patch by Dave that fixes a reversed order inMichael Meskes2003-12-17
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Fixed typo in create schema parsing.Michael Meskes2003-11-19
* Made sure an internal array is not treated as a user defined one.Michael 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
* Fixed two small bugs.Michael Meskes2003-06-16
* - Enable FETCH without INTO.Michael Meskes2003-06-13
* Make sure a variable is no longer referenced when it is removed.Michael Meskes2003-06-11
* Fixed some bugs.Michael Meskes2003-06-10
* Fixed segfault in forward definition parsing.Michael Meskes2003-06-02
* Create a real prototype function for describe.Michael Meskes2003-05-30
* Sync and some minor cleanup/fixing work plus an EXEC SQL DESCRIBE prototype.Michael Meskes2003-05-30
* Changed variable parsing so struct[n].attr works.Michael Meskes2003-05-29
* Parse forward definiton of structs.Michael Meskes2003-05-29
* Fixed incorrect output for some structs.Michael Meskes2003-05-27
* ecpg now accepts array elements as arguments.Michael Meskes2003-05-23