summaryrefslogtreecommitdiff
path: root/src/interfaces
AgeCommit message (Expand)Author
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
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-08-03Update supported standalone VC++ version to 7.1+ only, and fixMagnus Hagander
2007-07-25Synced parserMichael Meskes
2007-07-25Rename DLLIMPORT macro to PGDLLIMPORT to avoid conflict withMagnus Hagander
2007-07-25Fix standalone win32 makefile (MSVC6) for SSPI and GSSAPI.Magnus Hagander
2007-07-24Make it possible, and default, for MingW to build with SSPI supportMagnus Hagander
2007-07-23Just noticed that libpq thinks the maximum command tag length is 40,Tom Lane
2007-07-23Use PQExpBuffer for error message in fe-auth.c.Magnus Hagander
2007-07-23Stupid typo.Magnus Hagander
2007-07-23SSPI authentication on Windows. GSSAPI compatible client when doing KerberosMagnus Hagander
2007-07-12Enable GSSAPI to build using MSVC. Always build GSSAPI when Kerberos isMagnus Hagander
2007-07-12Support GSSAPI builds where the header is <gssapi.h> and not <gssapi/gssapi.h>,Magnus Hagander
2007-07-12Fix freenig of names in Kerberos when using MIT - need to use theMagnus Hagander
2007-07-11A bunch of GSSAPI fixes per comments from Tom:Magnus Hagander
2007-07-10Add support for GSSAPI authentication.Magnus Hagander
2007-07-08Closer code review for PQconnectionUsedPassword() patch: in particular,Tom Lane
2007-07-08Arrange for the authentication request type to be preserved inJoe Conway
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
2007-06-12Fixed reduce/recuce problem due to CURRENT_P.Michael Meskes
2007-06-12Rewrite ECPG regression test driver in C, by splitting the standardMagnus Hagander