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