index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
interfaces
/
ecpg
/
preproc
/
variable.c
Age
Commit message (
Expand
)
Author
2005-10-15
Standard pgindent run for 8.1.
Bruce Momjian
2004-12-06
Fixed bug in parsing of typedef'ed array sizes.
Michael Meskes
2004-08-29
Pgindent run for 8.0.
Bruce Momjian
2004-07-04
Made sure SET DESCRIPTOR accepts all data types including constants.
Michael Meskes
2004-06-30
Added SET DESCRIPTOR command.
Michael Meskes
2004-06-27
- Only use typedefs inside their scope.
Michael Meskes
2004-05-07
- Added additional test case.
Michael Meskes
2004-04-23
Fixed memory misusage in variable handling.
Michael Meskes
2004-03-04
- Fixed segfault due to missing check for variable declaration.
Michael Meskes
2004-01-28
Removed some debugging output.
Michael Meskes
2004-01-28
- Issue a warning if a cursor is declared but not opened.
Michael Meskes
2003-12-17
- Added just another patch by Dave that fixes a reversed order in
Michael Meskes
2003-09-22
- Fixed order mismatch in processing "using" arguments.
Michael Meskes
2003-08-04
pgindent run.
Bruce Momjian
2003-07-07
"char *" of course is not the same as "char []". So I had to fix the way ecpg...
Michael Meskes
2003-06-27
Create real array comparison functions (that use the element datatype's
Tom Lane
2003-06-25
Back out array mega-patch.
Bruce Momjian
2003-06-24
Array mega-patch.
Bruce Momjian
2003-06-11
Make sure a variable is no longer referenced when it is removed.
Michael Meskes
2003-05-29
Changed variable parsing so struct[n].attr works.
Michael Meskes
2003-05-29
Parse forward definiton of structs.
Michael Meskes
2003-05-22
ecpg now recognizes named structs/unions. So you don't have to list the whole...
Michael Meskes
2003-05-14
- Added more compatibility functions.
Michael Meskes
2002-09-04
pgindent run.
Bruce Momjian
2002-09-02
I checked all the previous string handling errors and most of them were
Bruce Momjian
2002-01-13
- Fixed variable handling for struct members.
Michael Meskes
2001-12-23
- Removed space_or_nl and line_end from pgc.l.
Michael Meskes
2001-12-10
committed the missing files
Michael Meskes
2001-11-21
// -> /* */, per Tatsuo.
Bruce Momjian
2001-11-16
Committed again to add the missing files/patches.
Michael Meskes
2001-03-16
Fixed bug in handling of pointers to structs.
Michael Meskes
2001-02-10
Restructure the key include files per recent pghackers discussion: there
Tom Lane
2000-09-19
*** empty log message ***
Michael Meskes
2000-04-12
Ye-old pgindent run. Same 4-space tabs.
Bruce Momjian
2000-03-09
*** empty log message ***
Michael Meskes
2000-03-07
*** empty log message ***
Michael Meskes
2000-03-02
*** empty log message ***
Michael Meskes
2000-02-22
*** empty log message ***
Michael Meskes
2000-02-17
*** empty log message ***
Michael Meskes