| Age | Commit message (Expand) | Author |
| 2007-04-06 | Now that core functionality is depending on autoconf's AC_C_BIGENDIAN to be | Tom Lane |
| 2007-03-03 | Add lo_truncate() to backend and libpq for large object truncation. | Bruce Momjian |
| 2007-03-03 | Add resetStringInfo(), which clears the content of a StringInfo, and | Neil Conway |
| 2007-02-27 | Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). | Tom Lane |
| 2007-02-16 | Code review for SSLKEY patch. | Tom Lane |
| 2007-02-16 | SSL improvements: | Bruce Momjian |
| 2007-02-13 | Improve postmaster's behavior if an accept() call fails. Because the server | Tom Lane |
| 2007-02-10 | StrNCpy -> strlcpy (not complete) | Peter Eisentraut |
| 2007-02-08 | Check if the role exists before doing more complex ident and Kerberos | Bruce Momjian |
| 2007-02-07 | Replace some strncpy() by strlcpy(). | Peter Eisentraut |
| 2007-01-26 | On Windows, use pgwin32_waitforsinglesocket() instead of select() to wait for | Tom Lane |
| 2007-01-20 | Remove remains of old depend target. | Peter Eisentraut |
| 2007-01-05 | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian |
| 2006-11-06 | Minor fix for LDAP authentication: if an error occurs, we need to | Neil Conway |
| 2006-11-05 | Fix recently-understood problems with handling of XID freezing, particularly | Tom Lane |
| 2006-10-19 | Try to fix the AIX getaddrinfo mess in a way that works on all versions. | Tom Lane |
| 2006-10-19 | Work around reported problem that AIX's getaddrinfo() doesn't seem to zero | Tom Lane |
| 2006-10-11 | Update pg_hba.conf comment about documentation section. | Bruce Momjian |
| 2006-10-06 | Message style improvements | Peter Eisentraut |
| 2006-10-04 | pgindent run for 8.2. | Bruce Momjian |
| 2006-10-03 | Make some sentences consistent with similar ones. | Bruce Momjian |
| 2006-09-15 | Remove WINLDAPAPI decoration from ldap_start_tls_sA typedef, per Magnus. | Tom Lane |
| 2006-09-07 | Specify lo_write() to take a _const_ buffer, to match documentation. | Bruce Momjian |
| 2006-09-04 | Add missing gettext calls for some SSL errors. | Peter Eisentraut |
| 2006-08-22 | Ooops, ldap fix for win32 broke the non-win32 case. | Tom Lane |
| 2006-08-21 | Fix encrypted-LDAP support so that it doesn't cause the server to fail | Tom Lane |
| 2006-08-11 | Set Win32 server-size socket buffer to 32k, for performance reasons. | Bruce Momjian |
| 2006-07-14 | Remove 576 references of include files that were not needed. | Bruce Momjian |
| 2006-07-14 | Fix a passel of recently-committed violations of the rule 'thou shalt | Tom Lane |
| 2006-07-13 | Allow include files to compile own their own. | Bruce Momjian |
| 2006-07-11 | Sort reference of include files, "A" - "F". | Bruce Momjian |
| 2006-07-10 | Improve vacuum code to track minimum Xids per table instead of per database. | Alvaro Herrera |
| 2006-06-20 | Split definitions for md5.c out of crypt.h and into their own header | Tom Lane |
| 2006-06-07 | Prepare code to be built by MSVC: | Bruce Momjian |
| 2006-05-12 | Fix the sense of the test on DH_check()'s return value. This was preventing | Tom Lane |
| 2006-05-06 | Add SSL CRL support to libpq. Recently added to the backend. | Bruce Momjian |
| 2006-05-06 | Issue a log message if a CRL file exists and the SSL library does not | Bruce Momjian |
| 2006-05-04 | Don't try to compile SSL CRL support if local SSL installation hasn't | Tom Lane |
| 2006-04-27 | On second thought, keep SSL CRL as a log, and wait for feedback from 8.2. | Bruce Momjian |
| 2006-04-27 | Downgrade SSL CRL file missing message from LOG to DEBUG1. | Bruce Momjian |
| 2006-04-27 | Add support for SSL Certificate Revocation List (CRL) files, root.crl. | Bruce Momjian |
| 2006-04-26 | Revise large-object access routines to avoid running with CurrentMemoryContext | Tom Lane |
| 2006-03-21 | Minor refactoring: initialize_SSL() only returns 0, so it should return | Neil Conway |
| 2006-03-16 | Fix invalid use of #if within a macro, per Laurenz Albe. Also try to | Tom Lane |
| 2006-03-06 | This patch adds native LDAP auth, for those platforms that don't have | Bruce Momjian |
| 2006-03-05 | Update copyright for 2006. Update scripts. | Bruce Momjian |
| 2006-01-24 | Fix unportable usage of socklen_t: should use ACCEPT_TYPE_ARG3 macro | Tom Lane |
| 2006-01-11 | Cosmetic code cleanup: fix a bunch of places that used "return (expr);" | Neil Conway |
| 2005-11-22 | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian |
| 2005-10-20 | Clean up md5.c to make it clearer that it is a frontend-and-backend | Tom Lane |