]> granicus.if.org Git - postgresql/history - src/interfaces/ecpg/preproc/preproc.y
Fixed some bugs.
[postgresql] / src / interfaces / ecpg / preproc / preproc.y
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...
2001-12-06 Michael Meskes - Removed debug message from preproc.y.
2001-12-05 Michael Meskes - Fixed variable handling in AT statement.
2001-11-16 Tom LaneOnce again, Michael has overwritten someone else's...
2001-11-16 Michael MeskesCommitted again to add the missing files/patches.
2001-11-16 Tom LaneUpdate keyword lists per suggestions by Peter. There...
2001-11-10 Tom LaneAllow TIMESTAMP, VARCHAR, et al to be used as unquoted...
2001-11-02 Michael MeskesSync parser yet again.
2001-10-31 Bruce MomjianAdd ALTER TABLE ADD UNIQUE regression tests from Christ...
2001-10-25 Tom LaneRemove 294 reduce/reduce conflicts.
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-15 Tom LaneDoesn't anyone test stuff before they commit it?
2001-10-15 Bruce Momjian > Uh, isn't the correct fix
2001-10-14 Michael Meskes - Fixed GRANT statement.
2001-10-05 Michael MeskesFixed typo in proproc.y
2001-10-03 Tom LaneDROP AGGREGATE and COMMENT ON AGGREGATE now accept...
2001-10-02 Tom LaneAdd CREATE OR REPLACE FUNCTION syntax to allow replacin...
2001-10-01 Michael Meskes - Fixed truncate bug.
2001-09-25 Michael Meskes - Synced preproc.y with gram.y.
2001-09-19 Michael Meskes- Synced preproc.y with gram.y.
2001-08-19 Michael Meskes- Synced preproc.y with gram.y.
2001-08-16 Tom LaneSequences are now based on int8, not int4, arithmetic...
2001-08-10 Tom LaneMake OIDs optional, per discussions in pghackers. ...
2001-08-10 Bruce MomjianPatch to LOCK multiple tables in one LOCK command.
2001-08-04 Bruce MomjianBack out LOCK A,B,C patch at Tom's suggestion.
2001-08-04 Bruce MomjianAdd LOCK A,B,C functionality as LOCK A;LOCK B;LOCK...
2001-07-16 Tom LanePartial indexes work again, courtesy of Martijn van...
2001-07-12 Tom LaneRemove grammar restrictions on order of optional clause...
2001-07-11 Bruce MomjianThe SQL preprocessor ecpg generates "initially deferrab...
2001-07-10 Tom LaneChanges from Vince Vielhaber to allow the optional...
2001-07-09 Tom LaneAdd SHARE UPDATE EXCLUSIVE lock mode, coming soon to...
2001-06-23 Bruce MomjianAdd TEMPORARY sequences and have SERIAL on a temp table...
2001-06-13 Michael Meskes- Synced preproc.y with gram.y.
2001-06-01 Michael Meskes - Synced preproc.y with gram.y.
2001-05-07 Tom LaneRewrite of planner statistics-gathering code. ANALYZE...
2001-05-01 Tom LaneSynced gram.y and preproc.y.
2001-04-05 Michael MeskesHopefully fixed the long long problem.
2001-02-26 Michael MeskesFixed variable handling in preproc.y.
2001-02-19 Michael MeskesSynced gram.y and preproc.y.
2001-02-10 Tom LaneRestructure the key include files per recent pghackers...
2001-01-25 Michael MeskesSynced gram.y and preproc.y.
2001-01-22 Michael MeskesSynced preproc.y with gram.y and added missing include...
2001-01-09 Michael MeskesSynced preproc.y with gram.y.
next