- Jan 27, 2013
-
-
Michael Meskes authored
Bug reported and fixed by Chen Huajun <chenhj@cn.fujitsu.com>.
-
- Mar 08, 2012
-
-
Peter Eisentraut authored
In a rare case, one byte past the end of memory belonging to the sqlca_t structure would be written to. found by Coverity
-
- Jan 05, 2012
-
-
Michael Meskes authored
This list is now freed when the last connection has been closed. Closes: #6366
-
- Oct 14, 2010
-
-
Michael Meskes authored
ecpglib. Instead of parsing the statement just as ask the database server. This patch removes the whole client side track keeping of the current transaction status.
-
- Sep 20, 2010
-
-
Magnus Hagander authored
-
- Jul 06, 2010
-
-
Bruce Momjian authored
-
- May 25, 2010
-
-
Michael Meskes authored
-
- May 21, 2010
-
-
Michael Meskes authored
Ecpg now accepts "long long" datatypes even if "long" is 64bit wide. This used to cover the equally long "long long" type. This patch closes bug #5464.
-
- Feb 26, 2010
-
-
Bruce Momjian authored
-
- Feb 02, 2010
-
-
Michael Meskes authored
Patch done by Zoltán Böszörményi.
-
- Jan 26, 2010
-
-
Michael Meskes authored
Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add out-of-scope cursor support to native mode.
-
- Nov 24, 2009
-
-
Michael Meskes authored
-
- Sep 18, 2009
-
-
Michael Meskes authored
function that returns the current transaction status.
-
- Sep 03, 2009
-
-
Michael Meskes authored
-
- Aug 07, 2009
-
-
Michael Meskes authored
based on a patch send in by Böszörményi Zoltán <zb@cybertec.at>.
-
- Jun 11, 2009
-
-
Bruce Momjian authored
provided by Andrew.
-
- Jan 15, 2009
-
-
Peter Eisentraut authored
Replace leftover instances of _() by ecpg_gettext(), the latter being the correct way to refer to the library's message catalog, instead of the one of the program using the library. Drop NLS support for ecpg_log(), which is a debugging instrument similar to elog() in the backend. We cannot support NLS in the ecpg compatlib, because that requires ecpg_gettext, which is in ecpglib, which is not a dependency of compatlib. It doesn't seem worthwhile to worry about this, since the only translatable string is "out of memory", and gettext probably won't be able to do much without memory either. Adjust messages to project style.
-
- Jan 02, 2009
-
-
Peter Eisentraut authored
preprocessor and the library. This is useful for a number of reasons: * The preprocessor and the library are in some cases installed in separate packages and used by different classes of users. * The library MO files need a different versioning scheme to account for the soname. * The makefiles are simpler, more robust, and easier to maintain this way. (NLS web site was prone to break everytime a build rule changes.) * Translators might choose to focus on the ecpglib, because that is more user-facing. * There was virtually no overlap, so nothing is lost.
-
- Dec 15, 2008
-
-
Tom Lane authored
-
Michael Meskes authored
-
- Dec 11, 2008
-
-
Peter Eisentraut authored
to the gettext domain name, to simplify parallel installations. Also, rename set_text_domain() to pg_bindtextdomain(), because that is what it does.
-
- Nov 01, 2008
-
-
Michael Meskes authored
-
- May 16, 2008
-
-
Peter Eisentraut authored
Author: Euler Taveira de Oliveira <euler@timbira.com>
-
- Nov 15, 2007
-
-
Bruce Momjian authored
-
- Oct 03, 2007
-
-
Michael Meskes authored
Created export list for ecpglib.
-
Michael Meskes authored
-
- Oct 02, 2007
-
-
Michael Meskes authored
descriptor handling
-
- Sep 30, 2007
-
-
Michael Meskes authored
to get memory allocation thread-safe. He also did some cleaning up.
-
- Aug 14, 2007
-
-
Michael Meskes authored
- Really prepare statements - Added more regression tests - Added auto-prepare mode - Use '$n' for positional variables, '?' is still possible via ecpg option - Cleaned up the sources a little bit
-
- Mar 29, 2007
-
-
Michael Meskes authored
win32 threads. - Fixed regression tests to run threading tests.
-
- Jan 12, 2007
-
-
Michael Meskes authored
Added patch by Joachim to work around OpenBSD bug in regression suite.
-
- Jan 11, 2007
-
-
Michael Meskes authored
Made this option mark the .c files, so the environment variable is no longer needed. Created a special MinGW file with the special error message. Do not print port into log file when running regression tests.
-
- Oct 04, 2006
-
-
Bruce Momjian authored
-
- Aug 15, 2006
-
-
Michael Meskes authored
Fixed broken newline on Windows. Fixed a nasty buffer underrun that only occured when using Informix no_indicator NULL setting on timestamps and intervals.
-
- Aug 08, 2006
-
-
Michael Meskes authored
Lots of small changes in regression test suite
-
- Jul 31, 2006
-
-
Michael Meskes authored
-
Michael Meskes authored
-
- Jun 21, 2006
-
-
Michael Meskes authored
-
- Oct 15, 2005
-
-
Bruce Momjian authored
-
- Sep 12, 2005
-
-
Michael Meskes authored
-