summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/preproc/preproc.y
Commit message (Expand)AuthorAgeFilesLines
* Small parser syncMichael Meskes2006-10-231-2/+4
* Replaced complex tests with small ones.Michael Meskes2006-09-081-2/+2
* Synced parser.Michael Meskes2006-09-051-68/+51
* Suppress 'unused variable' warnings created by latest commit.Tom Lane2006-09-031-1/+3
* Synced parser.Michael Meskes2006-09-031-17/+61
* Fixed parser and library to allow empty database names.Michael Meskes2006-08-291-14/+19
* - Enabled single-quoted connection targets.Michael Meskes2006-08-271-2/+11
* Synced parserMichael Meskes2006-08-241-1/+3
* Fixed of by one variable size.Michael Meskes2006-08-241-2/+2
* Replaced double-quote-fix with a hopefully better version.Michael Meskes2006-08-231-1/+12
* Changed lexer to no longer use the default rule.Michael Meskes2006-08-181-20/+22
* Made parser check for valid copy to/from stdin/stdout combinations.Michael Meskes2006-08-081-8/+12
* ynced parser and keyword list.Michael Meskes2006-08-021-71/+115
* Added more SoC changes by Joachim Wieland <joe@mcknight.de>:Michael Meskes2006-07-281-6/+6
* Added missing braces to prevent a segfault after usage of an undeclared cursor.Michael Meskes2006-06-261-2/+5
* Fixed two more memory leaks in ecpglib.Michael Meskes2006-06-061-71/+130
* Back out RESET CONNECTION until there is more discussion.Bruce Momjian2006-04-251-3/+1
* Add RESET CONNECTION, to reset all aspects of a session.Bruce Momjian2006-04-251-1/+3
* Remove the stub support we had for UNION JOIN; per discussion, this isTom Lane2006-03-071-10/+2
* Added just another test case.Michael Meskes2006-02-081-37/+41
* Added C bit fields to ecpg parserMichael Meskes2006-02-041-12/+17
* Improve tab whitespace in file.Bruce Momjian2006-02-031-141/+142
* Source code alignment fixes for preproc.y.Bruce Momjian2006-02-011-676/+656
* - Synced parser and keyword list.Michael Meskes2006-01-241-9/+45
* Revert some careless search-and-replace: "ADD" in comment text shouldNeil Conway2005-12-291-3/+3
* Protect ADD and HEADER symbols from conflicting with MIPS includes.Bruce Momjian2005-12-271-12/+12
* Added special handling of CONNECTION variable that is used by ECPG instead of...Michael Meskes2005-12-021-11/+27
* Add missing semicolon. Recent versions of bison seem to choke on this,Tom Lane2005-11-271-1/+2
* Somehow I missed some parser changes, so this commit comes pretty late. I jus...Michael Meskes2005-10-041-241/+400
* - Check for NULL before checking whether argument is an array.Michael Meskes2005-08-241-2/+3
* Back out incorrect use of E'' escape addition.Bruce Momjian2005-08-221-11/+6
* Add E'' to internally created SQL strings that contain backslashes.Bruce Momjian2005-07-021-6/+11
* Fixed more parsing bugs in other CREATE statements as pointed out by TANIDAMichael Meskes2005-02-101-3/+3
* Fixed bug in parsing of CREATE AS statement.Michael Meskes2005-02-091-2/+2
* Fixed bug in parsing of #line statement in declare section.Michael Meskes2005-02-021-1/+3
* Fixed segfault due to freeing a struct definition twice if it was a named str...Michael Meskes2005-01-251-3/+3
* Fixed segfault in adjust_informix due to missing varchar type.Michael Meskes2005-01-101-3/+3
* Fixed bug in parsing of typedef'ed array sizes.Michael Meskes2004-12-061-13/+9
* List VALUE as a keyword.Michael Meskes2004-11-101-1/+2
* Create 'default_tablespace' GUC variable that supplies a TABLESPACETom Lane2004-11-051-5/+5
* fixed bug in segfault REVOKE statementDave Cramer2004-11-011-3/+9
* Synced parserMichael Meskes2004-10-181-36/+34
* Synced parser.Michael Meskes2004-09-271-44/+68
* Fixed segfault in Informix mode.Michael Meskes2004-09-061-1/+6
* Add missing semicolon; some bison versions warn of this.Tom Lane2004-08-281-1/+2
* Fix broken parsing of CREATE TABLE AS (looks like a mis-sync with mainTom Lane2004-08-111-3/+3
* Synced parser and keyword list.Michael Meskes2004-07-201-9/+10
* - Fixed indicator in SET DESCRIPTOR.Michael Meskes2004-07-051-4/+43
* Made sure SET DESCRIPTOR accepts all data types including constants.Michael Meskes2004-07-041-15/+28
* Added SET DESCRIPTOR command.Michael Meskes2004-06-301-112/+131