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
/
variable.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added dynamic cursor names to ecpg. Almost the whole patch was done by
Michael Meskes
2009-11-26
1
-1
/
+25
*
Added STRING datatype for Informix compatibility mode. This work is
Michael Meskes
2009-08-07
1
-2
/
+3
*
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-11
1
-3
/
+3
*
Gettext plural support
Peter Eisentraut
2009-03-26
1
-2
/
+4
*
Message format tuning
Peter Eisentraut
2009-01-26
1
-3
/
+3
*
Message style review
Peter Eisentraut
2009-01-23
1
-18
/
+18
*
Add localization support to ecpg.
Peter Eisentraut
2008-05-16
1
-12
/
+12
*
- Fixed segfault in ecpg when using an array element.
Michael Meskes
2008-02-07
1
-2
/
+2
*
Fixed a few minor glitches pointed out by splint.
Michael Meskes
2007-12-21
1
-2
/
+2
*
- Finished major rewrite to use new protocol version
Michael Meskes
2007-08-14
1
-7
/
+7
*
Replaced $Header$ by $§PosgreSQL$
Michael Meskes
2006-07-30
1
-1
/
+1
*
Added missing $Header$ entries.
Michael Meskes
2006-07-30
1
-0
/
+2
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
1
-10
/
+10
*
Fixed bug in parsing of typedef'ed array sizes.
Michael Meskes
2004-12-06
1
-1
/
+1
*
Pgindent run for 8.0.
Bruce Momjian
2004-08-29
1
-4
/
+5
*
Made sure SET DESCRIPTOR accepts all data types including constants.
Michael Meskes
2004-07-04
1
-1
/
+1
*
Added SET DESCRIPTOR command.
Michael Meskes
2004-06-30
1
-42
/
+12
*
- Only use typedefs inside their scope.
Michael Meskes
2004-06-27
1
-2
/
+42
*
- Added additional test case.
Michael Meskes
2004-05-07
1
-3
/
+6
*
Fixed memory misusage in variable handling.
Michael Meskes
2004-04-23
1
-3
/
+3
*
- Fixed segfault due to missing check for variable declaration.
Michael Meskes
2004-03-04
1
-1
/
+6
*
Removed some debugging output.
Michael Meskes
2004-01-28
1
-3
/
+0
*
- Issue a warning if a cursor is declared but not opened.
Michael Meskes
2004-01-28
1
-2
/
+5
*
- Added just another patch by Dave that fixes a reversed order in
Michael Meskes
2003-12-17
1
-3
/
+3
*
- Fixed order mismatch in processing "using" arguments.
Michael Meskes
2003-09-22
1
-1
/
+3
*
pgindent run.
Bruce Momjian
2003-08-04
1
-67
/
+91
*
"char *" of course is not the same as "char []". So I had to fix the way ecpg...
Michael Meskes
2003-07-07
1
-1
/
+8
*
Create real array comparison functions (that use the element datatype's
Tom Lane
2003-06-27
1
-6
/
+6
*
Back out array mega-patch.
Bruce Momjian
2003-06-25
1
-6
/
+6
*
Array mega-patch.
Bruce Momjian
2003-06-24
1
-6
/
+6
*
Make sure a variable is no longer referenced when it is removed.
Michael Meskes
2003-06-11
1
-1
/
+32
*
Changed variable parsing so struct[n].attr works.
Michael Meskes
2003-05-29
1
-22
/
+70
*
Parse forward definiton of structs.
Michael Meskes
2003-05-29
1
-17
/
+67
*
ecpg now recognizes named structs/unions. So you don't have to list the whole...
Michael Meskes
2003-05-22
1
-4
/
+9
*
- Added more compatibility functions.
Michael Meskes
2003-05-14
1
-20
/
+20
*
pgindent run.
Bruce Momjian
2002-09-04
1
-10
/
+11
*
I checked all the previous string handling errors and most of them were
Bruce Momjian
2002-09-02
1
-6
/
+6
*
- Fixed variable handling for struct members.
Michael Meskes
2002-01-13
1
-10
/
+10
*
- Removed space_or_nl and line_end from pgc.l.
Michael Meskes
2001-12-23
1
-12
/
+12
*
committed the missing files
Michael Meskes
2001-12-10
1
-15
/
+15
*
// -> /* */, per Tatsuo.
Bruce Momjian
2001-11-21
1
-1
/
+1
*
Committed again to add the missing files/patches.
Michael Meskes
2001-11-16
1
-7
/
+24
*
Fixed bug in handling of pointers to structs.
Michael Meskes
2001-03-16
1
-1
/
+1
*
Restructure the key include files per recent pghackers discussion: there
Tom Lane
2001-02-10
1
-1
/
+1
*
*** empty log message ***
Michael Meskes
2000-09-19
1
-0
/
+2
*
Ye-old pgindent run. Same 4-space tabs.
Bruce Momjian
2000-04-12
1
-213
/
+217
*
*** empty log message ***
Michael Meskes
2000-03-09
1
-2
/
+20
*
*** empty log message ***
Michael Meskes
2000-03-07
1
-1
/
+0
*
*** empty log message ***
Michael Meskes
2000-03-02
1
-2
/
+0
*
*** empty log message ***
Michael Meskes
2000-02-22
1
-2
/
+3
[next]