- Feb 18, 2012
-
-
Michael Meskes authored
-
Michael Meskes authored
-
Michael Meskes authored
-
- Feb 06, 2012
-
-
Michael Meskes authored
-
- Feb 04, 2012
-
-
Michael Meskes authored
PQconectdb.
-
- Jan 05, 2012
-
-
Michael Meskes authored
This list is now freed when the last connection has been closed. Closes: #6366
-
- Apr 10, 2011
-
-
Bruce Momjian authored
-
- Nov 15, 2010
-
-
Robert Haas authored
Itagaki Takahiro, with slight modifications.
-
- Nov 02, 2010
-
-
Michael Meskes authored
Use bool as type for booleans instead of int. Do not implicitely cast size_t to int. Make the compiler stop complaining about unused variables by adding an empty statement.
-
- 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 07, 2010
-
-
Michael Meskes authored
ECPG connect routine only checked for NULL to find empty parameters, but user and password can also be "".
-
- 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.
-
- Dec 17, 2008
-
-
Michael Meskes authored
fix segfault on non-glibc systems.
-
- May 16, 2008
-
-
Peter Eisentraut authored
Author: Euler Taveira de Oliveira <euler@timbira.com>
-
- Mar 27, 2008
-
-
Michael Meskes authored
- Correctly parse connect options. - Changed regression tests accordingly.
-
- Mar 20, 2008
-
-
Michael Meskes authored
Removed one include file from connect-test1.
-
- 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.
-
- Sep 26, 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
-
- Mar 29, 2007
-
-
Michael Meskes authored
win32 threads. - Fixed regression tests to run threading tests.
-
- Mar 17, 2007
-
-
Michael Meskes authored
- Made some chars const as proposed by Stefan Huehner <stefan@huehner.org>. - Synced parser and keyword lists. - Copied two token parsing from backend parser to ecpg parser. - Also added a test case for this.
-
- 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.
-
- Nov 08, 2006
-
-
Michael Meskes authored
-
- Oct 04, 2006
-
-
Bruce Momjian authored
-
- Aug 29, 2006
-
-
Michael Meskes authored
Streamlined connection name parsing. Added Joachim's patch to shorten paths before diffing.
-
- Aug 27, 2006
-
-
Michael Meskes authored
- Fixed a memory leak/segfault in unsuccessful connection. - Some changes to test files.
-
- Aug 13, 2006
-
-
Michael Meskes authored
Merged dyntest.pgc and dyntest2.pgc. Hopefully fixed the last Coverity reports (finally)
-
- 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
Connection identifier has to be unique
-
- Jun 21, 2006
-
-
Michael Meskes authored
-
Michael Meskes authored
Added missing error handling in a few functions in ecpglib
-
- Jun 19, 2006
-
-
Michael Meskes authored
<joachim.wieland@credativ.de>
-