| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add #include <sys/time.h>. | Tom Lane | 2002-08-18 | 1 | -2/+3 |
| * | Add includes for prototype using timeval. | Bruce Momjian | 2002-08-18 | 1 | -2/+5 |
| * | Add libpq connection timeout parameter. | Bruce Momjian | 2002-08-17 | 1 | -1/+4 |
| * | Hello, i noticed that win32 native stopped working/compiling after the SSL merge | Bruce Momjian | 2002-07-20 | 1 | -1/+5 |
| * | Update copyright to 2002. | Bruce Momjian | 2002-06-20 | 1 | -2/+2 |
| * | Clean up gcc warnings. Avoid the bad habit of putting externs in .c | Tom Lane | 2002-06-15 | 1 | -1/+10 |
| * | UPDATED PATCH: | Bruce Momjian | 2002-06-14 | 1 | -1/+4 |
| * | Back out SSL changes. Newer patch available. | Bruce Momjian | 2002-06-14 | 1 | -2/+1 |
| * | Attached are a revised set of SSL patches. Many of these patches | Bruce Momjian | 2002-06-14 | 1 | -1/+2 |
| * | Back out old version and update with newer patch of: | Bruce Momjian | 2002-03-05 | 1 | -1/+1 |
| * | Here's a patch against 7.1.3 that fixes a problem with sending larger | Bruce Momjian | 2002-03-05 | 1 | -1/+2 |
| * | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | 2001-11-05 | 1 | -7/+7 |
| * | Windows portability macros SOCK_ERRNO and SOCK_STRERROR should be in | Tom Lane | 2001-11-02 | 1 | -1/+13 |
| * | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 | 1 | -17/+14 |
| * | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 1 | -17/+22 |
| * | Consistently use gcc's __attribute__((format)) to check sprintf-style | Tom Lane | 2001-10-03 | 1 | -5/+2 |
| * | Add 4-byte MD5 salt. | Bruce Momjian | 2001-08-17 | 1 | -2/+3 |
| * | Remove protocol version change. Try MD5 first, then crypt() on all clients. | Bruce Momjian | 2001-08-16 | 1 | -2/+2 |
| * | Use MD5 for wire protocol encryption for >= 7.2 client/server. | Bruce Momjian | 2001-08-15 | 1 | -2/+2 |
| * | NLS for libpq. Clean up the message formats and change the documentation | Peter Eisentraut | 2001-07-15 | 1 | -1/+11 |
| * | Use CONNECTION_OK to determine whether startup phase is complete. | Peter Eisentraut | 2001-07-06 | 1 | -2/+1 |
| * | Repair libpq to follow protocol by not sending Terminate messages before | Peter Eisentraut | 2001-07-06 | 1 | -1/+3 |
| * | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 | 1 | -4/+5 |
| * | Restructure the key include files per recent pghackers discussion: there | Tom Lane | 2001-02-10 | 1 | -1/+2 |
| * | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 | 1 | -2/+2 |
| * | Get rid of sunos4-only strerror() macro, and arrange to use the | Tom Lane | 2001-01-20 | 1 | -11/+2 |
| * | Remove -k unix socketpath option from client side, allow hostname with | Bruce Momjian | 2000-11-13 | 1 | -3/+3 |
| * | UUNET is looking into offering PostgreSQL as a part of a managed web | Bruce Momjian | 2000-11-13 | 1 | -1/+3 |
| * | SSL patch from Magnus | Bruce Momjian | 2000-08-30 | 1 | -1/+2 |
| * | Update kerberos patch | Bruce Momjian | 2000-05-27 | 1 | -1/+2 |
| * | Back out kerberos changes. Causes compile problems. | Bruce Momjian | 2000-05-27 | 1 | -2/+1 |
| * | Patch for Kerberos V. | Bruce Momjian | 2000-05-27 | 1 | -1/+2 |
| * | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 | 1 | -26/+27 |
| * | Fold PQsetenv working state into PGconn, rather than trying to maintain | Tom Lane | 2000-03-24 | 1 | -3/+15 |
| * | Repair unintentional damage to MULTIBYTE code. | Tom Lane | 2000-03-14 | 1 | -4/+7 |
| * | Change PQconndefaults() to return a malloc'd array, instead of a static | Tom Lane | 2000-03-11 | 1 | -2/+16 |
| * | Fixed psql double quoting of SQL ids | Peter Eisentraut | 2000-02-07 | 1 | -1/+6 |
| * | Add: | Bruce Momjian | 2000-01-26 | 1 | -2/+3 |
| * | Libpq non-blocking mode, from Alfred Perlstein | Bruce Momjian | 2000-01-18 | 1 | -1/+10 |
| * | Eliminate using putenv(). | Tatsuo Ishii | 2000-01-15 | 1 | -1/+3 |
| * | Clean up some problems in new asynchronous-connection logic | Tom Lane | 2000-01-14 | 1 | -6/+6 |
| * | This patch (against the current CVS sources) adds to libpq the functions | Bruce Momjian | 1999-11-30 | 1 | -1/+10 |
| * | In the spirit of TODO item | Bruce Momjian | 1999-11-11 | 1 | -6/+6 |
| * | Lots of patches coming in from me today :-) | Bruce Momjian | 1999-09-27 | 1 | -1/+10 |
| * | Update frontend libpq to remove limits on query lengths, | Tom Lane | 1999-08-31 | 1 | -17/+12 |
| * | Redefine cpu's as __cpu__. Only for 6.6 branch. | Bruce Momjian | 1999-07-13 | 1 | -2/+2 |
| * | Another pgindent run. Sorry folks. | Bruce Momjian | 1999-05-25 | 1 | -2/+2 |
| * | pgindent run over code. | Bruce Momjian | 1999-05-25 | 1 | -120/+125 |
| * | here are some patches for 6.5.0 which I already submitted but have never | Bruce Momjian | 1999-05-03 | 1 | -2/+2 |
| * | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 | 1 | -2/+2 |