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
/
ChangeLog
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removed ecpg Changelog file that was only there for historical reasons and is...
Michael Meskes
2010-01-12
1
-2457
/
+0
*
Also update ChangerLog file.
Michael Meskes
2010-01-08
1
-0
/
+4
*
Forgot to add dynamic cursors to Changelog.
Michael Meskes
2009-11-26
1
-0
/
+5
*
Made ECPG more robust against applications freeing strings, based on
Michael Meskes
2009-10-15
1
-0
/
+5
*
Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to fix memory leak in de...
Michael Meskes
2009-10-01
1
-0
/
+5
*
Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add missing ";" to ru...
Michael Meskes
2009-09-15
1
-0
/
+5
*
Removed some variables no longer needed.
Michael Meskes
2009-09-03
1
-0
/
+4
*
Made sure sqlca is reset for declare cursor in Informix mode as pointed out by
Michael Meskes
2009-08-14
1
-0
/
+6
*
Added STRING datatype for Informix compatibility mode. This work is
Michael Meskes
2009-08-07
1
-1
/
+7
*
Fixed auto allocation for binary data types.
Michael Meskes
2009-02-02
1
-0
/
+1
*
Fixed bug in %s handling.
Michael Meskes
2009-02-02
1
-0
/
+4
*
Applied patch by ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp> to
Michael Meskes
2008-12-17
1
-0
/
+5
*
Do not try to change a const variable.
Michael Meskes
2008-12-15
1
-0
/
+4
*
Applied patch by Ron Mayer <rm_pg@cheapcomplexdevices.com> to merge the new
Michael Meskes
2008-11-26
1
-0
/
+2
*
When creating a varchar struct name braces must be discarded.
Michael Meskes
2008-11-26
1
-0
/
+4
*
Do not eat memory even in case of an out-of-memory error.
Michael Meskes
2008-11-01
1
-0
/
+4
*
Fixed parsing of parameters. Added regression test for this.
Michael Meskes
2008-10-14
1
-0
/
+4
*
Fixed "create role" parsing to accept optional "with" argument.
Michael Meskes
2008-10-10
1
-0
/
+4
*
Synced parser.
Michael Meskes
2008-10-07
1
-0
/
+4
*
Synced parser.
Michael Meskes
2008-08-20
1
-0
/
+4
*
Fixed incorrect argument handling in SET command if argument is a variable.
Michael Meskes
2008-08-19
1
-0
/
+4
*
Synced parser
Michael Meskes
2008-06-26
1
-0
/
+4
*
Added lost sysmbol SQL_SQL to list of allowed variable names.
Michael Meskes
2008-06-04
1
-0
/
+4
*
Synced parser.
Michael Meskes
2008-05-20
1
-0
/
+7
*
Check for non-existant connection in prepare statement handling.
Michael Meskes
2008-05-12
1
-0
/
+5
*
PGTYPEStimestamp_sub should use the values and not the pointers to substract.
Michael Meskes
2008-04-10
1
-0
/
+5
*
- Moved from PQsetdbLogin to PQconnectDB.
Michael Meskes
2008-03-27
1
-0
/
+5
*
added ECPGget_PGconn to exports.txt
Michael Meskes
2008-03-25
1
-0
/
+4
*
Added ECPGget_PGconn() function to ecpglib, courtesy of Mike Aubury.
Michael Meskes
2008-03-20
1
-0
/
+5
*
Changed statement escaping to not escape continuation line markers.
Michael Meskes
2008-03-20
1
-0
/
+5
*
Fixed bug that caused arrays of varchar to be output with incomplete name.
Michael Meskes
2008-03-02
1
-0
/
+5
*
- Removed duplicate include of ecpgtype.h which meant I had to adapt all expe...
Michael Meskes
2008-02-17
1
-0
/
+5
*
Changed the way symbols are defined in C in INFORMIX mode.
Michael Meskes
2008-02-15
1
-0
/
+4
*
- EXECUTE can return NOT FOUND so it should be checked here too.
Michael Meskes
2008-02-14
1
-0
/
+2
*
*** empty log message ***
Michael Meskes
2008-02-14
1
-0
/
+3
*
- Fixed segfault in ecpg when using an array element.
Michael Meskes
2008-02-07
1
-0
/
+7
*
Re-enabled variables in fetch/move command.
Michael Meskes
2008-01-15
1
-0
/
+4
*
Set valid return values even in case of an error to prevent segfaults.
Michael Meskes
2008-01-14
1
-0
/
+5
*
Changed prototype for ECPGdo because some compilers don't like int/enum alias...
Michael Meskes
2008-01-13
1
-0
/
+5
*
Fixed lexer to correctly parse C quotes.
Michael Meskes
2008-01-11
1
-0
/
+4
*
*** empty log message ***
Michael Meskes
2007-12-28
1
-0
/
+7
*
Fixed a few minor glitches pointed out by splint.
Michael Meskes
2007-12-21
1
-0
/
+4
*
Fixed two parser bugs.
Michael Meskes
2007-11-06
1
-0
/
+4
*
Synced parser and keyword list.
Michael Meskes
2007-10-10
1
-0
/
+4
*
Also created export list for pgytpeslib and compatlib.
Michael Meskes
2007-10-03
1
-0
/
+3
*
Cleaned up ecpglib and renamed functions that do not need to be exported.
Michael Meskes
2007-10-03
1
-0
/
+3
*
Hopefully fixed some stuff that causes Windows builds to fail.
Michael Meskes
2007-10-03
1
-0
/
+4
*
ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp> added thread-safe
Michael Meskes
2007-10-02
1
-0
/
+5
*
Applied another patch by ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp>
Michael Meskes
2007-09-30
1
-0
/
+5
*
Applied patch by ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp> to get pre...
Michael Meskes
2007-09-26
1
-0
/
+5
[next]