| Commit message (Expand) | Author | Age | Files | Lines |
| * | The second was that renegotiation was just plain broken. I can't | Bruce Momjian | 2003-01-08 | 1 | -1/+3 |
| * | I was playing around with 7.3.1 and found some more SSL problems. The | Bruce Momjian | 2003-01-08 | 1 | -2/+2 |
| * | Fix pgpass to work with PQconnectDB(). | Bruce Momjian | 2003-01-08 | 1 | -4/+4 |
| * | Only set the database name if we find a match in the services file. | Bruce Momjian | 2003-01-08 | 1 | -8/+12 |
| * | Correction to last patch. As per the DB-API spec, we need to return None | D'Arcy J.M. Cain | 2003-01-08 | 1 | -1/+1 |
| * | Fix various places where global s/NOTICE/WARNING/ was applied with too | Tom Lane | 2003-01-07 | 2 | -6/+6 |
| * | Document libpq service capability, and add sample file. | Bruce Momjian | 2003-01-07 | 1 | -7/+4 |
| * | Enable IPv6 libpq 'hostaddr' addresses. Update docs. | Bruce Momjian | 2003-01-06 | 1 | -4/+3 |
| * | Enable IPv6 connections to the server, and add pg_hba.conf IPv6 entries | Bruce Momjian | 2003-01-06 | 2 | -77/+160 |
| * | Adjust Tcl-related code to compile cleanly with Tcl 8.4 (add const modifiers as | Tom Lane | 2002-12-30 | 4 | -95/+105 |
| * | Attached is a patch to provide makefiles, etc. to allow the compilation | Bruce Momjian | 2002-12-30 | 3 | -0/+244 |
| * | Make use of TCL_INCLUDE_SPEC if available (it's new in Tcl 8.4, too bad | Tom Lane | 2002-12-30 | 1 | -2/+2 |
| * | Add missing slash to python install path. | Bruce Momjian | 2002-12-30 | 1 | -1/+1 |
| * | case sensitive updates by Kris Jurka | Dave Cramer | 2002-12-23 | 1 | -4/+17 |
| * | mike beachy's patch for statement handling | Dave Cramer | 2002-12-20 | 2 | -4/+82 |
| * | patch for null table in getPrimaryKeys | Dave Cramer | 2002-12-20 | 1 | -3/+5 |
| * | pgindent fe-connect.c --- done to make IPv6 patch easier to apply. | Bruce Momjian | 2002-12-19 | 1 | -109/+118 |
| * | From the SSL_CTX_new man page: | PostgreSQL Daemon | 2002-12-18 | 1 | -2/+2 |
| * | Increment libpq major number for 7.3.1 and minor for 7.4. | Bruce Momjian | 2002-12-13 | 1 | -3/+3 |
| * | Protect from null param on ecpg disconnect, verified by Roland Karch | Bruce Momjian | 2002-12-13 | 1 | -84/+85 |
| * | > There is an ugly little problem with the DB wrapper class. | Bruce Momjian | 2002-12-12 | 1 | -8/+4 |
| * | Check SSL_get_error() value SSL_ERROR_SYSCALL to see if SSL_read() | Bruce Momjian | 2002-12-12 | 1 | -3/+5 |
| * | While porting my TPC-C implementation from Oracle, I discovered the | Bruce Momjian | 2002-12-12 | 1 | -2/+3 |
| * | patch for getTables to fix problems with backends before 7.3 by Kris Jurka | Dave Cramer | 2002-12-11 | 1 | -11/+25 |
| * | Mike Beachy's build patch to allow ant builds without make | Dave Cramer | 2002-12-11 | 3 | -17/+40 |
| * | Aaron's patch for Pooled Connections | Dave Cramer | 2002-12-11 | 2 | -6/+168 |
| * | Bump version for 7.3 and 7.4. | Bruce Momjian | 2002-12-11 | 4 | -8/+8 |
| * | Add an unnecessary assignment to remove a bogus warning. I checked the | D'Arcy J.M. Cain | 2002-12-10 | 1 | -1/+4 |
| * | Back out V6 code, caused postmaster startup failure. | Bruce Momjian | 2002-12-06 | 2 | -94/+102 |
| * | We have just finished porting the old KAME IPv6 patch over to | Bruce Momjian | 2002-12-06 | 2 | -102/+94 |
| * | PyGreSQL inserttable patch | Bruce Momjian | 2002-12-06 | 1 | -98/+181 |
| * | changed sort of column names to sort by attnum, not attname | Dave Cramer | 2002-12-05 | 1 | -1/+1 |
| * | Stamp minor version numbers for 7.4 release. | Bruce Momjian | 2002-12-04 | 6 | -15/+15 |
| * | Remove typprtlen from getdescr() as it is not available in 7.3. Return -1 for | D'Arcy J.M. Cain | 2002-12-04 | 1 | -2/+2 |
| * | Deal with cases where getpeereid _and_ another creditial method is | Bruce Momjian | 2002-12-03 | 1 | -2/+4 |
| * | Synced parser with backend | Michael Meskes | 2002-11-27 | 2 | -6/+13 |
| * | Add -cmdTuples to tcl interface. | Bruce Momjian | 2002-11-26 | 1 | -1/+9 |
| * | I'm sending you a small patch to pgdb.py module. This | D'Arcy J.M. Cain | 2002-11-25 | 1 | -1/+7 |
| * | Change the pkey method so that the caller can optionally set the dictionary | D'Arcy J.M. Cain | 2002-11-25 | 1 | -14/+35 |
| * | Change the debug variable to allow better control by the caller over how | D'Arcy J.M. Cain | 2002-11-25 | 1 | -7/+13 |
| * | This patch implements FOR EACH STATEMENT triggers, per my email to | Bruce Momjian | 2002-11-23 | 1 | -1/+1 |
| * | Fix a dumb cut and paste error from my last commit and update some of the | Barry Lind | 2002-11-20 | 2 | -13/+13 |
| * | Fixed bug reported by Marko Strukelj and Keith Wannamaker. Using executeBatch | Barry Lind | 2002-11-20 | 3 | -9/+49 |
| * | Synced parser. | Michael Meskes | 2002-11-15 | 2 | -19/+47 |
| * | Applied patch submitted by Mats Lofkvist fixing serious threading problem int... | Barry Lind | 2002-11-14 | 5 | -17/+109 |
| * | Fixes bug where join to pg_description was incorrect. Also modifies the | Barry Lind | 2002-11-11 | 2 | -4/+11 |
| * | I just discovered, that there is missing a const when passing a buffer | Bruce Momjian | 2002-11-10 | 2 | -8/+8 |
| * | Remove inappropriate inclusions of OpenSSL internal header e_os.h, | Tom Lane | 2002-11-07 | 1 | -4/+2 |
| * | Synced parser one more time. | Michael Meskes | 2002-11-07 | 2 | -44/+20 |
| * | Remove no-longer-needed inclusions to improve backward compatibility | Tom Lane | 2002-11-07 | 1 | -2/+1 |