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
*
Prevent potential overruns of fixed-size buffers.
Tom Lane
2014-02-17
1
-1
/
+1
*
Mark some more variables as static or include the appropriate header
Peter Eisentraut
2014-02-08
1
-1
/
+1
*
Update copyright for 2014
Bruce Momjian
2014-01-07
1
-1
/
+1
*
More improvement to comment parsing in ecpg.
Michael Meskes
2013-11-25
1
-2
/
+6
*
Distinguish between C and SQL mode for C-style comments.
Michael Meskes
2013-11-24
1
-12
/
+27
*
ecpg: Split off mmfatal() from mmerror()
Peter Eisentraut
2013-11-19
1
-21
/
+21
*
Fix whitespace issues found by git diff --check, add gitattributes
Peter Eisentraut
2013-11-10
1
-9
/
+9
*
Close file to no leak file descriptor memory. Found by Coverity.
Michael Meskes
2013-09-08
1
-0
/
+1
*
Clean up references to SQL92
Peter Eisentraut
2013-04-20
1
-2
/
+2
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
1
-1
/
+1
*
Lots of doc corrections.
Robert Haas
2012-04-23
1
-1
/
+1
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
1
-1
/
+1
*
Standardize treatment of strcmp() return value
Peter Eisentraut
2011-12-27
1
-2
/
+2
*
Clean up whitespace and indentation in parser and scanner files
Peter Eisentraut
2011-11-01
1
-61
/
+61
*
Add "%option warn" to all flex input files that lacked it.
Tom Lane
2011-08-25
1
-0
/
+1
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
1
-1
/
+1
*
Added rule to ecpg lexer to accept "Unicode surrogate pair in extended quoted
Michael Meskes
2010-12-23
1
-0
/
+2
*
Remove useless whitespace at end of lines
Peter Eisentraut
2010-11-23
1
-22
/
+22
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
1
-1
/
+1
*
Change the notation for calling functions with named parameters from
Tom Lane
2010-05-30
1
-1
/
+5
*
ECPG only copied #include statements instead of processing them according to
Michael Meskes
2010-03-21
1
-5
/
+34
*
Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add out-of-scope curs...
Michael Meskes
2010-01-26
1
-4
/
+19
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
1
-2
/
+2
*
Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add missing ";" to ru...
Michael Meskes
2009-09-15
1
-2
/
+2
*
Message style review
Peter Eisentraut
2009-01-23
1
-23
/
+23
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
1
-2
/
+2
*
Unicode escapes in strings and identifiers
Peter Eisentraut
2008-10-29
1
-8
/
+52
*
Synced parser.
Michael Meskes
2008-05-20
1
-2
/
+2
*
Add localization support to ecpg.
Peter Eisentraut
2008-05-16
1
-24
/
+24
*
Add "%option noinput" to the scanners to avoid compiler warnings. GCC 4.3
Peter Eisentraut
2008-05-09
1
-1
/
+2
*
- Removed duplicate include of ecpgtype.h which meant I had to adapt all expe...
Michael Meskes
2008-02-17
1
-2
/
+35
*
Changed the way symbols are defined in C in INFORMIX mode.
Michael Meskes
2008-02-15
1
-35
/
+2
*
Sorry, accidently committed a patch I'm working on. Reverting it.
Michael Meskes
2008-02-14
1
-3
/
+3
*
*** empty log message ***
Michael Meskes
2008-02-14
1
-3
/
+3
*
Re-enabled variables in fetch/move command.
Michael Meskes
2008-01-15
1
-2
/
+1
*
Fixed lexer to correctly parse C quotes.
Michael Meskes
2008-01-11
1
-35
/
+19
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
1
-2
/
+2
*
Synced parser and keyword list.
Michael Meskes
2007-09-04
1
-2
/
+2
*
Fixed bug in Informix define handling.
Michael Meskes
2007-08-29
1
-3
/
+36
*
More cleaning up and removed some duplicates.
Michael Meskes
2007-08-22
1
-62
/
+34
*
- Finished major rewrite to use new protocol version
Michael Meskes
2007-08-14
1
-17
/
+26
*
- Changed some whitespacing in connect statement.
Michael Meskes
2007-03-17
1
-2
/
+46
*
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
[next]