summaryrefslogtreecommitdiff
path: root/src/interfaces
AgeCommit message (Expand)Author
2003-07-08More informix fixes.Michael Meskes
2003-07-08Fix segfault in connect in informix mode.Michael Meskes
2003-07-07"char *" of course is not the same as "char []". So I had to fix the way ecpg...Michael Meskes
2003-07-04tm2timestamp should return -1, not elog, on overflow. (In the backendTom Lane
2003-07-04Fix missing code for HAVE_INT64_TIMESTAMP.Tom Lane
2003-07-04Add #include <limits.h> (re-add lost change from Wednesday).Tom Lane
2003-07-04date, interval and timestamp data should be quoted.Michael Meskes
2003-07-04Fixed informix behaviour for select without into.Michael Meskes
2003-07-02Fixed initialization bug and added postgres_fe.h to pgtypeslib.Michael Meskes
2003-07-01Fix ecpg typo --- change ;; to ;.Bruce Momjian
2003-07-01Use ISO dates in pgtypeslib by default.Michael Meskes
2003-06-30patches by Kim Ho to fixDave Cramer
2003-06-30Patches applied:Barry Lind
2003-06-29- Made sure Informix style decimal vars are initialized. They use aMichael Meskes
2003-06-29Just another sync.Michael Meskes
2003-06-28Merge PO file updates from 7.3 branch.Peter Eisentraut
2003-06-28When using new protocol, PQexec can get out of a COPY IN or COPY OUTTom Lane
2003-06-27Create real array comparison functions (that use the element datatype'sTom Lane
2003-06-26Added just another compatibility level for Informix.Michael Meskes
2003-06-26Wrap LONG_LONG_MIN redfinition around HAVE_LONG_LONG_INT_64.Bruce Momjian
2003-06-26Fix compile problem for missing LONG_LONG_MIN on BSD/OS.Bruce Momjian
2003-06-25Back out array mega-patch.Bruce Momjian
2003-06-25The remaining files ...Michael Meskes
2003-06-25remove including of postgres_fe.hMichael Meskes
2003-06-25Some systems need another header file included.Michael Meskes
2003-06-25Implemented Informix special way to treat NULLs, removed warnings, synced.Michael Meskes
2003-06-25> This change (I'm sure this will wrap poorly -- sorry):Bruce Momjian
2003-06-25This is a bug in python interface module,Bruce Momjian
2003-06-24Array mega-patch.Bruce Momjian
2003-06-24Add -L../ecpglib -lecpg for Cygwin compile.Bruce Momjian
2003-06-23Change pqInternalNotice to accept a format string and args instead ofTom Lane
2003-06-23Remove crypt.h from fe-connect.c --- not needed, and caused problems onBruce Momjian
2003-06-22Added missing terminating '\0' char for data put into char *.Michael Meskes
2003-06-21Get rid of extraneous newline in PQendcopy error output (was causingTom Lane
2003-06-21Update libpq to make new features of FE/BE protocol available toTom Lane
2003-06-20Synced with backend.Michael Meskes
2003-06-20Just another Informix compatibility change. They uses "free" for cursors as w...Michael Meskes
2003-06-20Sorry, missed a file.Michael Meskes
2003-06-20Allow constants in using clauses.Michael Meskes
2003-06-20We neglected to set conn->raddr.salen, leading to breakage of CANCELTom Lane
2003-06-19Fixed fetch into char * and added missing prototype for an Informix function.Michael Meskes
2003-06-17Add missing file to clean target.Peter Eisentraut
2003-06-17Fixed several more parsing bugs.Michael Meskes
2003-06-16Fixed two small bugs.Michael Meskes
2003-06-15Typo in version number.Michael Meskes
2003-06-15Some minor changes for new version numbering.Michael Meskes
2003-06-15Ecpg cleanups for prototypes.Bruce Momjian
2003-06-15Make ecpg thread safe.Bruce Momjian
2003-06-14Handle threading in two more gethostbyname calls.Bruce Momjian
2003-06-14Make libpq thread-safe with configure --with-threads option.Bruce Momjian