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
/
ecpglib
/
execute.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add localization support to ecpg.
Peter Eisentraut
2008-05-16
1
-21
/
+22
*
Fix unportable usages of tolower(). On signed-char machines, it is necessary
Tom Lane
2008-03-01
1
-4
/
+6
*
- Fixed segfault in ecpg when using an array element.
Michael Meskes
2008-02-07
1
-2
/
+2
*
Re-enabled variables in fetch/move command.
Michael Meskes
2008-01-15
1
-90
/
+84
*
Changed prototype for ECPGdo because some compilers don't like int/enum alias...
Michael Meskes
2008-01-13
1
-3
/
+3
*
pgindent run for 8.3.
Bruce Momjian
2007-11-15
1
-83
/
+92
*
Cleaned up ecpglib and renamed functions that do not need to be exported.
Michael Meskes
2007-10-03
1
-180
/
+180
*
ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp> added thread-safe
Michael Meskes
2007-10-02
1
-17
/
+8
*
Applied patch by ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp> to get pre...
Michael Meskes
2007-09-26
1
-2
/
+2
*
Removed superfluous ECPGfree() call.
Michael Meskes
2007-09-21
1
-2
/
+1
*
- Finished major rewrite to use new protocol version
Michael Meskes
2007-08-14
1
-253
/
+342
*
Fixed one memory leak in descriptor code.
Michael Meskes
2007-06-11
1
-2
/
+2
*
Inlined two functions to get rid of va_list problems on some archs.
Michael Meskes
2007-04-27
1
-138
/
+121
*
- Added patch by Magnus Hagander <magnus@hagander.net> to use native
Michael Meskes
2007-03-29
1
-8
/
+1
*
Fixed multibyte handling as reported by <harada.toshi@oss.ntt.co.jp>.
Michael Meskes
2007-02-11
1
-22
/
+30
*
Cleaned up va_list handling. Hopefully this now works on all archs.
Michael Meskes
2007-02-02
1
-10
/
+8
*
pgindent run for 8.2.
Bruce Momjian
2006-10-04
1
-59
/
+105
*
Replaced double-quote-fix with a hopefully better version.
Michael Meskes
2006-08-23
1
-45
/
+41
*
Descriptor values were quoted twice.
Michael Meskes
2006-08-22
1
-5
/
+17
*
Fixed a buffer overrun that was masked on Linux systems.
Michael Meskes
2006-08-18
1
-31
/
+33
*
Fixed some memory bugs that somehow reappeared.
Michael Meskes
2006-08-09
1
-3
/
+5
*
Cleaned up log output a little bit more.
Michael Meskes
2006-08-08
1
-4
/
+2
*
ynced parser and keyword list.
Michael Meskes
2006-08-02
1
-2
/
+8
*
Variables should be free'ed only once.
Michael Meskes
2006-07-28
1
-14
/
+4
*
Removed superfluous comment
Michael Meskes
2006-07-28
1
-2
/
+1
*
Added more SoC changes by Joachim Wieland <joe@mcknight.de>:
Michael Meskes
2006-07-28
1
-4
/
+24
*
Fix a passel of recently-committed violations of the rule 'thou shalt
Tom Lane
2006-07-14
1
-2
/
+1
*
Fixed remaining Coverity bugs.
Michael Meskes
2006-07-05
1
-6
/
+19
*
Added some more coverity report patches send in by Joachim Wieland <joe@mckni...
Michael Meskes
2006-06-26
1
-10
/
+10
*
Moved some free() calls that coverity correctly complains about.
Michael Meskes
2006-06-25
1
-6
/
+12
*
Added some more coverity report patches send in by Martijn van Oosterhout <kl...
Michael Meskes
2006-06-21
1
-2
/
+2
*
Added fixed from the coverity report send in by Joachim Wieland <joe@mcknight...
Michael Meskes
2006-06-21
1
-53
/
+123
*
Use E'' strings internally only when standard_conforming_strings =
Bruce Momjian
2006-05-26
1
-4
/
+9
*
Fixed memory leak bugs found by Martijn Oosterhout.
Michael Meskes
2006-04-24
1
-2
/
+2
*
- Made several variables "const char *" instead of "char *" as proposed by Qi...
Michael Meskes
2005-11-30
1
-5
/
+6
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
1
-28
/
+25
*
I have to admit that I got the case of the preprocessor symbol on amd64
Bruce Momjian
2005-07-04
1
-3
/
+3
*
Add E'' to internally created SQL strings that contain backslashes.
Bruce Momjian
2005-07-02
1
-12
/
+5
*
- Fixed memory leak in ecpglib by adding some missing free() commands.
Michael Meskes
2005-06-02
1
-7
/
+4
*
Added patch by Christof Petig <christof@petig-baender.de> to work around gcc ...
Michael Meskes
2005-03-18
1
-11
/
+22
*
Pgindent run for 8.0.
Bruce Momjian
2004-08-29
1
-41
/
+47
*
- Fixed indicator in SET DESCRIPTOR.
Michael Meskes
2004-07-05
1
-19
/
+36
*
Made sure SET DESCRIPTOR accepts all data types including constants.
Michael Meskes
2004-07-04
1
-85
/
+95
*
Added SET DESCRIPTOR command.
Michael Meskes
2004-06-30
1
-45
/
+101
*
- Only use typedefs inside their scope.
Michael Meskes
2004-06-27
1
-2
/
+2
*
- Fixed bug in adjust_informix that treated arrays as simple variables.
Michael Meskes
2004-05-05
1
-2
/
+2
*
- Issue a warning if a cursor is declared but not opened.
Michael Meskes
2004-01-28
1
-3
/
+3
*
More janitorial work: remove the explicit casting of NULL literals to a
Neil Conway
2004-01-07
1
-3
/
+3
*
Added patch by Dave Cramer for array handling in ecpglib.
Michael Meskes
2003-12-03
1
-10
/
+15
*
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2003-11-29
1
-1
/
+1
[next]