OSDN Git Service

Synced parser
[pg-rex/syncrep.git] / src / interfaces / ecpg / preproc / preproc.y
2007-07-25 Michael MeskesSynced parser
2007-06-12 Michael MeskesFixed reduce/recuce problem due to CURRENT_P.
2007-06-12 Michael MeskesSynced parser and keyword list.
2007-06-11 Michael MeskesShould not try to unlink stdout.
2007-06-11 Michael MeskesFixed one memory leak in descriptor code.
2007-05-10 Michael Meskes- Synced parser and keyword list
2007-03-27 Tom LaneFix typo, ensable -> enable, per Steve Gieseking.
2007-03-17 Michael Meskes- Changed some whitespacing in connect statement.
2007-02-01 Bruce MomjianWording cleanup for error messages. Also change can...
2006-10-23 Michael MeskesSmall parser sync
2006-09-08 Michael MeskesReplaced complex tests with small ones.
2006-09-05 Michael MeskesSynced parser.
2006-09-03 Tom LaneSuppress 'unused variable' warnings created by latest...
2006-09-03 Michael MeskesSynced parser.
2006-08-29 Michael MeskesFixed parser and library to allow empty database names.
2006-08-27 Michael Meskes- Enabled single-quoted connection targets.
2006-08-24 Michael MeskesSynced parser
2006-08-24 Michael MeskesFixed of by one variable size.
2006-08-23 Michael MeskesReplaced double-quote-fix with a hopefully better version.
2006-08-18 Michael MeskesChanged lexer to no longer use the default rule.
2006-08-08 Michael MeskesMade parser check for valid copy to/from stdin/stdout...
2006-08-02 Michael Meskesynced parser and keyword list.
2006-07-28 Michael MeskesAdded more SoC changes by Joachim Wieland <joe@mcknight...
2006-06-26 Michael MeskesAdded missing braces to prevent a segfault after usage...
2006-06-06 Michael MeskesFixed two more memory leaks in ecpglib.
2006-04-25 Bruce MomjianBack out RESET CONNECTION until there is more discussion.
2006-04-25 Bruce MomjianAdd RESET CONNECTION, to reset all aspects of a session.
2006-03-07 Tom LaneRemove the stub support we had for UNION JOIN; per...
2006-02-08 Michael Meskes Added just another test case.
2006-02-04 Michael MeskesAdded C bit fields to ecpg parser
2006-02-03 Bruce MomjianImprove tab whitespace in file.
2006-02-01 Bruce MomjianSource code alignment fixes for preproc.y.
2006-01-24 Michael Meskes- Synced parser and keyword list.
2005-12-29 Neil ConwayRevert some careless search-and-replace: "ADD" in comme...
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.
next