| Commit message (Expand) | Author | Age | Files | Lines |
| * | Code review for SSLKEY patch. | Tom Lane | 2007-02-16 | 1 | -16/+21 |
| * | SSL improvements: | Bruce Momjian | 2007-02-16 | 1 | -42/+96 |
| * | StrNCpy -> strlcpy (not complete) | Peter Eisentraut | 2007-02-10 | 2 | -10/+10 |
| * | Normalize fgets() calls to use sizeof() for calculating the buffer size | Peter Eisentraut | 2007-02-08 | 2 | -7/+6 |
| * | Wording cleanup for error messages. Also change can't -> cannot. | Bruce Momjian | 2007-02-01 | 1 | -3/+3 |
| * | Squelch some VC++ compiler warnings. Mark float literals with the "f" | Neil Conway | 2007-01-26 | 2 | -9/+3 |
| * | Allow Borland CC to compile libpq and psql. | Bruce Momjian | 2007-01-11 | 2 | -10/+16 |
| * | Indent comments in makefiles better so they don't appear in the output. | Peter Eisentraut | 2007-01-07 | 1 | -2/+3 |
| * | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 | 19 | -37/+37 |
| * | Stamp major release 8.3.0, and increment library version numbers. | Bruce Momjian | 2007-01-05 | 2 | -6/+6 |
| * | Revert exports.list change pending closer study. | Tom Lane | 2006-12-28 | 1 | -2/+2 |
| * | Use a more backward-compatible syntax for exports.list on Linux. | Tom Lane | 2006-12-27 | 1 | -2/+2 |
| * | Interpret a dbName param to PQsetdbLogin as a conninfo string if it contains ... | Andrew Dunstan | 2006-12-19 | 1 | -18/+31 |
| * | Patch of Win32 Encoding problem for server messages using | Bruce Momjian | 2006-12-04 | 1 | -1/+1 |
| * | Translation updates | Peter Eisentraut | 2006-12-02 | 1 | -155/+225 |
| * | Translation updates | Peter Eisentraut | 2006-11-24 | 3 | -405/+520 |
| * | Get rid of retail definitions of HAVE_STRDUP and HAVE_VSNPRINTF in | Tom Lane | 2006-11-21 | 2 | -2/+2 |
| * | If SSL negotiation fails and SSLMODE is 'prefer', then retry without SSL. | Tom Lane | 2006-11-21 | 1 | -1/+20 |
| * | Translations update | Peter Eisentraut | 2006-10-21 | 3 | -538/+789 |
| * | MSVC/BCC Win32 compiler fixes. | Bruce Momjian | 2006-10-10 | 1 | -2/+2 |
| * | Message style improvements | Peter Eisentraut | 2006-10-06 | 2 | -14/+12 |
| * | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 | 11 | -145/+173 |
| * | Make some marginal performance improvements in reportErrorPosition(), | Tom Lane | 2006-10-01 | 1 | -66/+86 |
| * | Oops, forgot that libpq needs extra steps to make use of src/port/ files. | Tom Lane | 2006-09-27 | 3 | -4/+18 |
| * | Remove separate strdup.h header file; it's redundant with port.h. | Tom Lane | 2006-09-27 | 2 | -10/+2 |
| * | Fix bugs in plpgsql and ecpg caused by assuming that isspace() would only | Tom Lane | 2006-09-22 | 1 | -2/+2 |
| * | Fix some uses of str[n]casecmp that should be pg_str[n]casecmp, | Tom Lane | 2006-09-15 | 1 | -5/+5 |
| * | Revise OpenLDAP configuration and linking to work on more platforms | Tom Lane | 2006-09-09 | 1 | -4/+4 |
| * | Specify lo_write() to take a _const_ buffer, to match documentation. | Bruce Momjian | 2006-09-07 | 2 | -4/+4 |
| * | Add missing gettext calls for some SSL errors. | Peter Eisentraut | 2006-09-04 | 1 | -4/+4 |
| * | Add PQdescribePrepared, PQdescribePortal, and related functions to libpq | Tom Lane | 2006-08-18 | 5 | -10/+310 |
| * | Suppress MSVC warnings about weak functions by using | Bruce Momjian | 2006-08-09 | 1 | -3/+4 |
| * | Add some blank lines for formatting. | Bruce Momjian | 2006-08-04 | 1 | -1/+4 |
| * | #ifdef fix for MSVC builds of libpq. | Bruce Momjian | 2006-08-04 | 1 | -2/+2 |
| * | Add #include postgres_fe.h in two win32-specific files, because there is | Bruce Momjian | 2006-07-29 | 2 | -3/+4 |
| * | Allow LDAP lookups from pg_service.conf. | Bruce Momjian | 2006-07-27 | 2 | -3/+439 |
| * | The Win32 DEF files that are generated for libpq contain the attribute | Bruce Momjian | 2006-07-18 | 1 | -4/+1 |
| * | Fix another passel of include-file breakage. Kris Jurka, Tom Lane | Tom Lane | 2006-07-14 | 2 | -2/+4 |
| * | Remove 576 references of include files that were not needed. | Bruce Momjian | 2006-07-14 | 4 | -9/+4 |
| * | Fix a passel of recently-committed violations of the rule 'thou shalt | Tom Lane | 2006-07-14 | 2 | -4/+2 |
| * | Revert part of recent include patch not ready for application. | Bruce Momjian | 2006-07-14 | 4 | -4/+10 |
| * | Add additional includes needed on some platforms. | Bruce Momjian | 2006-07-14 | 4 | -10/+4 |
| * | Clean up for warning: | Joe Conway | 2006-07-12 | 1 | -6/+6 |
| * | Move pthread-win32.h to /port, modify bcc/msvc makefiles. | Bruce Momjian | 2006-07-10 | 3 | -21/+2 |
| * | Remove libpq's PQescapeIdentifier(), not safe from injection attacks. | Bruce Momjian | 2006-07-04 | 3 | -43/+3 |
| * | Add PQescapeIdentifier() to libpq | Bruce Momjian | 2006-06-27 | 3 | -3/+43 |
| * | Split definitions for md5.c out of crypt.h and into their own header | Tom Lane | 2006-06-20 | 1 | -2/+2 |
| * | Further thoughts about lo_export/lo_import error handling: if one of | Tom Lane | 2006-06-14 | 1 | -28/+20 |
| * | Improve error detection and recovery in lo_import()/lo_export(). | Tom Lane | 2006-06-14 | 1 | -28/+55 |
| * | Prepare code to be built by MSVC: | Bruce Momjian | 2006-06-07 | 4 | -11/+20 |