summaryrefslogtreecommitdiff
path: root/src/interfaces
AgeCommit message (Expand)Author
2003-02-04Fix for rollback SQLException from Kris JurkaDave Cramer
2003-02-02Brand 7.3.2.Tom Lane
2003-02-01Prevent core dump from calling Tcl_DontCallWhenDeleted() with a nullTom Lane
2003-02-01Apply ljb's patch to prevent both memory leak and core dump duringTom Lane
2003-01-30Fix regression in .pgpass support. From Neil Conway.Tom Lane
2003-01-21Back-patch typprtlen fix, two other minor post-7.3 fixes.Tom Lane
2003-01-14Bumped up build number to 107Barry Lind
2003-01-14Backport to 7.3 of patch to correctly handle fractional secondsBarry Lind
2003-01-14Patch from Kris Jurka to improve the performance of getImportedKeys(). TheBarry Lind
2003-01-08The second was that renegotiation was just plain broken. I can'tBruce Momjian
2003-01-08I was playing around with 7.3.1 and found some more SSL problems. TheBruce Momjian
2003-01-08Fix pgpass to work with PQconnectDB().Bruce Momjian
2003-01-04Translation updatesPeter Eisentraut
2002-12-18From the SSL_CTX_new man page:PostgreSQL Daemon
2002-12-18Stamp 7.3.1.Bruce Momjian
2002-12-13Increment libpq major number for 7.3.1 and minor for 7.4.Bruce Momjian
2002-12-11Bump version for 7.3 and 7.4.Bruce Momjian
2002-12-10Translation updatesPeter Eisentraut
2002-12-05changed sort of column names to sort by attnum, not attnameDave Cramer
2002-11-20Fix a stupid cut and paste error from the commit last night.Barry Lind
2002-11-20Backport bug with executeBatch. This bug was a regression from 7.2 and hasBarry Lind
2002-11-14Backpatch from head: fixes for a threading bug, a problem with setNull involvingBarry Lind
2002-11-13Update German translations.Peter Eisentraut
2002-11-11Merge fix from head for proper join to pg_descriptionBarry Lind
2002-11-07Remove inappropriate inclusions of OpenSSL internal header e_os.h,Tom Lane
2002-11-07Remove no-longer-needed inclusions to improve backward compatibilityTom Lane
2002-11-05Translation updatesPeter Eisentraut
2002-11-04Back-patch recent file removals into REL7_3_STABLE branch.Tom Lane
2002-11-04This commit was manufactured by cvs2git to create branch 'REL7_3_STABLE'.CVS to git conversion script
2002-11-04Fix inclusion order, per Andreas.Tom Lane
2002-11-04Applied two patches from Kris Jurka.Barry Lind
2002-11-01Arrange to compile flex output files as inclusions into other filesTom Lane
2002-10-30Return something meaningful for Statement.getFetchSize(). Previously we wereBarry Lind
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