index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
interfaces
/
ecpg
/
preproc
/
variable.c
Commit message (
Expand
)
Author
Age
*
When processing nested structure pointer variables ecpg always expected an
Michael Meskes
2012-11-29
*
There is no need to have to identical functions in ecpg thus removing one of ...
Michael Meskes
2011-01-09
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Zoltan beautified his hidden-variable-patch for ecpg. This also makes sure we...
Michael Meskes
2010-04-01
*
Applied Zoltan's patch to make ecpg spit out warnings if a local variable hid...
Michael Meskes
2010-04-01
*
ecpg now adds a unique counter to its varchar struct definitions to make thes...
Michael Meskes
2010-03-09
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
*
Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add out-of-scope curs...
Michael Meskes
2010-01-26
*
Added dynamic cursor names to ecpg. Almost the whole patch was done by
Michael Meskes
2009-11-26
*
Added STRING datatype for Informix compatibility mode. This work is
Michael Meskes
2009-08-07
*
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-11
*
Gettext plural support
Peter Eisentraut
2009-03-26
*
Message format tuning
Peter Eisentraut
2009-01-26
*
Message style review
Peter Eisentraut
2009-01-23
*
Add localization support to ecpg.
Peter Eisentraut
2008-05-16
*
- Fixed segfault in ecpg when using an array element.
Michael Meskes
2008-02-07
*
Fixed a few minor glitches pointed out by splint.
Michael Meskes
2007-12-21
*
- Finished major rewrite to use new protocol version
Michael Meskes
2007-08-14
*
Replaced $Header$ by $§PosgreSQL$
Michael Meskes
2006-07-30
*
Added missing $Header$ entries.
Michael Meskes
2006-07-30
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
*
Fixed bug in parsing of typedef'ed array sizes.
Michael Meskes
2004-12-06
*
Pgindent run for 8.0.
Bruce Momjian
2004-08-29
*
Made sure SET DESCRIPTOR accepts all data types including constants.
Michael Meskes
2004-07-04
*
Added SET DESCRIPTOR command.
Michael Meskes
2004-06-30
*
- Only use typedefs inside their scope.
Michael Meskes
2004-06-27
*
- Added additional test case.
Michael Meskes
2004-05-07
*
Fixed memory misusage in variable handling.
Michael Meskes
2004-04-23
*
- Fixed segfault due to missing check for variable declaration.
Michael Meskes
2004-03-04
*
Removed some debugging output.
Michael Meskes
2004-01-28
*
- Issue a warning if a cursor is declared but not opened.
Michael Meskes
2004-01-28
*
- Added just another patch by Dave that fixes a reversed order in
Michael Meskes
2003-12-17
*
- Fixed order mismatch in processing "using" arguments.
Michael Meskes
2003-09-22
*
pgindent run.
Bruce Momjian
2003-08-04
*
"char *" of course is not the same as "char []". So I had to fix the way ecpg...
Michael Meskes
2003-07-07
*
Create real array comparison functions (that use the element datatype's
Tom Lane
2003-06-27
*
Back out array mega-patch.
Bruce Momjian
2003-06-25
*
Array mega-patch.
Bruce Momjian
2003-06-24
*
Make sure a variable is no longer referenced when it is removed.
Michael Meskes
2003-06-11
*
Changed variable parsing so struct[n].attr works.
Michael Meskes
2003-05-29
*
Parse forward definiton of structs.
Michael Meskes
2003-05-29
*
ecpg now recognizes named structs/unions. So you don't have to list the whole...
Michael Meskes
2003-05-22
*
- Added more compatibility functions.
Michael Meskes
2003-05-14
*
pgindent run.
Bruce Momjian
2002-09-04
*
I checked all the previous string handling errors and most of them were
Bruce Momjian
2002-09-02
*
- Fixed variable handling for struct members.
Michael Meskes
2002-01-13
*
- Removed space_or_nl and line_end from pgc.l.
Michael Meskes
2001-12-23
*
committed the missing files
Michael Meskes
2001-12-10
*
// -> /* */, per Tatsuo.
Bruce Momjian
2001-11-21
*
Committed again to add the missing files/patches.
Michael Meskes
2001-11-16
[next]