Commit Graph

45 Commits (4d63e267742a2afe481a34f4742c0551c6b0a112)

Author SHA1 Message Date
Michael Meskes 524d65d459 Fixed memory leak bugs found by Martijn Oosterhout. 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
Bruce Momjian 8a79451152 I have to admit that I got the case of the preprocessor symbol on amd64 20 years ago
Bruce Momjian 74b49a8129 Add E'' to internally created SQL strings that contain backslashes. 20 years ago
Michael Meskes 2d5d691d15 - Fixed memory leak in ecpglib by adding some missing free() commands. 21 years ago
Michael Meskes 1f418555cf Added patch by Christof Petig <christof@petig-baender.de> to work around gcc bug on powerpc and amd64. 21 years ago
Bruce Momjian b6b71b85bc Pgindent run for 8.0. 21 years ago
Michael Meskes 073f7312a4 - Fixed indicator in SET DESCRIPTOR. 22 years ago
Michael Meskes 8715789928 Made sure SET DESCRIPTOR accepts all data types including constants. 22 years ago
Michael Meskes 90326c01c9 Added SET DESCRIPTOR command. 22 years ago
Michael Meskes 03ad5da8f8 - Only use typedefs inside their scope. 22 years ago
Michael Meskes e845adf31f - Fixed bug in adjust_informix that treated arrays as simple variables. 22 years ago
Michael Meskes 6ccfc4f430 - Issue a warning if a cursor is declared but not opened. 22 years ago
Neil Conway 192ad63bd7 More janitorial work: remove the explicit casting of NULL literals to a 22 years ago
Michael Meskes 3819afa759 Added patch by Dave Cramer for array handling in ecpglib. 22 years ago
PostgreSQL Daemon 969685ad44 $Header: -> $PostgreSQL Changes ... 22 years ago
Michael Meskes 135ecf8d96 Re-added forgotten cache. 22 years ago
Michael Meskes 87758314ca Made sure an internal array is not treated as a user defined one. 22 years ago
Michael Meskes 0262337ad3 Fixed bug with indicators when storage for the string is dynamically allocated. 22 years ago
Michael Meskes 723a9bde33 - Accept output variables for FETCH in DECLARE statement. 22 years ago
Michael Meskes fcdf0e22fc - Added Dave patch for Informix handling of numeric/int conversion. 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 6a0d6d0060 Added explicit casts for date/interval/timestamp. 22 years ago
Michael Meskes 42df5e311f Started to create different error codes for different backend messages. 22 years ago
Michael Meskes f207718b0c More informix fixes. 23 years ago
Michael Meskes 91d60637cf "char *" of course is not the same as "char []". So I had to fix the way ecpg treated the second one. 23 years ago
Michael Meskes c7fddd3072 date, interval and timestamp data should be quoted. 23 years ago
Michael Meskes 23e4fc18a7 Fixed informix behaviour for select without into. 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
Michael Meskes abd310a3b1 Allow constants in using clauses. 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 7b85b730f5 More patches for informix compatibility. 23 years ago
Michael Meskes 999f12982e Moved Informix stuff to its own compat library. Interval datetype is now fully functional. 23 years ago
Michael Meskes 89508a8492 More changes to pgtypeslib and set optimization to -O1. 23 years ago
Bruce Momjian f1792b932c Use PQfreemem() consistently, and document its use for Notify. 23 years ago
Michael Meskes 2e6f97560a Started adding date and timestamp. 23 years ago
Peter Eisentraut 28efaf3ccd Avoid mysterious warning about possibly uninitialized variable. 23 years ago
Michael Meskes 6fad73ed45 Some bugfixes for numerical library. 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
Michael Meskes cf8da4e9f0 Merged ecpg_big_bison back into HEAD 23 years ago
Bruce Momjian e50f52a074 pgindent run. 23 years ago
Michael Meskes a58930bbd5 Synced parser yet again. 23 years ago
Michael Meskes 0f865e17e2 Applied Lee Kindness' patch to fix one of memory allocation with floating point numbers. 24 years ago