Commit Graph

32 Commits (a4ab5bae4280ce40d4b155d29d91ae2ea04f7851)

Author SHA1 Message Date
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. 23 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. 24 years ago
Michael Meskes 0f865e17e2 Applied Lee Kindness' patch to fix one of memory allocation with floating point numbers. 24 years ago
Michael Meskes 7138a1e5fc - Fixed variable handling for struct members. 24 years ago
Michael Meskes 1e15f9e119 Fixed array pointers, no longer using void * in arithmetics. 24 years ago
Michael Meskes 988fdce5d1 - Removed space_or_nl and line_end from pgc.l. 24 years ago
Tom Lane 6c134eb6f1 Spell 'precedes', 'preceding' correctly in various places. 24 years ago
Michael Meskes 32a4c3008f Added Christof's patches. 24 years ago
Bruce Momjian ea08e6cd55 New pgindent run with fixes suggested by Tom. Patch manually reviewed, 24 years ago
Bruce Momjian 6783b2372e Another pgindent run. Fixes enum indenting, and improves #endif 24 years ago
Bruce Momjian b81844b173 pgindent run on all C files. Java run to follow. initdb/regression 24 years ago
Michael Meskes b78efb6d82 Make sure each call to ECPGraise is logged. 24 years ago
Michael Meskes fecbeedc7e Re-added Tom's patch fixing my setlocale patch. I accidently 24 years ago
Michael Meskes 9f09e8362b - Fixed truncate bug. 24 years ago
Tom Lane dc05a996c5 Fix the setlocale problem in a way that actually works. setlocale 24 years ago
Michael Meskes 16b9b75876 - Synced preproc.y with gram.y. 24 years ago