summaryrefslogtreecommitdiff
path: root/src/interfaces
AgeCommit message (Expand)Author
2003-01-06Enable IPv6 connections to the server, and add pg_hba.conf IPv6 entriesBruce Momjian
2002-12-30Adjust Tcl-related code to compile cleanly with Tcl 8.4 (add const modifiers asTom Lane
2002-12-30Attached is a patch to provide makefiles, etc. to allow the compilationBruce Momjian
2002-12-30Make use of TCL_INCLUDE_SPEC if available (it's new in Tcl 8.4, too badTom Lane
2002-12-30Add missing slash to python install path.Bruce Momjian
2002-12-23case sensitive updates by Kris JurkaDave Cramer
2002-12-20mike beachy's patch for statement handlingDave Cramer
2002-12-20patch for null table in getPrimaryKeysDave Cramer
2002-12-19pgindent fe-connect.c --- done to make IPv6 patch easier to apply.Bruce Momjian
2002-12-18From the SSL_CTX_new man page:PostgreSQL Daemon
2002-12-13Increment libpq major number for 7.3.1 and minor for 7.4.Bruce Momjian
2002-12-13Protect from null param on ecpg disconnect, verified by Roland KarchBruce Momjian
2002-12-12> There is an ugly little problem with the DB wrapper class.Bruce Momjian
2002-12-12Check SSL_get_error() value SSL_ERROR_SYSCALL to see if SSL_read()Bruce Momjian
2002-12-12While porting my TPC-C implementation from Oracle, I discovered theBruce Momjian
2002-12-11patch for getTables to fix problems with backends before 7.3 by Kris JurkaDave Cramer
2002-12-11Mike Beachy's build patch to allow ant builds without makeDave Cramer
2002-12-11Aaron's patch for Pooled ConnectionsDave Cramer
2002-12-11Bump version for 7.3 and 7.4.Bruce Momjian
2002-12-10Add an unnecessary assignment to remove a bogus warning. I checked theD'Arcy J.M. Cain
2002-12-06Back out V6 code, caused postmaster startup failure.Bruce Momjian
2002-12-06We have just finished porting the old KAME IPv6 patch over toBruce Momjian
2002-12-06PyGreSQL inserttable patchBruce Momjian
2002-12-05changed sort of column names to sort by attnum, not attnameDave Cramer
2002-12-04Stamp minor version numbers for 7.4 release.Bruce Momjian
2002-12-04Remove typprtlen from getdescr() as it is not available in 7.3. Return -1 forD'Arcy J.M. Cain
2002-12-03Deal with cases where getpeereid _and_ another creditial method isBruce Momjian
2002-11-27Synced parser with backendMichael Meskes
2002-11-26Add -cmdTuples to tcl interface.Bruce Momjian
2002-11-25I'm sending you a small patch to pgdb.py module. ThisD'Arcy J.M. Cain
2002-11-25Change the pkey method so that the caller can optionally set the dictionaryD'Arcy J.M. Cain
2002-11-25Change the debug variable to allow better control by the caller over howD'Arcy J.M. Cain
2002-11-23This patch implements FOR EACH STATEMENT triggers, per my email toBruce Momjian
2002-11-20Fix a dumb cut and paste error from my last commit and update some of theBarry Lind
2002-11-20Fixed bug reported by Marko Strukelj and Keith Wannamaker. Using executeBatchBarry Lind
2002-11-15Synced parser.Michael Meskes
2002-11-14Applied patch submitted by Mats Lofkvist fixing serious threading problem int...Barry Lind
2002-11-11Fixes bug where join to pg_description was incorrect. Also modifies theBarry Lind
2002-11-10I just discovered, that there is missing a const when passing a bufferBruce Momjian
2002-11-07Remove inappropriate inclusions of OpenSSL internal header e_os.h,Tom Lane
2002-11-07Synced parser one more time.Michael Meskes
2002-11-07Remove no-longer-needed inclusions to improve backward compatibilityTom Lane
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