summaryrefslogtreecommitdiff
path: root/src/interfaces
AgeCommit message (Expand)Author
2004-01-09Add comment about synchronous signals.Bruce Momjian
2004-01-09Allow libpq to do thread-safe SIGPIPE handling. This allows it toBruce Momjian
2004-01-07More janitorial work: remove the explicit casting of NULL literals to aNeil Conway
2004-01-05Translation updatesPeter Eisentraut
2004-01-04Fixed bug in GRANT OPTION FOR parsing.Michael Meskes
2004-01-04Fix portability bugs: char values passed to <ctype.h> functions mustTom Lane
2003-12-29Added missing whitespaces to array argument parsing.Michael Meskes
2003-12-28Fix sanity-check code that mistakenly assumed error and notice messagesTom Lane
2003-12-28Avoid infinite loop if connection is lost during PQexecStart() orTom Lane
2003-12-24Fixed segfault in parsing of EXEC SQL SELECT * FROM foo() AS TBL( c int, i int);Michael Meskes
2003-12-21Back out:Bruce Momjian
2003-12-20Dept. of third thoughts: in fact, libpq should support SCM_CREDS challengeTom Lane
2003-12-20Fix broken IDENT support for FreeBSD (appears to have been broken byTom Lane
2003-12-20In my mind there were two categories of open issuesBruce Momjian
2003-12-19Supress ecpg thread test if configure didn't enable threads. FixBruce Momjian
2003-12-19Prevent service dbname from defaulting to service name, per bug reportBruce Momjian
2003-12-18Fix memory leak with SSL connections due to missing X509_free() calls.Tom Lane
2003-12-18Forgot to change one compatlib.h.Peter Eisentraut
2003-12-18Move Informix compatibility include files out of the way. compatlib.hPeter Eisentraut
2003-12-18patch for new OID74TestDave Cramer
2003-12-18fixed up OID74 test to conform with other tests, by Kris JurkaDave Cramer
2003-12-18patch by Kris Jurka to use the correct protocol based upon server informationDave Cramer
2003-12-17revoked patch from Kris Jurka to fix multiarguments, and changed test to createDave Cramer
2003-12-17patch from Kris Jurka to fix large object 7.1 compatible protocol issuesDave Cramer
2003-12-17- Added just another patch by Dave that fixes a reversed order inMichael Meskes
2003-12-17added polish translation submitted by Piotr MajDave Cramer
2003-12-12add missing SQLState by Patrick HigginsDave Cramer
2003-12-12cancel row updates sets values to null by Kris JurkaDave Cramer
2003-12-12patch to indicate why test cases failed from Oliver JowettDave Cramer
2003-12-12patch to fix returning he information schema as a system object by Kris JurkaDave Cramer
2003-12-12fix casting pooled connections to PGStatement problem patch by JariPDave Cramer
2003-12-12patch to build under jdk1.1 from Richard ScrantonDave Cramer
2003-12-12binary stream patch by Kris Jurka fixes empty stream failureDave Cramer
2003-12-12metadata encoding patch from Kris JurkaDave Cramer
2003-12-11build number set to 300 to avoid conflict with 7.4 buildsDave Cramer
2003-12-11patch to deal with unique foreign keys in 7.4 from Kris JurkaDave Cramer
2003-12-11tch to make sure PSQLState is Serializable and a test case to prove itDave Cramer
2003-12-11patch to make sure PSQLState is Serializable and a test case to prove itDave Cramer
2003-12-10incremented build to 211Dave Cramer
2003-12-03Added patch by Dave Cramer for array handling in ecpglib.Michael Meskes
2003-11-30Make PQescapeBytea and byteaout consistent with each other, andJoe Conway
2003-11-30Bump all version numbers and version stamps mentioned in RELEASE_CHANGES.Bruce Momjian
2003-11-30Reorder win32/bcc makefile mentions of thread.c for sanity.Bruce Momjian
2003-11-30Add thread.c to Borland CC build.Bruce Momjian
2003-11-29make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-11-26Cast field-length variables used in printf to int, because sometimesPeter Eisentraut
2003-11-24Rename USE_THREADS to ENABLE_THREAD_SAFETY to avoid name clash with Perl.Peter Eisentraut
2003-11-19Fixed typo in create schema parsing.Michael Meskes
2003-11-14Translation updatesPeter Eisentraut