| Commit message (Expand) | Author | Age |
* | Fixed segfault when detecting undefined cursor. | Michael Meskes | 2003-05-22 |
* | ecpg now recognizes named structs/unions. So you don't have to list the whole... | Michael Meskes | 2003-05-22 |
* | Reversed my incorrect fix. | Michael Meskes | 2003-05-20 |
* | Fixed exec sql ifdef command. | Michael Meskes | 2003-05-19 |
* | Made variable type double work again. | Michael Meskes | 2003-05-16 |
* | Fixed incorrect include and another typo. Sorry, the include did not create a... | Michael Meskes | 2003-05-16 |
* | Allow interfaces to compile under MingGW/Win32 by adding _P to symbols | Bruce Momjian | 2003-05-16 |
* | Revert kerberos code breakage. | Tom Lane | 2003-05-16 |
* | Allow Win32 to compile under MinGW. Major changes are: | Bruce Momjian | 2003-05-15 |
* | - Added more compatibility functions. | Michael Meskes | 2003-05-14 |
* | Fixed order of include file search path. | Michael Meskes | 2003-05-13 |
* | Add Makefile rules for new crypt/rint() /port functions. Add include | Bruce Momjian | 2003-05-10 |
* | More cleanups now that we have crypt(). | Bruce Momjian | 2003-05-09 |
* | Add crypt() to /port for Win32. | Bruce Momjian | 2003-05-09 |
* | Add rint() to /port, remove from qnx/. | Bruce Momjian | 2003-05-09 |
* | I think we're done with protocol instability, so mark server and libpq | Tom Lane | 2003-05-08 |
* | Update 3.0 protocol support to match recent agreements about how to | Tom Lane | 2003-05-08 |
* | Fixed bug with Warnings. Warnings are not added to the Statement instead of | Barry Lind | 2003-05-07 |
* | Add display of eventual result RowDescription (if any) to the output | Tom Lane | 2003-05-06 |
* | Added rfmtlong compatibility function. | Michael Meskes | 2003-05-06 |
* | Extended query protocol: parse, bind, execute, describe FE/BE messages. | Tom Lane | 2003-05-05 |
* | Patch to fix up LONGVARBINARY support submitted by Amit Gollapudi | Barry Lind | 2003-05-03 |
* | Fixed double definition of ecpg_compat_mode. | Michael Meskes | 2003-05-02 |
* | Added an option to force ecpg to also parse files includes via '#include' and... | Michael Meskes | 2003-05-01 |
* | 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-28 |
* | Add transaction status field to ReadyForQuery messages, and make room | Tom Lane | 2003-04-26 |
* | 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-25 |
* | 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-24 |
* | 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-22 |
* | Second round of FE/BE protocol changes. Frontend->backend messages now | Tom Lane | 2003-04-19 |
* | Make Win32 tests to match existing Cygwin tests, where appropriate. | Bruce Momjian | 2003-04-18 |
* | 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-17 |
* | Fix some problems exposed by building outside the source tree. | Tom Lane | 2003-04-16 |
* | 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-14 |
* | Applied patch submitted by Nic Ferrier with some cleanups of his previous | Barry Lind | 2003-04-13 |
* | Fix error recovery for SSL_read/SSL_write calls. | Tom Lane | 2003-04-10 |
* | Informix fixes. | Michael Meskes | 2003-04-10 |
* | 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-08 |
* | Add Win32 path handling for / vs. \ and drive letters. | Bruce Momjian | 2003-04-04 |
* | Add prototype for toupper/tolower(). | Bruce Momjian | 2003-04-03 |