Commit Graph

66 Commits (dd12bef58ccee3596066cda9ded4fc6b3399d3ba)

Author SHA1 Message Date
Michael Meskes 94a484222c Check for out of memory when allocating sqlca. 10 years ago
Peter Eisentraut 2ee4efc408 Replace "internationalize" with "localize" where appropriate 11 years ago
Michael Meskes 96bb29dc44 Made ecpglib use translated messages. 13 years ago
Peter Eisentraut c5e073ca2d ecpg: Fix off-by-one error in memory copying 14 years ago
Michael Meskes 8cf82ac53e Ecpglib stores variables that are used in DECLARE statements in a global list. 14 years ago
Michael Meskes 816b008eaf Applied patch by Itagaki Takahiro to fix incorrect status calculation in 15 years ago
Magnus Hagander 9f2e211386 Remove cvs keywords from all files. 15 years ago
Bruce Momjian 239d769e7e pgindent run for 9.0, second run 15 years ago
Michael Meskes 29259531c7 Replace self written 'long long int' configure test by standard 'AC_TYPE_LONG_LONG_INT' macro call. 15 years ago
Michael Meskes 15ab0e9a60 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. 15 years ago
Bruce Momjian 65e806cba1 pgindent run for 9.0 16 years ago
Michael Meskes cedae13017 Fixed NaN/Infinity problems in ECPG for float/double/numeric/decimal by making it OS independant. 16 years ago
Michael Meskes aa6ac35221 Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add out-of-scope cursor support to native mode. 16 years ago
Michael Meskes 14cc1ed7ed Made function better readable. 16 years ago
Michael Meskes dacaeff5ae Added patch by Bernd Helmle <bernd.helmle@credativ.de> that adds a low level 16 years ago
Michael Meskes fe35c8e145 Do not set connection values if no connection is open. 16 years ago
Michael Meskes 5d34af421d Added STRING datatype for Informix compatibility mode. This work is 16 years ago
Bruce Momjian d747140279 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 16 years ago
Peter Eisentraut cb05ab81a8 NLS cleanup in ecpglib 17 years ago
Peter Eisentraut a3114e52f6 Split the ecpg translation support into a separate catalog for the ecpg 17 years ago
Tom Lane d1c24460bf Fix cast-away-const problem as well as bogus calculation of required buffer size. 17 years ago
Michael Meskes 3f7e1e4b91 Do not try to change a const variable. 17 years ago
Peter Eisentraut 218b4e8dd8 Append major version number and for libraries soname major version number 17 years ago
Michael Meskes 492059daba Move from strcmp to strncmp to be more tolerant for changes to the parser. 17 years ago
Peter Eisentraut e1bdd07c3c Add localization support to ecpg. 17 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 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 b8f611cf4b Simplified regression handling 19 years ago
Michael Meskes 5b88b85cad Applied Joachim's patch for a --regression option. 19 years ago
Bruce Momjian f99a569a2e pgindent run for 8.2. 19 years ago
Michael Meskes b30da7ba5f Added lots of SoC stuff made by Joachim. 19 years ago
Michael Meskes 6e11202dbe Made parser check for valid copy to/from stdin/stdout combinations. 19 years ago
Michael Meskes 4cd72b53b9 Added missing ECPGget_sqlca() call 19 years ago
Michael Meskes c1c9b7c0c0 First small patches needed for regression tests 19 years ago
Michael Meskes 3f9aace723 Added some more coverity report patches send in by Martijn van Oosterhout <kleptog@svana.org>. 19 years ago
Bruce Momjian 1dc3498251 Standard pgindent run for 8.1. 20 years ago
Michael Meskes c959d370bf Fixed transaction command handling to not ignore savepoints and to correctly check for errors. 20 years ago
Bruce Momjian 5c267325ec Add 'int' cast for getpid() because some Solaris releases return long 21 years ago
Bruce Momjian 67608a393b Make getpid() use %d consistently for printing. 21 years ago
Bruce Momjian b6b71b85bc Pgindent run for 8.0. 21 years ago
Michael Meskes 03ad5da8f8 - Only use typedefs inside their scope. 21 years ago
Bruce Momjian 48f3ddf991 Fix ecpg_sqlca_key_destructor to return void. 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