Commit Graph

49 Commits (039dfbfd5d29e11da553f4a77a49ca52eafe8217)

Author SHA1 Message Date
Michael Meskes f9e083fd30 Added ECPGget_PGconn() function to ecpglib, courtesy of Mike Aubury. 18 years ago
Bruce Momjian fdf5a5efb7 pgindent run for 8.3. 18 years ago
Michael Meskes 7793c6ecca Cleaned up ecpglib and renamed functions that do not need to be exported. 18 years ago
Michael Meskes c4a6c2f871 Hopefully fixed some stuff that causes Windows builds to fail. 18 years ago
Michael Meskes 0c2eb200d6 ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp> added thread-safe 18 years ago
Michael Meskes 60e83cec57 Applied another patch by ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp> 18 years ago
Michael Meskes d49b20fbe6 Applied patch by ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp> to get prepare thread-safe. 18 years ago
Michael Meskes 635a0b9a86 - Finished major rewrite to use new protocol version 18 years ago
Michael Meskes ddcb5bbf76 - Added patch by Magnus Hagander <magnus@hagander.net> to use native 19 years ago
Michael Meskes d3e131e062 - Changed some whitespacing in connect statement. 19 years ago
Michael Meskes b8f611cf4b Simplified regression handling 19 years ago
Michael Meskes 5b88b85cad Applied Joachim's patch for a --regression option. 19 years ago
Michael Meskes 0c96e42797 Applied patch by Peter Harris to free auto_mem structure on connect 19 years ago
Bruce Momjian f99a569a2e pgindent run for 8.2. 19 years ago
Michael Meskes b1710339ba Fixed parser and library to allow empty database names. 19 years ago
Michael Meskes 99a5619e7b - Enabled single-quoted connection targets. 19 years ago
Michael Meskes ab6aa40b64 Applied patch for VPATH builds by Alvaro Herrera <alvherre@commandprompt.com> 19 years ago
Michael Meskes 1fa6be6f69 ynced parser and keyword list. 19 years ago
Michael Meskes 9e76b4c7c5 And one more: 19 years ago
Michael Meskes 3f9aace723 Added some more coverity report patches send in by Martijn van Oosterhout <kleptog@svana.org>. 20 years ago
Michael Meskes a829da152c Added fixed from the coverity report send in by Joachim Wieland <joe@mcknight.de> 20 years ago
Michael Meskes aaf125f8df Do not use already free'ed errmsg, bug found by Joachim Wieland 20 years ago
Michael Meskes 150131d9d9 - Made several variables "const char *" instead of "char *" as proposed by Qingqing Zhou <zhouqq@cs.toronto.edu>. 20 years ago
Bruce Momjian 1dc3498251 Standard pgindent run for 8.1. 20 years ago
Michael Meskes 9dc2e6deaf Added patch by Philip Yarra <philip.yarra@internode.on.net> for a bug in thread support. 21 years ago
Michael Meskes 1fbdb6bc9f Fixed segfault in connect when specifying no database name. 21 years ago
Bruce Momjian b6b71b85bc Pgindent run for 8.0. 21 years ago
Bruce Momjian 6cc4175b25 Attached is a patch that takes care of the PATHSEP issue. I made a more 22 years ago
Bruce Momjian 8526f537cc The "cvs add" of test_thread_implicit.pgc seems to have been missed, 22 years ago
Michael Meskes 757fb0e5a9 - Fixed Informix compat math functions to cope with the situations 22 years ago
PostgreSQL Daemon 969685ad44 $Header: -> $PostgreSQL Changes ... 22 years ago
Peter Eisentraut 8878cc4cd7 Rename USE_THREADS to ENABLE_THREAD_SAFETY to avoid name clash with Perl. 22 years ago
Peter Eisentraut c3664c0c00 Add macros for error result fields to libpq. 22 years ago
Peter Eisentraut e39bc695d6 Be a little bit more careful about using sqlstate, in case libpq returned 22 years ago
Bruce Momjian 089003fb46 pgindent run. 22 years ago
Peter Eisentraut 4f7df90db0 Make ecpg SQLSTATE-aware. Map existing SQLCODE assignments to SQLSTATEs, 22 years ago
Michael Meskes 7a9c074cba - Added some Informix error codes in Informix mode. 22 years ago
Michael Meskes 42df5e311f Started to create different error codes for different backend messages. 23 years ago
Michael Meskes fee6fd7f65 Fix segfault in connect in informix mode. 23 years ago
Michael Meskes 2bdd2e5dcf Use ISO dates in pgtypeslib by default. 23 years ago
Michael Meskes 4505653e54 Added just another compatibility level for Informix. 23 years ago
Michael Meskes fd3ca524eb Implemented Informix special way to treat NULLs, removed warnings, synced. 23 years ago
Bruce Momjian 4f70680177 Make ecpg thread safe. 23 years ago
Michael Meskes 26188e8c17 - Enable FETCH without INTO. 23 years ago
Michael Meskes dc554458ad Reversed my incorrect fix. 23 years ago
Michael Meskes f7d836212a Fixed double definition of ecpg_compat_mode. 23 years ago
Michael Meskes a50f285d8d Added some more informix compatibility functions. 23 years ago
Bruce Momjian d46e643822 Add Win32 path handling for / vs. \ and drive letters. 23 years ago
Michael Meskes a4f25b6a9c Started working on a seperate pgtypes library. First test work. PLEASE test compilation on iother systems. 23 years ago
Michael Meskes 1a9b0613c1 - Applied error reporting patch by Matthew Vanecek 23 years ago