summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg
AgeCommit message (Expand)Author
2007-11-06Fixed two parser bugs.Michael Meskes
2007-11-05Fix deprecated-by-C-spec usage: storage class should come before constTom Lane
2007-10-26Avoid having backend-only code compiled into ecpg. Per Zdenek KotalaTom Lane
2007-10-10Synced parser and keyword list.Michael Meskes
2007-10-05Fix distprep and maintainer-clean targets so that ecpg's .def files areTom Lane
2007-10-05Add .cvsignore files to suppress CVS gripes about ecpg .def files.Tom Lane
2007-10-04Results from buildfarm show that ecpglib was depending on pg_strcasecmp,Tom Lane
2007-10-04DLL_DEFFILE should be defined when PORTNAME is win32, not when it isn't,Tom Lane
2007-10-04Replaced tabs by white spacesMichael Meskes
2007-10-04Removed newline at end of exports files.Michael Meskes
2007-10-04Added def-files to all: target so they are build everytime.Michael Meskes
2007-10-03Suppress compiler warning in non-threaded build.Tom Lane
2007-10-03Tweak recently-added tests to suppress scary-looking warnings on 64-bitTom Lane
2007-10-03Argh, missing dll in filenameMichael Meskes
2007-10-03Fix command for fetching snprintf.c.Tom Lane
2007-10-03This could be what's missing on some systems.Michael Meskes
2007-10-03Stripped two symbols that are needed.Michael Meskes
2007-10-03Also build snprintf from pgport if needed.Michael Meskes
2007-10-03Remove exports.list in clean target.Michael Meskes
2007-10-03Also created export list for pgytpeslib and compatlib.Michael Meskes
2007-10-03Use snprintf from libpgport in ecpg compatlib. Required sinceMagnus Hagander
2007-10-03Fix typoMagnus Hagander
2007-10-03Make ECPG regression tests run with -c only for array_of_struct.pgcMagnus Hagander
2007-10-03Cleaned up ecpglib and renamed functions that do not need to be exported.Michael Meskes
2007-10-03Hopefully fixed some stuff that causes Windows builds to fail.Michael Meskes
2007-10-02Made new test also work without threading enabled.Michael Meskes
2007-10-02No idea where this file came from.Michael Meskes
2007-10-02ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp> added thread-safeMichael Meskes
2007-09-30In hopes of un-breaking the buildfarm, add missing file fromTom Lane
2007-09-30Applied another patch by ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp>Michael Meskes
2007-09-27Define the FRONTEND symbol in postgres_fe.h, which allows us to eliminateTom Lane
2007-09-26Applied patch by ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp> to get pre...Michael Meskes
2007-09-21Removed superfluous ECPGfree() call.Michael Meskes
2007-09-04Synced parser and keyword list.Michael Meskes
2007-08-29Fixed bug in Informix define handling.Michael Meskes
2007-08-23unbreak ECPG tests for VPATH builds.Andrew Dunstan
2007-08-22More cleaning up and removed some duplicates.Michael Meskes
2007-08-14It seems we simply expected the same output for failure and success.Michael Meskes
2007-08-14It seems I always forget .in files.Michael Meskes
2007-08-14Hopefully fixed missing CHAR_BIT symbolMichael Meskes
2007-08-14Fixed compiler warning for enum handlingMichael Meskes
2007-08-14As usual I forgot some files. :-)Michael Meskes
2007-08-14- Finished major rewrite to use new protocol versionMichael Meskes
2007-07-25Synced parserMichael Meskes
2007-07-25Rename DLLIMPORT macro to PGDLLIMPORT to avoid conflict withMagnus Hagander
2007-06-15Applied patch by Joachim to enable checktcp againMichael Meskes
2007-06-14Add resultmap entries for mingw - same as for msvcMagnus Hagander
2007-06-14Properly identify mingw as a win32 platform needing different diffMagnus Hagander
2007-06-12VPATH fixes.Alvaro Herrera
2007-06-12Fix search/replace error in makefile for ecpg testsMagnus Hagander