summaryrefslogtreecommitdiff
path: root/src/interfaces
AgeCommit message (Expand)Author
2002-10-25Patch submitted by Kris Jurka to fix arrayindexoutofbounds exception causedBarry Lind
2002-10-24Code review for connection timeout patch. Avoid unportable assumptionTom Lane
2002-10-21Add guards against double inclusion.Peter Eisentraut
2002-10-21Translation updatesPeter Eisentraut
2002-10-21Remove obsoleted stuff merged in from branch.Peter Eisentraut
2002-10-21Merged ecpg_big_bison back into HEADMichael Meskes
2002-10-20Applied patch from Teofilis Martisius to improve performance.Barry Lind
2002-10-20Applied patch submitted by Mike Beachy to give a better error message ifBarry Lind
2002-10-19Applied patch submitted by Kris Jurka to result in a better error messageBarry Lind
2002-10-19Backed out part of the change from 1.6. The attempt to support int8 bindsBarry Lind
2002-10-18Improve formatting of --help output.Peter Eisentraut
2002-10-17Fix in updateable result sets to handle binding null values correctlyBarry Lind
2002-10-17Fix free-slot search in PgSetResultId so it actually works.Tom Lane
2002-10-17Improve formatting of error message.Tom Lane
2002-10-17Fixed support in jdbc for 7.3 server autocommit. With these changes theBarry Lind
2002-10-16Fix from Joe on timeout code.Bruce Momjian
2002-10-16Fix connection_timeout to use time() and handle timeout == 1.Bruce Momjian
2002-10-15Fix libpq startup code to work correctly in autocommit off mode.Tom Lane
2002-10-14Translation updatesPeter Eisentraut
2002-10-14Mention that resetting the timeout may be wrong on select retry.Bruce Momjian
2002-10-14Restore ptmp_timeout for cases where no timeout is passed.Bruce Momjian
2002-10-14libpq connection_timeout doesn't do subsecond timing, so make the codeBruce Momjian
2002-10-11Add tv_sec change for connection timeout suggested by author.Bruce Momjian
2002-10-11Prevent tv_sec from becoming negative in connection timeout code.Bruce Momjian
2002-10-08fixed missing apostropheDave Cramer
2002-10-03The attached patch fixes a number of issues related to compiling theBruce Momjian
2002-10-01test files added by Kris JurkaDave Cramer
2002-10-01Fixed test suite to call PoolingDataSourceTest which was missedBarry Lind
2002-10-01schema awareness patch provided by Kris JurkaDave Cramer
2002-09-26Clean up SSL compiler warnings.Bruce Momjian
2002-09-26Allow SSL to work withouth client-side certificate infrastructure.Bruce Momjian
2002-09-25Applied patch from Aaron Mulder (ammulder@alumni.princeton.edu) that fixesBarry Lind
2002-09-23Move PyGreSQL usage documentation from README into DocBook. Some otherPeter Eisentraut
2002-09-23Obviously noone has ever tested the doubling of availiable result idsBruce Momjian
2002-09-22Remove commas for compatibility with newer bisons.Tom Lane
2002-09-22Translation updates, some messages tweaked.Peter Eisentraut
2002-09-14Translation updatesPeter Eisentraut
2002-09-14Added regression test for using server side prepared statements in jdbcBarry Lind
2002-09-11Patches submitted by Kris Jurka (jurka@ejurka.com) for the following bugs:Barry Lind
2002-09-08Fixed DatabaseMetaData to correctly handle NAME size of 64Barry Lind
2002-09-06Run pgjindent for Java folks.Bruce Momjian
2002-09-06Fix printf() quote handling and improper exit(), per Tom.Bruce Momjian
2002-09-05Fix compile error.Bruce Momjian
2002-09-05Remove PGPASSWORDFILE and default to always trying $HOME/.pgpass.Bruce Momjian
2002-09-05Don't use gethostbyname2(). It's not portable and we don't claim toPeter Eisentraut
2002-09-04pgindent run.Bruce Momjian
2002-09-04Brand 7.3. Ready for beta!Bruce Momjian
2002-09-03Remove all traces of multibyte and locale options. Clean up commentsPeter Eisentraut
2002-09-02Partial solution for 'unexpected EOF' problem with pg_disconnect: itTom Lane
2002-09-02Translation updatesPeter Eisentraut