| Commit message (Expand) | Author | Age |
* | Fix regression in .pgpass support. From Neil Conway. | Tom Lane | 2003-01-30 |
* | Guard against array overrun, per report from Yichen Xie. This case | Tom Lane | 2003-01-29 |
* | added fix from Joel Hock to get the inserted row into the current buffer | Dave Cramer | 2003-01-23 |
* | Synced parser. | Michael Meskes | 2003-01-21 |
* | Bumped up build number to 200 | Barry Lind | 2003-01-14 |
* | Patch from Florian Wunderlich to correctly support java Timestamps. Previously | Barry Lind | 2003-01-14 |
* | Patch from Aaron Mulder to have pooled connections implement PGConnection | Barry Lind | 2003-01-14 |
* | Patch from Kris Jurka to improve the performance of getImportedKeys(). | Barry Lind | 2003-01-14 |
* | Clean ip.c. | Peter Eisentraut | 2003-01-10 |
* | The second was that renegotiation was just plain broken. I can't | Bruce Momjian | 2003-01-08 |
* | I was playing around with 7.3.1 and found some more SSL problems. The | Bruce Momjian | 2003-01-08 |
* | Fix pgpass to work with PQconnectDB(). | Bruce Momjian | 2003-01-08 |
* | Only set the database name if we find a match in the services file. | Bruce Momjian | 2003-01-08 |
* | Correction to last patch. As per the DB-API spec, we need to return None | D'Arcy J.M. Cain | 2003-01-08 |
* | Fix various places where global s/NOTICE/WARNING/ was applied with too | Tom Lane | 2003-01-07 |
* | Document libpq service capability, and add sample file. | Bruce Momjian | 2003-01-07 |
* | Enable IPv6 libpq 'hostaddr' addresses. Update docs. | Bruce Momjian | 2003-01-06 |
* | Enable IPv6 connections to the server, and add pg_hba.conf IPv6 entries | Bruce Momjian | 2003-01-06 |
* | Adjust Tcl-related code to compile cleanly with Tcl 8.4 (add const modifiers as | Tom Lane | 2002-12-30 |
* | Attached is a patch to provide makefiles, etc. to allow the compilation | Bruce Momjian | 2002-12-30 |
* | Make use of TCL_INCLUDE_SPEC if available (it's new in Tcl 8.4, too bad | Tom Lane | 2002-12-30 |
* | Add missing slash to python install path. | Bruce Momjian | 2002-12-30 |
* | case sensitive updates by Kris Jurka | Dave Cramer | 2002-12-23 |
* | mike beachy's patch for statement handling | Dave Cramer | 2002-12-20 |
* | patch for null table in getPrimaryKeys | Dave Cramer | 2002-12-20 |
* | pgindent fe-connect.c --- done to make IPv6 patch easier to apply. | Bruce Momjian | 2002-12-19 |
* | From the SSL_CTX_new man page: | PostgreSQL Daemon | 2002-12-18 |
* | Increment libpq major number for 7.3.1 and minor for 7.4. | Bruce Momjian | 2002-12-13 |
* | Protect from null param on ecpg disconnect, verified by Roland Karch | Bruce Momjian | 2002-12-13 |
* | > There is an ugly little problem with the DB wrapper class. | Bruce Momjian | 2002-12-12 |
* | Check SSL_get_error() value SSL_ERROR_SYSCALL to see if SSL_read() | Bruce Momjian | 2002-12-12 |
* | While porting my TPC-C implementation from Oracle, I discovered the | Bruce Momjian | 2002-12-12 |
* | patch for getTables to fix problems with backends before 7.3 by Kris Jurka | Dave Cramer | 2002-12-11 |
* | Mike Beachy's build patch to allow ant builds without make | Dave Cramer | 2002-12-11 |
* | Aaron's patch for Pooled Connections | Dave Cramer | 2002-12-11 |
* | Bump version for 7.3 and 7.4. | Bruce Momjian | 2002-12-11 |
* | Add an unnecessary assignment to remove a bogus warning. I checked the | D'Arcy J.M. Cain | 2002-12-10 |
* | Back out V6 code, caused postmaster startup failure. | Bruce Momjian | 2002-12-06 |
* | We have just finished porting the old KAME IPv6 patch over to | Bruce Momjian | 2002-12-06 |
* | PyGreSQL inserttable patch | Bruce Momjian | 2002-12-06 |
* | changed sort of column names to sort by attnum, not attname | Dave Cramer | 2002-12-05 |
* | Stamp minor version numbers for 7.4 release. | Bruce Momjian | 2002-12-04 |
* | Remove typprtlen from getdescr() as it is not available in 7.3. Return -1 for | D'Arcy J.M. Cain | 2002-12-04 |
* | Deal with cases where getpeereid _and_ another creditial method is | Bruce Momjian | 2002-12-03 |
* | Synced parser with backend | Michael Meskes | 2002-11-27 |
* | Add -cmdTuples to tcl interface. | Bruce Momjian | 2002-11-26 |
* | I'm sending you a small patch to pgdb.py module. This | D'Arcy J.M. Cain | 2002-11-25 |
* | Change the pkey method so that the caller can optionally set the dictionary | D'Arcy J.M. Cain | 2002-11-25 |
* | Change the debug variable to allow better control by the caller over how | D'Arcy J.M. Cain | 2002-11-25 |
* | This patch implements FOR EACH STATEMENT triggers, per my email to | Bruce Momjian | 2002-11-23 |