summaryrefslogtreecommitdiff
path: root/src/interfaces
AgeCommit message (Expand)Author
2007-12-28Sorry, hit the wrong button with my last commit. Here's the correct changelog:Michael Meskes
2007-12-28*** empty log message ***Michael Meskes
2007-12-21Fixed a few minor glitches pointed out by splint.Michael Meskes
2007-12-21libpq needs pgsleep on win32 because of the changes to port/open.c.Magnus Hagander
2007-12-09Fix up the PQconnectionUsedPassword mess: create a separateTom Lane
2007-12-04Don't send an empty SSPI negotiation packet at the end of the negotiation.Magnus Hagander
2007-11-30Add win32error.c to libpq, needed to resolve _dosmaperr.Magnus Hagander
2007-11-29Translation updatesPeter Eisentraut
2007-11-21Fix build of libpq for Borland CC.Bruce Momjian
2007-11-15Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian
2007-11-15pgindent run for 8.3.Bruce Momjian
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