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
/
descriptor.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
NLS cleanup in ecpglib
Peter Eisentraut
2009-01-15
1
-2
/
+2
*
Add localization support to ecpg.
Peter Eisentraut
2008-05-16
1
-5
/
+5
*
Re-enabled variables in fetch/move command.
Michael Meskes
2008-01-15
1
-2
/
+2
*
pgindent run for 8.3.
Bruce Momjian
2007-11-15
1
-17
/
+20
*
Suppress compiler warning in non-threaded build.
Tom Lane
2007-10-03
1
-2
/
+7
*
Cleaned up ecpglib and renamed functions that do not need to be exported.
Michael Meskes
2007-10-03
1
-66
/
+66
*
Hopefully fixed some stuff that causes Windows builds to fail.
Michael Meskes
2007-10-03
1
-4
/
+2
*
ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp> added thread-safe
Michael Meskes
2007-10-02
1
-60
/
+102
*
- Finished major rewrite to use new protocol version
Michael Meskes
2007-08-14
1
-18
/
+14
*
Fixed one memory leak in descriptor code.
Michael Meskes
2007-06-11
1
-2
/
+14
*
Inlined two functions to get rid of va_list problems on some archs.
Michael Meskes
2007-04-27
1
-8
/
+23
*
pgindent run for 8.2.
Bruce Momjian
2006-10-04
1
-4
/
+11
*
Somehow my version compiled but the change didn't make it to CVS.
Michael Meskes
2006-08-23
1
-2
/
+2
*
Regression test updates and fixes
Michael Meskes
2006-08-04
1
-2
/
+2
*
Fixed remaining Coverity bugs.
Michael Meskes
2006-07-05
1
-4
/
+7
*
Moved some free() calls that coverity correctly complains about.
Michael Meskes
2006-06-25
1
-2
/
+2
*
Added fixed from the coverity report send in by Joachim Wieland <joe@mcknight...
Michael Meskes
2006-06-21
1
-5
/
+9
*
When using GCC on AMD64 and PPC, ECPGget_variable() takes a va_list *, not
Neil Conway
2006-01-15
1
-1
/
+5
*
- Made several variables "const char *" instead of "char *" as proposed by Qi...
Michael Meskes
2005-11-30
1
-6
/
+6
*
Pgindent run for 8.0.
Bruce Momjian
2004-08-29
1
-27
/
+27
*
- Fixed indicator in SET DESCRIPTOR.
Michael Meskes
2004-07-05
1
-1
/
+23
*
Made sure SET DESCRIPTOR accepts all data types including constants.
Michael Meskes
2004-07-04
1
-30
/
+23
*
Removed unused variable and added a typecast.
Michael Meskes
2004-07-01
1
-3
/
+3
*
Added SET DESCRIPTOR command.
Michael Meskes
2004-06-30
1
-1
/
+165
*
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2003-11-29
1
-1
/
+1
*
pgindent run.
Bruce Momjian
2003-08-04
1
-2
/
+2
*
Make ecpg SQLSTATE-aware. Map existing SQLCODE assignments to SQLSTATEs,
Peter Eisentraut
2003-08-01
1
-11
/
+11
*
- Added some Informix error codes in Informix mode.
Michael Meskes
2003-08-01
1
-11
/
+11
*
Make ecpg thread safe.
Bruce Momjian
2003-06-15
1
-7
/
+12
*
Create a real prototype function for describe.
Michael Meskes
2003-05-30
1
-1
/
+8
*
Started working on a seperate pgtypes library. First test work. PLEASE test c...
Michael Meskes
2003-03-16
1
-0
/
+449