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
/
ecpg.addons
Commit message (
Expand
)
Author
Age
Files
Lines
*
ECPG: Fix searching for quoted cursor names case-sensitively.
Michael Meskes
2013-11-27
1
-1
/
+1
*
ecpg: Consistently use mm_strdup()
Peter Eisentraut
2013-06-29
1
-2
/
+2
*
Add support for piping COPY to/from an external program.
Heikki Linnakangas
2013-02-27
1
-1
/
+1
*
Remove the check for COPY TO STDIN and COPY FROM STDOUT from ecpg.
Heikki Linnakangas
2013-02-26
1
-8
/
+2
*
Implement SQL-standard LATERAL subqueries.
Tom Lane
2012-08-07
1
-1
/
+5
*
Standardize treatment of strcmp() return value
Peter Eisentraut
2011-12-27
1
-1
/
+1
*
In ecpg removed old leftover check for given connection name.
Michael Meskes
2011-12-18
1
-5
/
+0
*
Clean up whitespace and indentation in parser and scanner files
Peter Eisentraut
2011-11-01
1
-7
/
+7
*
Rework parsing of ConstraintAttributeSpec to improve NOT VALID handling.
Tom Lane
2011-06-15
1
-6
/
+0
*
Applied a patch by Zoltán Böszörményi that makes ecpg's parser accept dyn...
Michael Meskes
2011-02-18
1
-0
/
+5
*
There is no need to have to identical functions in ecpg thus removing one of ...
Michael Meskes
2011-01-09
1
-46
/
+46
*
Remove useless whitespace at end of lines
Peter Eisentraut
2010-11-23
1
-2
/
+2
*
Cleanup various comparisons with the constant "true".
Robert Haas
2010-11-14
1
-1
/
+1
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
1
-1
/
+1
*
Cursor names in the backend are not case-sensitve. This change makes sure that
Michael Meskes
2010-09-10
1
-2
/
+3
*
Give a more precise error message if a variable is re-used as cursor name in ...
Michael Meskes
2010-03-31
1
-2
/
+7
*
Remove useless double assignment
Peter Eisentraut
2010-03-23
1
-2
/
+2
*
ECPG's parser now accepts and handles variables as arguments for the FREE com...
Michael Meskes
2010-03-21
1
-4
/
+7
*
Changed ECPG outofscope handling to always print out statements in the same o...
Michael Meskes
2010-01-29
1
-8
/
+3
*
Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add out-of-scope curs...
Michael Meskes
2010-01-26
1
-11
/
+14
*
Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add DESCRIBE [OUTPUT]...
Michael Meskes
2010-01-15
1
-2
/
+2
*
Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add sqlda support to
Michael Meskes
2010-01-05
1
-6
/
+6
*
Fixed auto-prepare to not try preparing statements that are not preparable. Bug
Michael Meskes
2009-12-16
1
-4
/
+5
*
Remove */ characters from declare cursor statements before putting them into a
Michael Meskes
2009-11-27
1
-3
/
+10
*
Synced addon rules after some renamings.
Michael Meskes
2009-11-26
1
-4
/
+4
*
Added dynamic cursor names to ecpg. Almost the whole patch was done by
Michael Meskes
2009-11-26
1
-5
/
+95
*
Change "name" nonterminal in cursor-related productions to cursor_name.
Alvaro Herrera
2009-11-11
1
-18
/
+18
*
Support optional FROM/IN in FETCH and MOVE
Alvaro Herrera
2009-11-11
1
-45
/
+31
*
Don't treat NEW and OLD as reserved words anymore. For the purposes of rules
Tom Lane
2009-11-05
1
-7
/
+1
*
Made sure sqlca is reset for declare cursor in Informix mode as pointed out by
Michael Meskes
2009-08-14
1
-3
/
+13
*
Make messages consistent with existing ones
Peter Eisentraut
2009-01-30
1
-3
/
+3
*
Message style review
Peter Eisentraut
2009-01-23
1
-22
/
+22
*
First rounf of whitespace changes. Everything but connect-test1 should be fine.
Michael Meskes
2008-12-29
1
-3
/
+3
*
Added files containing changes between gram.y and preproc.y.
Michael Meskes
2008-11-14
1
-0
/
+382