]> granicus.if.org Git - postgresql/history - src/interfaces/ecpg/preproc/preproc.y
Protect ADD and HEADER symbols from conflicting with MIPS includes.
[postgresql] / src / interfaces / ecpg / preproc / preproc.y
2005-12-27 Bruce MomjianProtect ADD and HEADER symbols from conflicting with...
2005-12-02 Michael MeskesAdded special handling of CONNECTION variable that...
2005-11-27 Tom LaneAdd missing semicolon. Recent versions of bison seem...
2005-10-04 Michael MeskesSomehow I missed some parser changes, so this commit...
2005-08-24 Michael Meskes - Check for NULL before checking whether argume...
2005-08-22 Bruce MomjianBack out incorrect use of E'' escape addition.
2005-07-02 Bruce MomjianAdd E'' to internally created SQL strings that contain...
2005-02-10 Michael MeskesFixed more parsing bugs in other CREATE statements...
2005-02-09 Michael MeskesFixed bug in parsing of CREATE AS statement.
2005-02-02 Michael MeskesFixed bug in parsing of #line statement in declare...
2005-01-25 Michael MeskesFixed segfault due to freeing a struct definition twice...
2005-01-10 Michael MeskesFixed segfault in adjust_informix due to missing varcha...
2004-12-06 Michael MeskesFixed bug in parsing of typedef'ed array sizes.
2004-11-10 Michael MeskesList VALUE as a keyword.
2004-11-05 Tom LaneCreate 'default_tablespace' GUC variable that supplies...
2004-11-01 Dave Cramerfixed bug in segfault REVOKE statement
2004-10-18 Michael MeskesSynced parser
2004-09-27 Michael MeskesSynced parser.
2004-09-06 Michael MeskesFixed segfault in Informix mode.
2004-08-28 Tom LaneAdd missing semicolon; some bison versions warn of...
2004-08-11 Tom LaneFix broken parsing of CREATE TABLE AS (looks like a...
2004-07-20 Michael MeskesSynced parser and keyword list.
2004-07-05 Michael Meskes- Fixed indicator in SET DESCRIPTOR.
2004-07-04 Michael MeskesMade sure SET DESCRIPTOR accepts all data types includi...
2004-06-30 Michael MeskesAdded SET DESCRIPTOR command.
2004-06-27 Michael Meskes- Only use typedefs inside their scope.
2004-06-20 Michael MeskesSynced parser and keyword list.
2004-06-17 Michael MeskesAdded patch by ISHIDA Akio to allow indicators in execu...
2004-06-11 Bruce MomjianECPG preprocessor for PostgreSQL 7.4.1, 7.4.2 doubles...
2004-05-30 Neil ConwayUse the new List API function names throughout the...
2004-05-26 Bruce MomjianThis patch implement the TODO [ALTER DATABASE foo OWNER...
2004-05-21 Michael Meskes- Fixed DEALLOCATE PREPARE to use correct function...
2004-05-10 Michael Meskes- Argh, just another bug in adjust_informix.
2004-05-07 Michael Meskes- Added additional test case.
2004-05-07 Tom LaneSolve the 'Turkish problem' with undesirable locale...
2004-05-05 Michael Meskes- Fixed bug in adjust_informix that treated arrays...
2004-04-29 Michael MeskesSynced parser and keyword list.
2004-03-04 Michael Meskes- Fixed segfault due to missing check for variable...
2004-03-02 Michael MeskesAdded partly missing VOLATILE keyword.
2004-02-18 Michael MeskesAdded missing rule for DOUBLE variables.
2004-02-16 Michael Meskes- Cleaned up parser a little bit. It does not make...
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...
next