index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
interfaces
/
ecpg
/
preproc
/
pgc.l
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2007-01-05
1
-2
/
+2
*
Fix bugs in plpgsql and ecpg caused by assuming that isspace() would only
Tom Lane
2006-09-22
1
-4
/
+23
*
Changed lexer to no longer use the default rule.
Michael Meskes
2006-08-18
1
-23
/
+23
*
ynced parser and keyword list.
Michael Meskes
2006-08-02
1
-3
/
+52
*
Fix a passel of recently-committed violations of the rule 'thou shalt
Tom Lane
2006-07-14
1
-2
/
+1
*
Code review for standard_conforming_strings patch. Fix it so it does not
Tom Lane
2006-05-11
1
-16
/
+23
*
Enable standard_conforming_strings to be turned on.
Bruce Momjian
2006-03-06
1
-17
/
+30
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
1
-2
/
+2
*
Added just another test case.
Michael Meskes
2006-02-08
1
-14
/
+11
*
Added C bit fields to ecpg parser
Michael Meskes
2006-02-04
1
-4
/
+15
*
In ecpg, automatically double single quotes in $$ strings because
Bruce Momjian
2006-02-04
1
-3
/
+6
*
More spacing cleanups.
Bruce Momjian
2006-02-02
1
-35
/
+35
*
More alignment improvements.
Bruce Momjian
2006-02-01
1
-4
/
+4
*
Make pgc.l source code alignment consistent.
Bruce Momjian
2006-02-01
1
-220
/
+224
*
Also synced the ecpg lexer with the backend lexer.
Michael Meskes
2005-10-05
1
-46
/
+102
*
Add \x hex support to ecpg strings. This just passes them to the backend.
Bruce Momjian
2005-06-16
1
-4
/
+6
*
Fixed bug in parsing of #line statement in declare section.
Michael Meskes
2005-02-02
1
-4
/
+4
*
Tag appropriate files for rc3
PostgreSQL Daemon
2004-12-31
1
-2
/
+2
*
Added PGTYPEStimestamp_add_interval written by Dave Cramer.
Michael Meskes
2004-12-23
1
-5
/
+5
*
Update copyright to 2004.
Bruce Momjian
2004-08-29
1
-2
/
+2
*
SQL defines are only used in SQL space in Informix mode.
Michael Meskes
2004-07-26
1
-13
/
+21
*
Synced parser and keyword list.
Michael Meskes
2004-07-20
1
-20
/
+26
*
Added SET DESCRIPTOR command.
Michael Meskes
2004-06-30
1
-5
/
+2
*
- Fixed bug in adjust_informix that treated arrays as simple variables.
Michael Meskes
2004-05-05
1
-12
/
+63
*
Added partly missing VOLATILE keyword.
Michael Meskes
2004-03-02
1
-2
/
+2
*
Add %option nodefault to all our flex lexers. Fix a couple of rule gaps
Tom Lane
2004-02-24
1
-1
/
+2
*
- Added missing braces to array parsing.
Michael Meskes
2004-02-15
1
-2
/
+2
*
Added missing whitespaces to array argument parsing.
Michael Meskes
2003-12-29
1
-2
/
+2
*
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2003-11-29
1
-1
/
+1
*
If EOF is found inside a string/comment/etc. stop parsing.
Michael Meskes
2003-10-31
1
-7
/
+7
*
Check for both Informix modes when parsing include files.
Michael Meskes
2003-10-19
1
-2
/
+3
*
Update copyrights to 2003.
Bruce Momjian
2003-08-04
1
-2
/
+2
*
Applied Peter's patch to use yyless instead of my string_unput function.
Michael Meskes
2003-07-25
1
-44
/
+19
*
Added just another compatibility level for Informix.
Michael Meskes
2003-06-26
1
-10
/
+10
*
Synced with backend.
Michael Meskes
2003-06-20
1
-10
/
+10
*
Fixed several more parsing bugs.
Michael Meskes
2003-06-17
1
-3
/
+3
*
Fixed two small bugs.
Michael Meskes
2003-06-16
1
-2
/
+2
*
Sync and some minor cleanup/fixing work plus an EXEC SQL DESCRIBE prototype.
Michael Meskes
2003-05-30
1
-25
/
+28
*
Changed variable parsing so struct[n].attr works.
Michael Meskes
2003-05-29
1
-2
/
+2
*
Parse forward definiton of structs.
Michael Meskes
2003-05-29
1
-91
/
+3
*
Allow input from stdin and output to stdout.
Michael Meskes
2003-05-27
1
-9
/
+1
*
ecpg now recognizes named structs/unions. So you don't have to list the whole...
Michael Meskes
2003-05-22
1
-16
/
+2
*
Reversed my incorrect fix.
Michael Meskes
2003-05-20
1
-2
/
+2
*
Fixed exec sql ifdef command.
Michael Meskes
2003-05-19
1
-2
/
+2
*
Added an option to force ecpg to also parse files includes via '#include' and...
Michael Meskes
2003-05-01
1
-42
/
+169
*
Added Informix "database" command.
Michael Meskes
2003-02-17
1
-2
/
+9
*
In Informix mode ecpg should still be able to parse preprocessor directives.
Michael Meskes
2003-02-14
1
-4
/
+142
*
- Synced parser and keyword file.
Michael Meskes
2003-02-14
1
-21
/
+40
*
Just intermediate results for backup reasons.
Michael Meskes
2003-02-13
1
-2
/
+11
*
- Applied error reporting patch by Matthew Vanecek
Michael Meskes
2003-02-13
1
-3
/
+26
[next]