]> granicus.if.org Git - postgresql/history - src/interfaces/ecpg/preproc/preproc.y
Implement SQL-standard WITH clauses, including WITH RECURSIVE.
[postgresql] / src / interfaces / ecpg / preproc / preproc.y
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.
2004-01-21 Michael MeskesAdded WHENEVER NOT_FOUND to SELECT/INSERT/UPDATE/DELETE.
2004-01-04 Michael MeskesFixed bug in GRANT OPTION FOR parsing.
2003-12-24 Michael MeskesFixed segfault in parsing of EXEC SQL SELECT * FROM...
2003-12-17 Michael Meskes- Added just another patch by Dave that fixes a reverse...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-11-19 Michael MeskesFixed typo in create schema parsing.
2003-11-08 Michael MeskesMade sure an internal array is not treated as a user...
2003-10-22 Tom LaneAdd missing semicolon, per Johann Uhrmann.
2003-10-06 Michael Meskes- Fixed constant listing in execute using clause.
2003-09-26 Michael MeskesFixed segfault after error in parsing precision argument.
2003-09-24 Bruce MomjianFix creation of temporary sequences in ecpg, per report...
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-19 Michael MeskesOne small typo in preprocessor.
2003-09-19 Michael MeskesRemoved superfluous return statement in get_data.
2003-09-18 Michael Meskes- Accept output variables for FETCH in DECLARE statement.
2003-09-09 Michael Meskes- Added Dave patch for Informix handling of numeric...
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-06 Tom LaneFix compiler-detected problem for Alphas: it seems...
2003-08-01 Michael MeskesAdded missing TO keyword.
2003-07-18 Michael MeskesAdded more compat stuff ot the parser.
2003-07-14 Michael MeskesMissed one rule in syncinc preproc.y which resulted...
2003-07-14 Michael Meskes - Synced preproc.y with gram.y
2003-07-09 Michael MeskesArgh! Missed one file.
2003-07-08 Michael MeskesMore informix fixes.
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-27 Tom LaneCreate real array comparison functions (that use the...
2003-06-26 Michael MeskesAdded just another compatibility level for Informix.
2003-06-25 Bruce MomjianBack out array mega-patch.
2003-06-25 Michael MeskesImplemented Informix special way to treat NULLs, remove...
2003-06-24 Bruce MomjianArray mega-patch.
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-16 Michael MeskesFixed two small bugs.
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 MeskesFixed incorrect output for some structs.
2003-05-23 Michael Meskesecpg now accepts array elements as arguments.
2003-05-22 Michael MeskesFixed segfault when detecting undefined cursor.
2003-05-22 Michael Meskesecpg now recognizes named structs/unions. So you don...
2003-05-16 Michael MeskesMade variable type double work again.
2003-05-16 Bruce MomjianAllow interfaces to compile under MingGW/Win32 by addin...
2003-05-14 Michael Meskes - Added more compatibility functions.
2003-05-02 Michael MeskesFixed double definition of ecpg_compat_mode.
2003-03-27 Michael MeskesMore changes to pgtypeslib and set optimization to...
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-17 Michael MeskesAdded Informix "database" command.
2003-02-14 Michael Meskes- Synced parser and keyword file.
2003-02-13 Michael MeskesJust intermediate results for backup reasons.
2003-01-21 Michael MeskesSynced parser.
2002-12-13 Bruce MomjianProtect from null param on ecpg disconnect, verified...
2002-12-12 Bruce MomjianWhile porting my TPC-C implementation from Oracle,...
2002-11-27 Michael MeskesSynced parser with backend
2002-11-15 Michael MeskesSynced parser.
2002-11-07 Michael MeskesSynced parser one more time.
2002-11-01 Tom LaneArrange to compile flex output files as inclusions...
2002-10-21 Michael MeskesMerged ecpg_big_bison back into HEAD
2002-09-22 Tom LaneRemove commas for compatibility with newer bisons.
2002-09-02 Tom LaneFix breakage introduced by evidently-completely-unteste...
2002-09-02 Bruce MomjianI checked all the previous string handling errors and...
2002-07-21 Michael MeskesFixed some minor typos.
2002-07-21 Michael MeskesRe-Committed old file.
2002-07-20 Michael MeskesSynced parser yet again.
2002-07-01 Michael MeskesCommit old versions into main branch again.
2002-06-30 Michael MeskesCommitting parser changes. Note, however, that the...
2002-06-11 Jan WieckKatherine Ward wrote:
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-19 Bruce MomjianAdd missing trailing semicolons to ecpg rules.
2002-03-15 Bruce MomjianManually clean up indenting of ecpg lex/yacc files...
2002-03-10 Bruce MomjianDisable brackets in multi-statement rules, as discussed.
2002-03-06 Michael MeskesSynced parser with backend.
2002-03-06 Bruce MomjianChange made to elog:
2002-01-13 Michael Meskes - Fixed variable handling for struct members.
2002-01-08 Tom LaneRemove shift/reduce conflicts introduced by last change.
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...
next