aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces
Commit message (Expand)AuthorAge
* changed sort of column names to sort by attnum, not attnameDave Cramer2002-12-05
* Fix a stupid cut and paste error from the commit last night.Barry Lind2002-11-20
* Backport bug with executeBatch. This bug was a regression from 7.2 and hasBarry Lind2002-11-20
* Backpatch from head: fixes for a threading bug, a problem with setNull involvingBarry Lind2002-11-14
* Update German translations.Peter Eisentraut2002-11-13
* Merge fix from head for proper join to pg_descriptionBarry Lind2002-11-11
* Remove inappropriate inclusions of OpenSSL internal header e_os.h,Tom Lane2002-11-07
* Remove no-longer-needed inclusions to improve backward compatibilityTom Lane2002-11-07
* Translation updatesPeter Eisentraut2002-11-05
* Back-patch recent file removals into REL7_3_STABLE branch.Tom Lane2002-11-04
* This commit was manufactured by cvs2git to create branch 'REL7_3_STABLE'.CVS to git conversion script2002-11-04
* Fix inclusion order, per Andreas.Tom Lane2002-11-04
* Applied two patches from Kris Jurka.Barry Lind2002-11-04
* Arrange to compile flex output files as inclusions into other filesTom Lane2002-11-01
* Return something meaningful for Statement.getFetchSize(). Previously we wereBarry Lind2002-10-30
* Patch submitted by Kris Jurka to fix arrayindexoutofbounds exception causedBarry Lind2002-10-25
* Code review for connection timeout patch. Avoid unportable assumptionTom Lane2002-10-24
* Add guards against double inclusion.Peter Eisentraut2002-10-21
* Translation updatesPeter Eisentraut2002-10-21
* Remove obsoleted stuff merged in from branch.Peter Eisentraut2002-10-21
* Merged ecpg_big_bison back into HEADMichael Meskes2002-10-21
* Applied patch from Teofilis Martisius to improve performance.Barry Lind2002-10-20
* Applied patch submitted by Mike Beachy to give a better error message ifBarry Lind2002-10-20
* Applied patch submitted by Kris Jurka to result in a better error messageBarry Lind2002-10-19
* Backed out part of the change from 1.6. The attempt to support int8 bindsBarry Lind2002-10-19
* Improve formatting of --help output.Peter Eisentraut2002-10-18
* Fix in updateable result sets to handle binding null values correctlyBarry Lind2002-10-17
* Fix free-slot search in PgSetResultId so it actually works.Tom Lane2002-10-17
* Improve formatting of error message.Tom Lane2002-10-17
* Fixed support in jdbc for 7.3 server autocommit. With these changes theBarry Lind2002-10-17
* Fix from Joe on timeout code.Bruce Momjian2002-10-16
* Fix connection_timeout to use time() and handle timeout == 1.Bruce Momjian2002-10-16
* Fix libpq startup code to work correctly in autocommit off mode.Tom Lane2002-10-15
* Translation updatesPeter Eisentraut2002-10-14
* Mention that resetting the timeout may be wrong on select retry.Bruce Momjian2002-10-14
* Restore ptmp_timeout for cases where no timeout is passed.Bruce Momjian2002-10-14
* libpq connection_timeout doesn't do subsecond timing, so make the codeBruce Momjian2002-10-14
* Add tv_sec change for connection timeout suggested by author.Bruce Momjian2002-10-11
* Prevent tv_sec from becoming negative in connection timeout code.Bruce Momjian2002-10-11
* fixed missing apostropheDave Cramer2002-10-08
* The attached patch fixes a number of issues related to compiling theBruce Momjian2002-10-03
* test files added by Kris JurkaDave Cramer2002-10-01
* Fixed test suite to call PoolingDataSourceTest which was missedBarry Lind2002-10-01
* schema awareness patch provided by Kris JurkaDave Cramer2002-10-01
* Clean up SSL compiler warnings.Bruce Momjian2002-09-26
* Allow SSL to work withouth client-side certificate infrastructure.Bruce Momjian2002-09-26
* Applied patch from Aaron Mulder (ammulder@alumni.princeton.edu) that fixesBarry Lind2002-09-25
* Move PyGreSQL usage documentation from README into DocBook. Some otherPeter Eisentraut2002-09-23
* Obviously noone has ever tested the doubling of availiable result idsBruce Momjian2002-09-23
* Remove commas for compatibility with newer bisons.Tom Lane2002-09-22