aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces
Commit message (Expand)AuthorAge
* More clearly describe why PQinSend returns false for non-threaded libpq.Bruce Momjian2004-02-10
* Repair missing inclusions of -lintl for shared libraries.Tom Lane2004-02-10
* Use Tcl_PutEnv() in place of putenv() in libpgtcl, as the latter canNeil Conway2004-02-02
* Briefly,Bruce Momjian2004-02-02
* Fix typo.Tom Lane2004-01-28
* Removed some debugging output.Michael Meskes2004-01-28
* - Issue a warning if a cursor is declared but not opened.Michael Meskes2004-01-28
* Ensure that close() and fclose() are checked for errors, at least inTom Lane2004-01-26
* Added WHENEVER NOT_FOUND to SELECT/INSERT/UPDATE/DELETE.Michael Meskes2004-01-21
* Remove JDBC from the build system and documentation, too.Tom Lane2004-01-19
* missed a few filesPostgreSQL Daemon2004-01-19
* JDBC is now on GBorgPostgreSQL Daemon2004-01-19
* Repair problem identified by Olivier Prenant: ALTER DATABASE SET search_pathTom Lane2004-01-19
* Translation updatePeter Eisentraut2004-01-13
* Fix ecpg test program to properly access int* null indicator.Bruce Momjian2004-01-13
* Add comment about synchronous signals.Bruce Momjian2004-01-09
* Allow libpq to do thread-safe SIGPIPE handling. This allows it toBruce Momjian2004-01-09
* More janitorial work: remove the explicit casting of NULL literals to aNeil Conway2004-01-07
* Translation updatesPeter Eisentraut2004-01-05
* Fixed bug in GRANT OPTION FOR parsing.Michael Meskes2004-01-04
* Fix portability bugs: char values passed to <ctype.h> functions mustTom Lane2004-01-04
* Added missing whitespaces to array argument parsing.Michael Meskes2003-12-29
* Fix sanity-check code that mistakenly assumed error and notice messagesTom Lane2003-12-28
* Avoid infinite loop if connection is lost during PQexecStart() orTom Lane2003-12-28
* Fixed segfault in parsing of EXEC SQL SELECT * FROM foo() AS TBL( c int, i int);Michael Meskes2003-12-24
* Back out:Bruce Momjian2003-12-21
* Dept. of third thoughts: in fact, libpq should support SCM_CREDS challengeTom Lane2003-12-20
* Fix broken IDENT support for FreeBSD (appears to have been broken byTom Lane2003-12-20
* In my mind there were two categories of open issuesBruce Momjian2003-12-20
* Supress ecpg thread test if configure didn't enable threads. FixBruce Momjian2003-12-19
* Prevent service dbname from defaulting to service name, per bug reportBruce Momjian2003-12-19
* Fix memory leak with SSL connections due to missing X509_free() calls.Tom Lane2003-12-18
* Forgot to change one compatlib.h.Peter Eisentraut2003-12-18
* Move Informix compatibility include files out of the way. compatlib.hPeter Eisentraut2003-12-18
* patch for new OID74TestDave Cramer2003-12-18
* fixed up OID74 test to conform with other tests, by Kris JurkaDave Cramer2003-12-18
* patch by Kris Jurka to use the correct protocol based upon server informationDave Cramer2003-12-18
* revoked patch from Kris Jurka to fix multiarguments, and changed test to createDave Cramer2003-12-17
* patch from Kris Jurka to fix large object 7.1 compatible protocol issuesDave Cramer2003-12-17
* - Added just another patch by Dave that fixes a reversed order inMichael Meskes2003-12-17
* added polish translation submitted by Piotr MajDave Cramer2003-12-17
* add missing SQLState by Patrick HigginsDave Cramer2003-12-12
* cancel row updates sets values to null by Kris JurkaDave Cramer2003-12-12
* patch to indicate why test cases failed from Oliver JowettDave Cramer2003-12-12
* patch to fix returning he information schema as a system object by Kris JurkaDave Cramer2003-12-12
* fix casting pooled connections to PGStatement problem patch by JariPDave Cramer2003-12-12
* patch to build under jdk1.1 from Richard ScrantonDave Cramer2003-12-12
* binary stream patch by Kris Jurka fixes empty stream failureDave Cramer2003-12-12
* metadata encoding patch from Kris JurkaDave Cramer2003-12-12
* build number set to 300 to avoid conflict with 7.4 buildsDave Cramer2003-12-11