aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces
Commit message (Expand)AuthorAge
* Create a real prototype function for describe.Michael Meskes2003-05-30
* Sync and some minor cleanup/fixing work plus an EXEC SQL DESCRIBE prototype.Michael Meskes2003-05-30
* one more change to correctly support the removeall of autocommitBarry Lind2003-05-29
* Changed variable parsing so struct[n].attr works.Michael Meskes2003-05-29
* Parse forward definiton of structs.Michael Meskes2003-05-29
* Applied patch from Fernando Nasser to fix up small type errorBarry Lind2003-05-29
* Applied patch from Fernando Nasser to improve buffer sizes to avoid unnecessa...Barry Lind2003-05-29
* clean up warnings produced by EclipseBarry Lind2003-05-29
* Adding .cvsignore files for Eclipse IDEBarry Lind2003-05-29
* Up the build number to reflect the changes for V3 protocol supportBarry Lind2003-05-29
* Initial attempt to integrate in V3 protocol support. This is still a work inBarry Lind2003-05-29
* Replace functional-index facility with expressional indexes. Any columnTom Lane2003-05-28
* Allow input from stdin and output to stdout.Michael Meskes2003-05-27
* Fixed incorrect output for some structs.Michael Meskes2003-05-27
* Adjust error-handling logic in libpq. For the first time, libpq copesTom Lane2003-05-26
* Forgot these.Michael Meskes2003-05-23
* ecpg now accepts array elements as arguments.Michael Meskes2003-05-23
* Fix compilation on Cygwin.Peter Eisentraut2003-05-22
* Fixed segfault when detecting undefined cursor.Michael Meskes2003-05-22
* ecpg now recognizes named structs/unions. So you don't have to list the whole...Michael Meskes2003-05-22
* Reversed my incorrect fix.Michael Meskes2003-05-20
* Fixed exec sql ifdef command.Michael Meskes2003-05-19
* Made variable type double work again.Michael Meskes2003-05-16
* Fixed incorrect include and another typo. Sorry, the include did not create a...Michael Meskes2003-05-16
* Allow interfaces to compile under MingGW/Win32 by adding _P to symbolsBruce Momjian2003-05-16
* Revert kerberos code breakage.Tom Lane2003-05-16
* Allow Win32 to compile under MinGW. Major changes are:Bruce Momjian2003-05-15
* - Added more compatibility functions.Michael Meskes2003-05-14
* Fixed order of include file search path.Michael Meskes2003-05-13
* Add Makefile rules for new crypt/rint() /port functions. Add includeBruce Momjian2003-05-10
* More cleanups now that we have crypt().Bruce Momjian2003-05-09
* Add crypt() to /port for Win32.Bruce Momjian2003-05-09
* Add rint() to /port, remove from qnx/.Bruce Momjian2003-05-09
* I think we're done with protocol instability, so mark server and libpqTom Lane2003-05-08
* Update 3.0 protocol support to match recent agreements about how toTom Lane2003-05-08
* Fixed bug with Warnings. Warnings are not added to the Statement instead ofBarry Lind2003-05-07
* Add display of eventual result RowDescription (if any) to the outputTom Lane2003-05-06
* Added rfmtlong compatibility function.Michael Meskes2003-05-06
* Extended query protocol: parse, bind, execute, describe FE/BE messages.Tom Lane2003-05-05
* Patch to fix up LONGVARBINARY support submitted by Amit GollapudiBarry Lind2003-05-03
* Fixed double definition of ecpg_compat_mode.Michael Meskes2003-05-02
* Added an option to force ecpg to also parse files includes via '#include' and...Michael Meskes2003-05-01
* Missed some corner cases (PGSERVICE mostly)...Tom Lane2003-04-28
* Okay, I've had it with PQsetdbLogin having slightly different defaultsTom Lane2003-04-28
* Add transaction status field to ReadyForQuery messages, and make roomTom Lane2003-04-26
* In the continuing saga of FE/BE protocol revisions, add reporting ofTom Lane2003-04-25
* Add new versions DLL lists, from Karl WaclawekBruce Momjian2003-04-25
* Fix typo in DLL list.Bruce Momjian2003-04-25
* Use closesocket() for all socket/pipe closing, because Win32 requiresBruce Momjian2003-04-25
* Infrastructure for upgraded error reporting mechanism. elog.c isTom Lane2003-04-24