summaryrefslogtreecommitdiff
path: root/src/interfaces
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-27Translation updatesPeter Eisentraut
2007-10-26Avoid having backend-only code compiled into ecpg. Per Zdenek KotalaTom Lane
2007-10-13Fix the inadvertent libpq ABI breakage discovered by Martin Pitt: theTom Lane
2007-10-10Synced parser and keyword list.Michael Meskes
2007-10-09Don't try to free pgpassfile since it's a stack variable.Magnus Hagander
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-04Stamp 8.3beta1, except in configure.in/configure.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-03Minor improvements to hack for old OpenSSL libraries: avoid unusedTom Lane
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-03Attempt to open certificate file "manually" using fopen beforeMagnus Hagander
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-02Fix a compiler warning on Win32. Hannes Eder.Neil Conway
2007-10-02Default to thread safety on, and support more CPU options. AlsoMagnus Hagander
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-10-02Cope with ERR_set_mark() and ERR_pop_to_mark() not existing in olderTom Lane
2007-10-01Use BIO functions to avoid passing FILE * pointers to OpenSSL functions.Magnus Hagander
2007-10-01Build with /GS on 64-bit to work with modern Platform SDK.Magnus Hagander
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-25Small string tweaksPeter Eisentraut
2007-09-21Removed superfluous ECPGfree() call.Michael Meskes
2007-09-14Add LDAP URL documentation.Bruce Momjian
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