summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg
AgeCommit message (Expand)Author
2004-08-28Add missing semicolon; some bison versions warn of this.Tom Lane
2004-08-11Fix broken parsing of CREATE TABLE AS (looks like a mis-sync with mainTom Lane
2004-08-04Fix syntax error by adding a space.Bruce Momjian
2004-07-26SQL defines are only used in SQL space in Informix mode.Michael Meskes
2004-07-20Synced parser and keyword list.Michael Meskes
2004-07-13Cause libpq and ecpg libraries to be built as proper shared librariesTom Lane
2004-07-05Added free() calls against memory leak in interval.c.Michael Meskes
2004-07-05- Fixed indicator in SET DESCRIPTOR.Michael Meskes
2004-07-04Made sure SET DESCRIPTOR accepts all data types including constants.Michael Meskes
2004-07-01Removed unused variable and added a typecast.Michael Meskes
2004-06-30Added SET DESCRIPTOR command.Michael Meskes
2004-06-28Arrays can be read as arrays or as character strings now.Michael Meskes
2004-06-27- Only use typedefs inside their scope.Michael Meskes
2004-06-20Synced parser and keyword list.Michael Meskes
2004-06-17Added patch by ISHIDA Akio to allow indicators in execute statements.Michael Meskes
2004-06-11ECPG preprocessor for PostgreSQL 7.4.1, 7.4.2 doubles const,Bruce Momjian
2004-06-10Attached is a patch that takes care of the PATHSEP issue. I made a moreBruce Momjian
2004-05-31Suppress compile warnings on machines where the INT64CONST() decorationTom Lane
2004-05-30Use the new List API function names throughout the backend, and disable theNeil Conway
2004-05-26Recent commits added created files that weren't getting deleted byTom Lane
2004-05-26This patch implement the TODO [ALTER DATABASE foo OWNER TO bar].Bruce Momjian
2004-05-25Add FRONTEND to ecpglib.Bruce Momjian
2004-05-25Add exec.c to ecpg library because path.c now uses it.Bruce Momjian
2004-05-24Remove a few $filter() calls that were not needed.Bruce Momjian
2004-05-21Handle inclusion of port modules 'correctly', viz the same way libpqTom Lane
2004-05-21- Fixed DEALLOCATE PREPARE to use correct function callMichael Meskes
2004-05-21Add mention of why -lpgport is needed in ecpglib (dllwrap).Bruce Momjian
2004-05-21Add -lpgport to ecpglib link only on win32. Other platforms haveBruce Momjian
2004-05-21Revert addition of -lpgport, which breaks the build on platforms thatTom Lane
2004-05-19Re-add elog() to exec.c, per Tom.Bruce Momjian
2004-05-19Win32 needs -lpgport for dll creation of ecpglib.Bruce Momjian
2004-05-18Move find_my_exec() way up into main.c so it is available to theBruce Momjian
2004-05-17Reorganize code to allow path-relative installs.Bruce Momjian
2004-05-12Rename find_my_binary/find_other_binary toBruce Momjian
2004-05-10- Argh, just another bug in adjust_informix.Michael Meskes
2004-05-07- Added additional test case.Michael Meskes
2004-05-07Solve the 'Turkish problem' with undesirable locale behavior for caseTom Lane
2004-05-05- Fixed bug in adjust_informix that treated arrays as simple variables.Michael Meskes
2004-04-30Minor adjustments to enable public-domain timezone library to be calledBruce Momjian
2004-04-29Synced parser and keyword list.Michael Meskes
2004-04-26Add $(X) for cross-compiling. Seems the mingw compiler running onBruce Momjian
2004-04-25Make thread flags CFLAGS, not CPPFLAGS.Bruce Momjian
2004-04-23Add new auto-detection of thread flags.Bruce Momjian
2004-04-23Fixed memory misusage in variable handling.Michael Meskes
2004-03-29Fixed possible segfault in type.c (by Juergen Cappel)Michael Meskes
2004-03-15The "cvs add" of test_thread_implicit.pgc seems to have been missed,Bruce Momjian
2004-03-14Fix ecpg_sqlca_key_destructor to return void.Bruce Momjian
2004-03-14- Fixed Informix compat math functions to cope with the situationsMichael Meskes
2004-03-04- Fixed segfault due to missing check for variable declaration.Michael Meskes
2004-03-02Added partly missing VOLATILE keyword.Michael Meskes