- 02 Oct, 2007 1 commit
-
-
Michael Meskes authored
descriptor handling
-
- 30 Sep, 2007 1 commit
-
-
Michael Meskes authored
to get memory allocation thread-safe. He also did some cleaning up.
-
- 26 Sep, 2007 1 commit
-
-
Michael Meskes authored
-
- 14 Aug, 2007 1 commit
-
-
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
-
- 29 Mar, 2007 1 commit
-
-
Michael Meskes authored
win32 threads. - Fixed regression tests to run threading tests.
-
- 17 Mar, 2007 1 commit
-
-
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.
-
- 12 Jan, 2007 1 commit
-
-
Michael Meskes authored
Added patch by Joachim to work around OpenBSD bug in regression suite.
-
- 11 Jan, 2007 1 commit
-
-
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.
-
- 08 Nov, 2006 1 commit
-
-
Michael Meskes authored
-
- 04 Oct, 2006 1 commit
-
-
Bruce Momjian authored
-
- 29 Aug, 2006 1 commit
-
-
Michael Meskes authored
Streamlined connection name parsing. Added Joachim's patch to shorten paths before diffing.
-
- 27 Aug, 2006 1 commit
-
-
Michael Meskes authored
- Fixed a memory leak/segfault in unsuccessful connection. - Some changes to test files.
-
- 13 Aug, 2006 1 commit
-
-
Michael Meskes authored
Merged dyntest.pgc and dyntest2.pgc. Hopefully fixed the last Coverity reports (finally)
-
- 02 Aug, 2006 1 commit
-
-
Michael Meskes authored
Implemented EXEC SQL UNDEF. Applied first version of the regression test patch by Joachim Wieland <joe@mcknight.de>.
-
- 28 Jul, 2006 1 commit
-
-
Michael Meskes authored
Connection identifier has to be unique
-
- 21 Jun, 2006 2 commits
-
-
Michael Meskes authored
-
Michael Meskes authored
Added missing error handling in a few functions in ecpglib
-
- 19 Jun, 2006 1 commit
-
-
Michael Meskes authored
<joachim.wieland@credativ.de>
-
- 30 Nov, 2005 1 commit
-
-
Michael Meskes authored
- Made several variables "const char *" instead of "char *" as proposed by Qingqing Zhou <zhouqq@cs.toronto.edu>. - Replaced all strdup() calls by ECPGstrdup(). - Set ecpg library version to 5.2. - Set ecpg version to 4.2.1.
-
- 15 Oct, 2005 1 commit
-
-
Bruce Momjian authored
-
- 14 Apr, 2005 1 commit
-
-
Michael Meskes authored
-
- 30 Dec, 2004 1 commit
-
-
Michael Meskes authored
-
- 29 Aug, 2004 1 commit
-
-
Bruce Momjian authored
-
- 10 Jun, 2004 1 commit
-
-
Bruce Momjian authored
extensive change then what was suggested. I found the file path.c that contained a lot of "Unix/Windows" agnostic functions so I added a function there instead and removed the PATHSEP declaration in exec.c altogether. All to keep things from scattering all over the code. I also took the liberty of changing the name of the functions "first_path_sep" and "last_path_sep". Where I come from (and I'm apparently not alone given the former macro name PATHSEP), they should be called "first_dir_sep" and "last_dir_sep". The new function I introduced, that actually finds path separators, is now the "first_path_sep". The patch contains changes on all affected places of course. I also changed the documentation on dynamic_library_path to reflect the chagnes. Thomas Hallgren
-
- 15 Mar, 2004 1 commit
-
-
Bruce Momjian authored
i've attached this again. Additionally I include a small patch to remove mutex locking when a DEFAULT/NULL connection is being retrieved. This is consistent with libpq. Lee Kindness
-
- 14 Mar, 2004 1 commit
-
-
Michael Meskes authored
where one argument takes the result. - Applied thread patches by Lee Kindness
-
- 29 Nov, 2003 1 commit
-
-
PostgreSQL Daemon authored
$Header: -> $PostgreSQL Changes ...
-
- 24 Nov, 2003 1 commit
-
-
Peter Eisentraut authored
Fixes compilation failure with --enable-thread-safety --with-perl and Perl 5.6.1.
-
- 24 Aug, 2003 1 commit
-
-
Peter Eisentraut authored
-
- 08 Aug, 2003 1 commit
-
-
Peter Eisentraut authored
NULL for it.
-
- 04 Aug, 2003 1 commit
-
-
Bruce Momjian authored
-
- 01 Aug, 2003 2 commits
-
-
Peter Eisentraut authored
rather than parsing the message. Add some documentation about embedded SQL.
-
Michael Meskes authored
- Added just another pgtypeslib function.
-
- 15 Jul, 2003 1 commit
-
-
Michael Meskes authored
-
- 08 Jul, 2003 1 commit
-
-
Michael Meskes authored
-
- 01 Jul, 2003 1 commit
-
-
Michael Meskes authored
Applied patch by Philip Yarra to fix some thread issues. Added a new data type "decimal" which is mostly the same as our "numeric" but uses a fixed length array to store the digits. This is for compatibility with Informix and maybe others.
-
- 26 Jun, 2003 1 commit
-
-
Michael Meskes authored
-
- 25 Jun, 2003 1 commit
-
-
Michael Meskes authored
-
- 15 Jun, 2003 1 commit
-
-
Bruce Momjian authored
Lee Kindness
-
- 13 Jun, 2003 1 commit
-
-
Michael Meskes authored
- Compatibility functions for INFORMIX handling of DECLARE statement.
-