summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/preproc/pgc.l
Commit message (Expand)AuthorAgeFilesLines
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Fix bugs in plpgsql and ecpg caused by assuming that isspace() would onlyTom Lane2006-09-221-4/+23
* Changed lexer to no longer use the default rule.Michael Meskes2006-08-181-23/+23
* ynced parser and keyword list.Michael Meskes2006-08-021-3/+52
* Fix a passel of recently-committed violations of the rule 'thou shaltTom Lane2006-07-141-2/+1
* Code review for standard_conforming_strings patch. Fix it so it does notTom Lane2006-05-111-16/+23
* Enable standard_conforming_strings to be turned on.Bruce Momjian2006-03-061-17/+30
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Added just another test case.Michael Meskes2006-02-081-14/+11
* Added C bit fields to ecpg parserMichael Meskes2006-02-041-4/+15
* In ecpg, automatically double single quotes in $$ strings becauseBruce Momjian2006-02-041-3/+6
* More spacing cleanups.Bruce Momjian2006-02-021-35/+35
* More alignment improvements.Bruce Momjian2006-02-011-4/+4
* Make pgc.l source code alignment consistent.Bruce Momjian2006-02-011-220/+224
* Also synced the ecpg lexer with the backend lexer.Michael Meskes2005-10-051-46/+102
* Add \x hex support to ecpg strings. This just passes them to the backend.Bruce Momjian2005-06-161-4/+6
* Fixed bug in parsing of #line statement in declare section.Michael Meskes2005-02-021-4/+4
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Added PGTYPEStimestamp_add_interval written by Dave Cramer.Michael Meskes2004-12-231-5/+5
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* SQL defines are only used in SQL space in Informix mode.Michael Meskes2004-07-261-13/+21
* Synced parser and keyword list.Michael Meskes2004-07-201-20/+26
* Added SET DESCRIPTOR command.Michael Meskes2004-06-301-5/+2
* - Fixed bug in adjust_informix that treated arrays as simple variables.Michael Meskes2004-05-051-12/+63
* Added partly missing VOLATILE keyword.Michael Meskes2004-03-021-2/+2
* Add %option nodefault to all our flex lexers. Fix a couple of rule gapsTom Lane2004-02-241-1/+2
* - Added missing braces to array parsing.Michael Meskes2004-02-151-2/+2
* Added missing whitespaces to array argument parsing.Michael Meskes2003-12-291-2/+2
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* If EOF is found inside a string/comment/etc. stop parsing.Michael Meskes2003-10-311-7/+7
* Check for both Informix modes when parsing include files.Michael Meskes2003-10-191-2/+3
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* Applied Peter's patch to use yyless instead of my string_unput function.Michael Meskes2003-07-251-44/+19
* Added just another compatibility level for Informix.Michael Meskes2003-06-261-10/+10
* Synced with backend.Michael Meskes2003-06-201-10/+10
* Fixed several more parsing bugs.Michael Meskes2003-06-171-3/+3
* Fixed two small bugs.Michael Meskes2003-06-161-2/+2
* Sync and some minor cleanup/fixing work plus an EXEC SQL DESCRIBE prototype.Michael Meskes2003-05-301-25/+28
* Changed variable parsing so struct[n].attr works.Michael Meskes2003-05-291-2/+2
* Parse forward definiton of structs.Michael Meskes2003-05-291-91/+3
* Allow input from stdin and output to stdout.Michael Meskes2003-05-271-9/+1
* ecpg now recognizes named structs/unions. So you don't have to list the whole...Michael Meskes2003-05-221-16/+2
* Reversed my incorrect fix.Michael Meskes2003-05-201-2/+2
* Fixed exec sql ifdef command.Michael Meskes2003-05-191-2/+2
* Added an option to force ecpg to also parse files includes via '#include' and...Michael Meskes2003-05-011-42/+169
* Added Informix "database" command.Michael Meskes2003-02-171-2/+9
* In Informix mode ecpg should still be able to parse preprocessor directives.Michael Meskes2003-02-141-4/+142
* - Synced parser and keyword file.Michael Meskes2003-02-141-21/+40
* Just intermediate results for backup reasons.Michael Meskes2003-02-131-2/+11
* - Applied error reporting patch by Matthew VanecekMichael Meskes2003-02-131-3/+26