| Age | Commit message (Expand) | Author |
| 2003-05-06 | Added rfmtlong compatibility function. | Michael Meskes |
| 2003-05-05 | Extended query protocol: parse, bind, execute, describe FE/BE messages. | Tom Lane |
| 2003-05-03 | Patch to fix up LONGVARBINARY support submitted by Amit Gollapudi | Barry Lind |
| 2003-05-02 | Fixed double definition of ecpg_compat_mode. | Michael Meskes |
| 2003-05-01 | Added an option to force ecpg to also parse files includes via '#include' and... | Michael Meskes |
| 2003-04-28 | Missed some corner cases (PGSERVICE mostly)... | Tom Lane |
| 2003-04-28 | Okay, I've had it with PQsetdbLogin having slightly different defaults | Tom Lane |
| 2003-04-26 | Add transaction status field to ReadyForQuery messages, and make room | Tom Lane |
| 2003-04-25 | In the continuing saga of FE/BE protocol revisions, add reporting of | Tom Lane |
| 2003-04-25 | Add new versions DLL lists, from Karl Waclawek | Bruce Momjian |
| 2003-04-25 | Fix typo in DLL list. | Bruce Momjian |
| 2003-04-25 | Use closesocket() for all socket/pipe closing, because Win32 requires | Bruce Momjian |
| 2003-04-24 | Infrastructure for upgraded error reporting mechanism. elog.c is | Tom Lane |
| 2003-04-24 | Add PQunescapeBytea() and PQfeeMem() to the Win32 DLL list. | Bruce Momjian |
| 2003-04-22 | Remove Win32 special rename/unlink from libpq. | Bruce Momjian |
| 2003-04-22 | Add dirmod to libpq Makefile. | Bruce Momjian |
| 2003-04-22 | Another round of protocol changes. Backend-to-frontend messages now all | Tom Lane |
| 2003-04-19 | Second round of FE/BE protocol changes. Frontend->backend messages now | Tom Lane |
| 2003-04-18 | Make Win32 tests to match existing Cygwin tests, where appropriate. | Bruce Momjian |
| 2003-04-17 | First phase of FE/BE protocol modifications: new StartupPacket layout | Tom Lane |
| 2003-04-17 | Applied patches from Kris Jurka fixing a string tokenizing problem and | Barry Lind |
| 2003-04-16 | Fix some problems exposed by building outside the source tree. | Tom Lane |
| 2003-04-14 | path.c needs to be included in libpq; per Joe Conway. | Tom Lane |
| 2003-04-14 | exposed the addDataType method to the PGConnection, allows users to add datat... | Dave Cramer |
| 2003-04-13 | Applied patch submitted by Nic Ferrier with some cleanups of his previous | Barry Lind |
| 2003-04-10 | Fix error recovery for SSL_read/SSL_write calls. | Tom Lane |
| 2003-04-10 | Informix fixes. | Michael Meskes |
| 2003-04-08 | Get rid of inappropriate flags in CPPFLAGS override --- these break | Tom Lane |
| 2003-04-08 | Added some more informix compatibility functions. | Michael Meskes |
| 2003-04-04 | Add Win32 path handling for / vs. \ and drive letters. | Bruce Momjian |
| 2003-04-03 | Add prototype for toupper/tolower(). | Bruce Momjian |
| 2003-04-02 | Whack getaddrinfo() patch around until it works, more or less, on | Tom Lane |
| 2003-04-01 | More patches for informix compatibility. | Michael Meskes |
| 2003-03-30 | Forgot two new files and one that was moved. | Michael Meskes |
| 2003-03-30 | Moved Informix stuff to its own compat library. Interval datetype is now full... | Michael Meskes |
| 2003-03-29 | Simplify the socket handling code by supplying a replacement getaddrinfo() | Peter Eisentraut |
| 2003-03-27 | Add <stdlib> to add calloc() prototype. | Bruce Momjian |
| 2003-03-27 | More changes to pgtypeslib and set optimization to -O1. | Michael Meskes |
| 2003-03-25 | patch to notify listeners on error from Csaba Nagy | Dave Cramer |
| 2003-03-25 | Use PQfreemem() consistently, and document its use for Notify. | Bruce Momjian |
| 2003-03-25 | added DISTINCT to the query to get cross reference. This is required when two... | Dave Cramer |
| 2003-03-25 | fixed problem where information from previous updates was leaking into subseq... | Dave Cramer |
| 2003-03-24 | New build number | Barry Lind |
| 2003-03-24 | Fix bug in reading acls (didn't treat null acl as meaning the table owner had | Barry Lind |
| 2003-03-22 | Remove ecpg #warning with approval from Michael. | Bruce Momjian |
| 2003-03-22 | Add missing #include for calloc in ecpg. | Bruce Momjian |
| 2003-03-22 | Add PQfreemem() call for Win32. | Bruce Momjian |
| 2003-03-21 | Make "win" a separate port from "cygwin". This means you can now | Peter Eisentraut |
| 2003-03-21 | Do not free prepares statements at the end of a transaction. | Michael Meskes |
| 2003-03-21 | Changes to the parser to accept new datatypes. | Michael Meskes |