]> 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
2008-10-04 Tom LaneImplement SQL-standard WITH clauses, including WITH...
2008-09-23 Heikki LinnakangasMake LC_COLLATE and LC_CTYPE database-level settings...
2008-08-20 Michael MeskesSynced parser.
2008-08-19 Michael MeskesFixed incorrect argument handling in SET command if...
2008-07-16 Tom LaneSupport "variadic" functions, which can accept a variab...
2008-06-26 Michael MeskesSynced parser
2008-06-04 Michael MeskesAdded lost sysmbol SQL_SQL to list of allowed variable...
2008-05-20 Michael MeskesSynced parser.
2008-05-16 Peter EisentrautAdd localization support to ecpg.
2008-05-12 Michael MeskesCheck for non-existant connection in prepare statement...
2008-03-27 Michael Meskes- Moved from PQsetdbLogin to PQconnectDB.
2008-03-01 Tom LaneFix unportable usages of tolower(). On signed-char...
2008-02-15 Tom LaneAllow AS to be omitted when specifying an output column...
2008-02-14 Michael Meskes- EXECUTE can return NOT FOUND so it should be checked...
2008-01-15 Michael MeskesRe-enabled variables in fetch/move command.
2008-01-14 Michael MeskesSet valid return values even in case of an error to...
2007-12-28 Michael Meskes*** empty log message ***
2007-12-21 Michael MeskesFixed a few minor glitches pointed out by splint.
2007-11-06 Michael MeskesFixed two parser bugs.
2007-10-10 Michael MeskesSynced parser and keyword list.
2007-10-03 Michael MeskesCleaned up ecpglib and renamed functions that do not...
2007-09-26 Michael MeskesApplied patch by ITAGAKI Takahiro <itagaki.takahiro...
2007-09-04 Michael MeskesSynced parser and keyword list.
2007-08-22 Michael MeskesMore cleaning up and removed some duplicates.
2007-08-14 Michael Meskes- Finished major rewrite to use new protocol version
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...
next