summaryrefslogtreecommitdiff
path: root/src/interfaces
Commit message (Expand)AuthorAgeFilesLines
* The second was that renegotiation was just plain broken. I can'tBruce Momjian2003-01-081-1/+3
* I was playing around with 7.3.1 and found some more SSL problems. TheBruce Momjian2003-01-081-2/+2
* Fix pgpass to work with PQconnectDB().Bruce Momjian2003-01-081-4/+4
* Only set the database name if we find a match in the services file.Bruce Momjian2003-01-081-8/+12
* Correction to last patch. As per the DB-API spec, we need to return NoneD'Arcy J.M. Cain2003-01-081-1/+1
* Fix various places where global s/NOTICE/WARNING/ was applied with tooTom Lane2003-01-072-6/+6
* Document libpq service capability, and add sample file.Bruce Momjian2003-01-071-7/+4
* Enable IPv6 libpq 'hostaddr' addresses. Update docs.Bruce Momjian2003-01-061-4/+3
* Enable IPv6 connections to the server, and add pg_hba.conf IPv6 entriesBruce Momjian2003-01-062-77/+160
* Adjust Tcl-related code to compile cleanly with Tcl 8.4 (add const modifiers asTom Lane2002-12-304-95/+105
* Attached is a patch to provide makefiles, etc. to allow the compilationBruce Momjian2002-12-303-0/+244
* Make use of TCL_INCLUDE_SPEC if available (it's new in Tcl 8.4, too badTom Lane2002-12-301-2/+2
* Add missing slash to python install path.Bruce Momjian2002-12-301-1/+1
* case sensitive updates by Kris JurkaDave Cramer2002-12-231-4/+17
* mike beachy's patch for statement handlingDave Cramer2002-12-202-4/+82
* patch for null table in getPrimaryKeysDave Cramer2002-12-201-3/+5
* pgindent fe-connect.c --- done to make IPv6 patch easier to apply.Bruce Momjian2002-12-191-109/+118
* From the SSL_CTX_new man page:PostgreSQL Daemon2002-12-181-2/+2
* Increment libpq major number for 7.3.1 and minor for 7.4.Bruce Momjian2002-12-131-3/+3
* Protect from null param on ecpg disconnect, verified by Roland KarchBruce Momjian2002-12-131-84/+85
* > There is an ugly little problem with the DB wrapper class.Bruce Momjian2002-12-121-8/+4
* Check SSL_get_error() value SSL_ERROR_SYSCALL to see if SSL_read()Bruce Momjian2002-12-121-3/+5
* While porting my TPC-C implementation from Oracle, I discovered theBruce Momjian2002-12-121-2/+3
* patch for getTables to fix problems with backends before 7.3 by Kris JurkaDave Cramer2002-12-111-11/+25
* Mike Beachy's build patch to allow ant builds without makeDave Cramer2002-12-113-17/+40
* Aaron's patch for Pooled ConnectionsDave Cramer2002-12-112-6/+168
* Bump version for 7.3 and 7.4.Bruce Momjian2002-12-114-8/+8
* Add an unnecessary assignment to remove a bogus warning. I checked theD'Arcy J.M. Cain2002-12-101-1/+4
* Back out V6 code, caused postmaster startup failure.Bruce Momjian2002-12-062-94/+102
* We have just finished porting the old KAME IPv6 patch over toBruce Momjian2002-12-062-102/+94
* PyGreSQL inserttable patchBruce Momjian2002-12-061-98/+181
* changed sort of column names to sort by attnum, not attnameDave Cramer2002-12-051-1/+1
* Stamp minor version numbers for 7.4 release.Bruce Momjian2002-12-046-15/+15
* Remove typprtlen from getdescr() as it is not available in 7.3. Return -1 forD'Arcy J.M. Cain2002-12-041-2/+2
* Deal with cases where getpeereid _and_ another creditial method isBruce Momjian2002-12-031-2/+4
* Synced parser with backendMichael Meskes2002-11-272-6/+13
* Add -cmdTuples to tcl interface.Bruce Momjian2002-11-261-1/+9
* I'm sending you a small patch to pgdb.py module. ThisD'Arcy J.M. Cain2002-11-251-1/+7
* Change the pkey method so that the caller can optionally set the dictionaryD'Arcy J.M. Cain2002-11-251-14/+35
* Change the debug variable to allow better control by the caller over howD'Arcy J.M. Cain2002-11-251-7/+13
* This patch implements FOR EACH STATEMENT triggers, per my email toBruce Momjian2002-11-231-1/+1
* Fix a dumb cut and paste error from my last commit and update some of theBarry Lind2002-11-202-13/+13
* Fixed bug reported by Marko Strukelj and Keith Wannamaker. Using executeBatchBarry Lind2002-11-203-9/+49
* Synced parser.Michael Meskes2002-11-152-19/+47
* Applied patch submitted by Mats Lofkvist fixing serious threading problem int...Barry Lind2002-11-145-17/+109
* Fixes bug where join to pg_description was incorrect. Also modifies theBarry Lind2002-11-112-4/+11
* I just discovered, that there is missing a const when passing a bufferBruce Momjian2002-11-102-8/+8
* Remove inappropriate inclusions of OpenSSL internal header e_os.h,Tom Lane2002-11-071-4/+2
* Synced parser one more time.Michael Meskes2002-11-072-44/+20
* Remove no-longer-needed inclusions to improve backward compatibilityTom Lane2002-11-071-2/+1