Commit Graph

2046 Commits (3b2e94de84e0e41946da09333f189fee5f166299)

Author SHA1 Message Date
Michael Meskes 813d9960d2 Forgot these. 23 years ago
Michael Meskes d258fb91cf ecpg now accepts array elements as arguments. 23 years ago
Peter Eisentraut 6fabec242d Fix compilation on Cygwin. 23 years ago
Michael Meskes dbd55d3a5b Fixed segfault when detecting undefined cursor. 23 years ago
Michael Meskes d03a067ba0 ecpg now recognizes named structs/unions. So you don't have to list the whole definition everytime you declare a variable anymore. 23 years ago
Michael Meskes dc554458ad Reversed my incorrect fix. 23 years ago
Michael Meskes 08d7e1c20e Fixed exec sql ifdef command. 23 years ago
Michael Meskes 3d41da50f7 Made variable type double work again. 23 years ago
Michael Meskes 7e684fad02 Fixed incorrect include and another typo. Sorry, the include did not create a warning/error/problem on my machine, so I didn't notice it. 23 years ago
Bruce Momjian c42581eba3 Allow interfaces to compile under MingGW/Win32 by adding _P to symbols 23 years ago
Tom Lane 32be7207aa Revert kerberos code breakage. 23 years ago
Bruce Momjian 12c9423832 Allow Win32 to compile under MinGW. Major changes are: 23 years ago
Michael Meskes 4e1ed3da9b - Added more compatibility functions. 23 years ago
Michael Meskes 72f311b86a Fixed order of include file search path. 23 years ago
Bruce Momjian cb8b1299a3 Add Makefile rules for new crypt/rint() /port functions. Add include 23 years ago
Bruce Momjian d85a0a6bef More cleanups now that we have crypt(). 23 years ago
Bruce Momjian 66e0a8cb39 Add crypt() to /port for Win32. 23 years ago
Bruce Momjian 0afe5417d7 Add rint() to /port, remove from qnx/. 23 years ago
Tom Lane 075a0078df I think we're done with protocol instability, so mark server and libpq 23 years ago
Tom Lane c0a8c3ac13 Update 3.0 protocol support to match recent agreements about how to 23 years ago
Barry Lind 137b123fc7 Fixed bug with Warnings. Warnings are not added to the Statement instead of 23 years ago
Tom Lane 755d191700 Add display of eventual result RowDescription (if any) to the output 23 years ago
Michael Meskes 299fbb4b37 Added rfmtlong compatibility function. 23 years ago
Tom Lane 16503e6fa4 Extended query protocol: parse, bind, execute, describe FE/BE messages. 23 years ago
Barry Lind 5295fffc26 Patch to fix up LONGVARBINARY support submitted by Amit Gollapudi 23 years ago
Michael Meskes f7d836212a Fixed double definition of ecpg_compat_mode. 23 years ago
Michael Meskes 9e9d8d54e3 Added an option to force ecpg to also parse files includes via '#include' and some more Informix stuff. 23 years ago
Tom Lane 11def6906b Missed some corner cases (PGSERVICE mostly)... 23 years ago
Tom Lane 092133beb3 Okay, I've had it with PQsetdbLogin having slightly different defaults 23 years ago
Tom Lane 4db9689d1a Add transaction status field to ReadyForQuery messages, and make room 23 years ago
Tom Lane 9cbaf72177 In the continuing saga of FE/BE protocol revisions, add reporting of 23 years ago
Bruce Momjian 97e2446bf0 Add new versions DLL lists, from Karl Waclawek 23 years ago
Bruce Momjian 7b4aa31007 Fix typo in DLL list. 23 years ago
Bruce Momjian db7e46a76d Use closesocket() for all socket/pipe closing, because Win32 requires 23 years ago
Tom Lane f690920a75 Infrastructure for upgraded error reporting mechanism. elog.c is 23 years ago
Bruce Momjian 5dc844b75c Add PQunescapeBytea() and PQfeeMem() to the Win32 DLL list. 23 years ago
Bruce Momjian 52e49e298f Remove Win32 special rename/unlink from libpq. 23 years ago
Bruce Momjian 7fc30094c7 Add dirmod to libpq Makefile. 23 years ago
Tom Lane 5ed27e35f3 Another round of protocol changes. Backend-to-frontend messages now all 23 years ago
Tom Lane bd8d441775 Second round of FE/BE protocol changes. Frontend->backend messages now 23 years ago
Bruce Momjian 4d4953fc41 Make Win32 tests to match existing Cygwin tests, where appropriate. 23 years ago
Tom Lane cb7fb3ca95 First phase of FE/BE protocol modifications: new StartupPacket layout 23 years ago
Barry Lind 0b88b63709 Applied patches from Kris Jurka fixing a string tokenizing problem and 23 years ago
Tom Lane 1719fd55d3 Fix some problems exposed by building outside the source tree. 23 years ago
Tom Lane 49c3cf5fd1 path.c needs to be included in libpq; per Joe Conway. 23 years ago
Dave Cramer 810e0b982b exposed the addDataType method to the PGConnection, allows users to add datatypes 23 years ago
Barry Lind 51acf97235 Applied patch submitted by Nic Ferrier with some cleanups of his previous 23 years ago
Tom Lane 5674460bb0 Fix error recovery for SSL_read/SSL_write calls. 23 years ago
Michael Meskes 76b45c9842 Informix fixes. 23 years ago
Tom Lane 6fb5115850 Get rid of inappropriate flags in CPPFLAGS override --- these break 23 years ago