| Commit message (Expand) | Author | Age | Files | Lines |
| * | On Windows, use pgwin32_waitforsinglesocket() instead of select() to wait for | Tom Lane | 2007-01-26 | 1 | -4/+7 |
| * | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 | 1 | -2/+2 |
| * | Message style improvements | Peter Eisentraut | 2006-10-06 | 1 | -5/+5 |
| * | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 | 1 | -10/+11 |
| * | Add missing gettext calls for some SSL errors. | Peter Eisentraut | 2006-09-04 | 1 | -3/+3 |
| * | Remove 576 references of include files that were not needed. | Bruce Momjian | 2006-07-14 | 1 | -2/+1 |
| * | Fix the sense of the test on DH_check()'s return value. This was preventing | Tom Lane | 2006-05-12 | 1 | -2/+2 |
| * | Add SSL CRL support to libpq. Recently added to the backend. | Bruce Momjian | 2006-05-06 | 1 | -2/+2 |
| * | Issue a log message if a CRL file exists and the SSL library does not | Bruce Momjian | 2006-05-06 | 1 | -5/+11 |
| * | Don't try to compile SSL CRL support if local SSL installation hasn't | Tom Lane | 2006-05-04 | 1 | -1/+3 |
| * | On second thought, keep SSL CRL as a log, and wait for feedback from 8.2. | Bruce Momjian | 2006-04-27 | 1 | -3/+3 |
| * | Downgrade SSL CRL file missing message from LOG to DEBUG1. | Bruce Momjian | 2006-04-27 | 1 | -3/+3 |
| * | Add support for SSL Certificate Revocation List (CRL) files, root.crl. | Bruce Momjian | 2006-04-27 | 1 | -1/+24 |
| * | Minor refactoring: initialize_SSL() only returns 0, so it should return | Neil Conway | 2006-03-21 | 1 | -9/+5 |
| * | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 1 | -2/+2 |
| * | Cosmetic code cleanup: fix a bunch of places that used "return (expr);" | Neil Conway | 2006-01-11 | 1 | -2/+2 |
| * | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 | 1 | -5/+5 |
| * | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 1 | -35/+35 |
| * | Arrange for the postmaster (and standalone backends, initdb, etc) to | Tom Lane | 2005-07-04 | 1 | -15/+20 |
| * | Push enable/disable of notify and catchup interrupts all the way down | Tom Lane | 2005-06-02 | 1 | -3/+77 |
| * | Consistently use geteuid() not getuid(); there were a few places deviating | Tom Lane | 2005-01-08 | 1 | -2/+2 |
| * | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 | 1 | -2/+2 |
| * | Improve error reporting for SSL connection failures. Remove redundant | Tom Lane | 2004-11-20 | 1 | -38/+47 |
| * | Remove debugging printf from #ifdef WIN32 section. | Neil Conway | 2004-11-17 | 1 | -2/+1 |
| * | Here is a patch to fix win32 ssl builds. Summary of changes: | Bruce Momjian | 2004-10-06 | 1 | -4/+64 |
| * | Fix multiple breakages in our support for SSL certificates. | Tom Lane | 2004-09-26 | 1 | -10/+15 |
| * | If we're going to print unrecognized result codes from SSL_get_error | Tom Lane | 2004-09-23 | 1 | -7/+13 |
| * | Fix Cygwin defines to be consistent. | Bruce Momjian | 2004-09-09 | 1 | -2/+2 |
| * | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 | 1 | -9/+9 |
| * | Update copyright to 2004. | Bruce Momjian | 2004-08-29 | 1 | -2/+2 |
| * | #ifdef out file permissions check on SSL key file when on Windows, as | Tom Lane | 2004-06-25 | 1 | -1/+12 |
| * | Fix memory leak with SSL connections due to missing X509_free() calls. | Tom Lane | 2003-12-18 | 1 | -1/+10 |
| * | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |
| * | Various message fixes, among those fixes for the previous round of fixes | Peter Eisentraut | 2003-09-26 | 1 | -3/+5 |
| * | Message editing: remove gratuitous variations in message wording, standardize | Peter Eisentraut | 2003-09-25 | 1 | -3/+3 |
| * | Change some frequently-reached elog(DEBUG...) calls to ereport(DEBUG...) | Tom Lane | 2003-08-12 | 1 | -11/+23 |
| * | SSL_read/SSL_write do not approximate the return conventions of recv() | Tom Lane | 2003-08-04 | 1 | -3/+11 |
| * | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 | 1 | -2/+2 |
| * | pgindent run. | Bruce Momjian | 2003-08-04 | 1 | -12/+11 |
| * | elog mop-up: bring some straggling fprintf(stderr)'s into the elog world. | Tom Lane | 2003-07-27 | 1 | -59/+43 |
| * | Error message editing in backend/libpq, backend/postmaster, backend/tcop. | Tom Lane | 2003-07-22 | 1 | -16/+43 |
| * | STRENGH => STRENGTH, per Jon Jensen. | Tom Lane | 2003-07-01 | 1 | -2/+2 |
| * | Well, the discussion about SSL a bit back perked my interest and I did | Bruce Momjian | 2003-06-11 | 1 | -4/+14 |
| * | Make debug_ GUC varables output DEBUG1 rather than LOG, and mention in | Bruce Momjian | 2003-05-27 | 1 | -12/+12 |
| * | Allow Win32 to compile under MinGW. Major changes are: | Bruce Momjian | 2003-05-15 | 1 | -5/+1 |
| * | const-ify info_cb() to match recent openssl releases. Per Joe Conway. | Tom Lane | 2003-04-25 | 1 | -3/+3 |
| * | Second round of FE/BE protocol changes. Frontend->backend messages now | Tom Lane | 2003-04-19 | 1 | -8/+1 |
| * | Fix error recovery for SSL_read/SSL_write calls. | Tom Lane | 2003-04-10 | 1 | -18/+24 |
| * | [ Backpatch to 7.3.X.] | Bruce Momjian | 2003-03-29 | 1 | -1/+7 |
| * | [ Backpatch to 7.3.X.] | Bruce Momjian | 2003-03-29 | 1 | -2/+2 |