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