| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add missing gettext calls for some SSL errors. | Peter Eisentraut | 2006-09-04 | 1 | -4/+4 |
| * | Fix another passel of include-file breakage. Kris Jurka, Tom Lane | Tom Lane | 2006-07-14 | 1 | -1/+2 |
| * | Remove 576 references of include files that were not needed. | Bruce Momjian | 2006-07-14 | 1 | -3/+1 |
| * | Revert part of recent include patch not ready for application. | Bruce Momjian | 2006-07-14 | 1 | -1/+3 |
| * | Add additional includes needed on some platforms. | Bruce Momjian | 2006-07-14 | 1 | -3/+1 |
| * | Fix typo in comment. | Bruce Momjian | 2006-05-11 | 1 | -2/+2 |
| * | Add SSL CRL support to libpq. Recently added to the backend. | Bruce Momjian | 2006-05-06 | 1 | -1/+27 |
| * | Tab alignment cleanup. | Bruce Momjian | 2006-04-27 | 1 | -5/+5 |
| * | Add underscores to SSL CERT macro names, for clarity and consistency | Bruce Momjian | 2006-04-27 | 1 | -10/+10 |
| * | Change libpq's PQgetssl() to return a void*, rather than SSL *, so that | Bruce Momjian | 2006-04-27 | 1 | -3/+3 |
| * | Remove unused function SSL_CTX_set_tmp_dh_callback() from libpq: | Bruce Momjian | 2006-04-27 | 1 | -207/+1 |
| * | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 1 | -2/+2 |
| * | Fix unportable usage of socklen_t: should use ACCEPT_TYPE_ARG3 macro | Tom Lane | 2006-01-24 | 1 | -2/+2 |
| * | I have applied the following patch to document PQinitSSL() and | Bruce Momjian | 2005-10-24 | 1 | -3/+3 |
| * | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 1 | -82/+78 |
| * | Add comment about pthread_self() cast. | Bruce Momjian | 2005-08-28 | 1 | -1/+6 |
| * | The attached patch updates the thread test program to run stand-alone on | Bruce Momjian | 2005-08-23 | 1 | -13/+18 |
| * | Back out incorrect commit. | Bruce Momjian | 2005-08-23 | 1 | -18/+13 |
| * | Fix function name. | Bruce Momjian | 2005-08-23 | 1 | -13/+18 |
| * | Comment out check for substitution of private key file on Windows, | Tom Lane | 2005-01-10 | 1 | -3/+7 |
| * | Consistently use geteuid() not getuid(); there were a few places deviating | Tom Lane | 2005-01-08 | 1 | -5/+2 |
| * | Minor mop-up for Windows home-directory stuff, per Magnus. | Tom Lane | 2005-01-06 | 1 | -1/+3 |
| * | Adjust lookup of client-side profile files (.pgpass and so on) as per | Tom Lane | 2005-01-06 | 1 | -18/+24 |
| * | Make the various places that determine the user's "home directory" | Tom Lane | 2005-01-06 | 1 | -31/+2 |
| * | Clean up code in libpq that obtains user's home directory: make a single | Tom Lane | 2005-01-04 | 1 | -35/+49 |
| * | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 | 1 | -2/+2 |
| * | Fix compile breakage from SIGPIPE fix for threading. | Bruce Momjian | 2004-12-03 | 1 | -1/+3 |
| * | Code review for recent libpq changes. Be more careful about error | Tom Lane | 2004-12-02 | 1 | -29/+58 |
| * | Rework libpq threaded SIGPIPE handling to avoid interference with | Bruce Momjian | 2004-12-02 | 1 | -59/+73 |
| * | Make sure we produce a useful error message for the case where the | Tom Lane | 2004-11-20 | 1 | -4/+1 |
| * | Improve error reporting for SSL connection failures. Remove redundant | Tom Lane | 2004-11-20 | 1 | -12/+22 |
| * | Export only required symbols in libpq on Win32. | Bruce Momjian | 2004-10-16 | 1 | -1/+7 |
| * | Revert patch that removed BUFSIZ usage. The memory has to hold the | Bruce Momjian | 2004-09-28 | 1 | -5/+5 |
| * | Remove use of large BUFSIZ for buffers and use the proper struct sizes. | Bruce Momjian | 2004-09-27 | 1 | -5/+5 |
| * | Fix multiple breakages in our support for SSL certificates. | Tom Lane | 2004-09-26 | 1 | -51/+43 |
| * | If we're going to print unrecognized result codes from SSL_get_error | Tom Lane | 2004-09-23 | 1 | -6/+16 |
| * | This patch logs the error code in the default case, so that the user | Bruce Momjian | 2004-09-23 | 1 | -3/+4 |
| * | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 | 1 | -64/+83 |
| * | Update copyright to 2004. | Bruce Momjian | 2004-08-29 | 1 | -2/+2 |
| * | Chain on to SIGPIPE handler rather than just do action on default. | Bruce Momjian | 2004-08-17 | 1 | -21/+17 |
| * | Fix linking problem when enabling thread safety on Darwin: uninitialized | Tom Lane | 2004-08-17 | 1 | -8/+8 |
| * | > win32 doesn't support a static initializer for mutexes, thus the first | Bruce Momjian | 2004-07-12 | 1 | -5/+11 |
| * | Back out thread fix until I get clarification. | Bruce Momjian | 2004-07-12 | 1 | -11/+5 |
| * | win32 doesn't support a static initializer for mutexes, thus the first | Bruce Momjian | 2004-07-12 | 1 | -5/+11 |
| * | Enable thread safety for win32.mak build of PostgreSQL. | Bruce Momjian | 2004-06-19 | 1 | -3/+11 |
| * | init_ssl_system will return 0 on success and -1 on failure, which will | Bruce Momjian | 2004-06-03 | 1 | -2/+2 |
| * | Solve the 'Turkish problem' with undesirable locale behavior for case | Tom Lane | 2004-05-07 | 1 | -2/+2 |
| * | Fix brain-dead placement of global variable declaration. | Tom Lane | 2004-03-27 | 1 | -4/+4 |
| * | Add thread locking to SSL and Kerberos connections. | Bruce Momjian | 2004-03-24 | 1 | -36/+139 |
| * | More clearly describe why PQinSend returns false for non-threaded libpq. | Bruce Momjian | 2004-02-10 | 1 | -2/+7 |