summaryrefslogtreecommitdiff
path: root/src/interfaces
AgeCommit message (Expand)Author
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
2007-06-12Synced parser and keyword list.Michael Meskes
2007-06-11Should not try to unlink stdout.Michael Meskes
2007-06-11Fixed one memory leak in descriptor code.Michael Meskes
2007-06-04Update expected files for textual changesPeter Eisentraut
2007-05-31Make some messages more consistentPeter Eisentraut
2007-05-28Applied patch send by Joachim Wieland to fix INTEGER_DATETIMES under MSVC.Michael Meskes
2007-05-27Sorry guys, I committed the file from my development snapshot instead the one...Michael Meskes
2007-05-27The source code changed, so the expected file changed too.Michael Meskes
2007-05-27Applied Joachim's patch for ecpg_config.h creation on Vista.Michael Meskes
2007-05-21Also removed the function not just the call, sorry.Michael Meskes