- 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.
-
- May 20, 2009
-
-
Michael Meskes authored
-
Michael Meskes authored
-
- Feb 03, 2009
-
-
Michael Meskes authored
-
Michael Meskes authored
-
- Feb 02, 2009
-
-
Michael Meskes authored
-
- 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.
-
- May 16, 2008
-
-
Peter Eisentraut authored
Author: Euler Taveira de Oliveira <euler@timbira.com>
-
- Mar 01, 2008
-
-
Tom Lane authored
to explicitly cast the output back to char before comparing it to a char value, else we get the wrong result for high-bit-set characters. Found by Rolf Jentsch. Also, fix several places where <ctype.h> functions were being called without casting the argument to unsigned char; this is likewise unportable, but we keep making that mistake :-(. These found by buildfarm member salamander, which I will desperately miss if it ever goes belly-up.
-
- Feb 07, 2008
-
-
Michael Meskes authored
- Free all memory in auto-prepare mode.
-
- Jan 15, 2008
-
-
Michael Meskes authored
-
- Jan 13, 2008
-
-
Michael Meskes authored
-
- Nov 15, 2007
-
-
Bruce Momjian authored
-
- Oct 03, 2007
-
-
Michael Meskes authored
Created export list for ecpglib.
-
- Oct 02, 2007
-
-
Michael Meskes authored
descriptor handling
-
- Sep 26, 2007
-
-
Michael Meskes authored
-
- Sep 21, 2007
-
-
Michael Meskes authored
-
- 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
-
- Jun 11, 2007
-
-
Michael Meskes authored
Made sure ecpg deletes output file in case of an error.
-
- Apr 27, 2007
-
-
Michael Meskes authored
-
- Mar 29, 2007
-
-
Michael Meskes authored
win32 threads. - Fixed regression tests to run threading tests.
-
- Feb 11, 2007
-
-
Michael Meskes authored
-
- Feb 02, 2007
-
-
Michael Meskes authored
-
- Oct 04, 2006
-
-
Bruce Momjian authored
-
- Aug 23, 2006
-
-
Michael Meskes authored
Use initializer string length as size for character strings. Added ecpg_config.h file that is created via configure.
-
- Aug 22, 2006
-
-
Michael Meskes authored
Fixed some regression test problems.
-
- Aug 18, 2006
-
-
Michael Meskes authored
-
- Aug 09, 2006
-
-
Michael Meskes authored
Also fixed a new Coverity report.
-
- Aug 08, 2006
-
-
Michael Meskes authored
-
- Aug 02, 2006
-
-
Michael Meskes authored
Implemented EXEC SQL UNDEF. Applied first version of the regression test patch by Joachim Wieland <joe@mcknight.de>.
-
- Jul 28, 2006
-
-
Michael Meskes authored
-
Michael Meskes authored
-
Michael Meskes authored
- SHOW statement puts result into a variable - COPY TO STDOUT works
-
- Jul 14, 2006
-
-
Tom Lane authored
have no other gods before c.h'. Also remove some demonstrably redundant #include lines, mostly of <errno.h> which was added to c.h years ago.
-
- Jul 05, 2006
-
-
Michael Meskes authored
-
- Jun 26, 2006
-
-
Michael Meskes authored
-
- Jun 25, 2006
-
-
Michael Meskes authored
-
- Jun 21, 2006
-
-
Michael Meskes authored
-