| Commit message (Expand) | Author | Age | Files | Lines |
| * | Code review for recent patch to terminate online backup during shutdown: | Tom Lane | 2008-04-26 | 1 | -2/+3 |
| * | Add server side lo_import(filename, oid) function. | Tatsuo Ishii | 2008-03-22 | 1 | -1/+2 |
| * | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 | 11 | -22/+22 |
| * | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 | 2 | -19/+20 |
| * | Add parameter krb_realm used by GSSAPI, SSPI and Kerberos | Magnus Hagander | 2007-11-09 | 1 | -1/+2 |
| * | Move session_start out of MyProcPort stucture and make it a global called MyS... | Andrew Dunstan | 2007-08-02 | 1 | -2/+1 |
| * | SSPI authentication on Windows. GSSAPI compatible client when doing Kerberos | Magnus Hagander | 2007-07-23 | 3 | -7/+27 |
| * | Enable GSSAPI to build using MSVC. Always build GSSAPI when Kerberos is | Magnus Hagander | 2007-07-12 | 1 | -2/+10 |
| * | Support GSSAPI builds where the header is <gssapi.h> and not <gssapi/gssapi.h>, | Magnus Hagander | 2007-07-12 | 1 | -1/+5 |
| * | Add support for GSSAPI authentication. | Magnus Hagander | 2007-07-10 | 3 | -4/+36 |
| * | Closer code review for PQconnectionUsedPassword() patch: in particular, | Tom Lane | 2007-07-08 | 1 | -2/+1 |
| * | Arrange for the authentication request type to be preserved in | Joe Conway | 2007-07-08 | 1 | -1/+2 |
| * | Add lo_truncate() to backend and libpq for large object truncation. | Bruce Momjian | 2007-03-03 | 1 | -1/+2 |
| * | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 | 11 | -22/+22 |
| * | Fix recently-understood problems with handling of XID freezing, particularly | Tom Lane | 2006-11-05 | 1 | -3/+2 |
| * | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 | 2 | -5/+5 |
| * | Specify lo_write() to take a _const_ buffer, to match documentation. | Bruce Momjian | 2006-09-07 | 1 | -2/+2 |
| * | Allow include files to compile own their own. | Bruce Momjian | 2006-07-13 | 1 | -2/+1 |
| * | Improve vacuum code to track minimum Xids per table instead of per database. | Alvaro Herrera | 2006-07-10 | 1 | -2/+2 |
| * | Remove redundant gettimeofday() calls to the extent practical without | Tom Lane | 2006-06-20 | 1 | -3/+6 |
| * | Split definitions for md5.c out of crypt.h and into their own header | Tom Lane | 2006-06-20 | 3 | -14/+34 |
| * | Prepare code to be built by MSVC: | Bruce Momjian | 2006-06-07 | 1 | -10/+1 |
| * | Rename macro parameter, for clarity. | Bruce Momjian | 2006-05-17 | 1 | -3/+3 |
| * | This patch adds native LDAP auth, for those platforms that don't have | Bruce Momjian | 2006-03-06 | 1 | -1/+4 |
| * | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 10 | -20/+20 |
| * | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 | 3 | -21/+21 |
| * | Repair an error introduced by log_line_prefix patch: it is not acceptable | Tom Lane | 2005-11-05 | 1 | -2/+1 |
| * | Clean up libpq's pollution of application namespace by renaming the | Tom Lane | 2005-10-17 | 3 | -26/+20 |
| * | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 6 | -40/+35 |
| * | Tweak TCP-keepalive code so that an invalid setting doesn't cause us | Tom Lane | 2005-09-12 | 1 | -19/+16 |
| * | Autovacuum loose end mop-up. Provide autovacuum-specific vacuum cost | Tom Lane | 2005-08-11 | 1 | -2/+3 |
| * | Add GUC variables to control keep-alive times for idle, interval, and | Bruce Momjian | 2005-07-30 | 1 | -1/+32 |
| * | Clean up a number of autovacuum loose ends. Make the stats collector | Tom Lane | 2005-07-29 | 1 | -3/+3 |
| * | Replace pg_shadow and pg_group by new role-capable catalogs pg_authid | Tom Lane | 2005-06-28 | 1 | -4/+3 |
| * | Remove support for Kerberos V4. It seems no one is using this, it has | Neil Conway | 2005-06-27 | 3 | -7/+5 |
| * | Add GUC krb_server_hostname so the server hostname can be specified as | Bruce Momjian | 2005-06-14 | 1 | -1/+2 |
| * | Adjust lo_open() so that specifying INV_READ without INV_WRITE creates | Tom Lane | 2005-06-13 | 1 | -1/+2 |
| * | Allow kerberos name and username case sensitivity to be specified from | Bruce Momjian | 2005-06-04 | 1 | -1/+3 |
| * | Add parentheses to macros when args are used in computations. Without | Bruce Momjian | 2005-05-25 | 1 | -2/+2 |
| * | Finish up the flat-files project: get rid of GetRawDatabaseInfo() hack | Tom Lane | 2005-02-26 | 1 | -6/+5 |
| * | Some more missed copyright notices. Many of these look like they | Tom Lane | 2005-01-01 | 1 | -2/+2 |
| * | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 | 9 | -18/+18 |
| * | Remove references to the ODBC driver from the main source tree. From Kris | Neil Conway | 2004-09-27 | 1 | -3/+1 |
| * | Repair bug that would allow libpq to think a command had succeeded when | Tom Lane | 2004-09-26 | 1 | -1/+2 |
| * | Restructure subtransaction handling to reduce resource consumption, | Tom Lane | 2004-09-16 | 1 | -3/+3 |
| * | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 | 3 | -13/+14 |
| * | Update copyright to 2004. | Bruce Momjian | 2004-08-29 | 9 | -18/+18 |
| * | Fix subtransaction behavior for large objects, temp namespace, files, | Tom Lane | 2004-07-28 | 1 | -3/+5 |
| * | Avoid including <sys/time.h> on platforms that don't have it. | Tom Lane | 2004-06-24 | 1 | -2/+3 |
| * | Integrate src/timezone library for all platforms. There is more we can | Tom Lane | 2004-05-21 | 1 | -3/+2 |