| Age | Commit message (Expand) | Author |
| 2004-05-19 | Improve error reporting behavior in parse_hba(): give more complete | Tom Lane |
| 2004-04-24 | Ensure getaddrinfo_all returns null result on failure. | Tom Lane |
| 2004-04-19 | * Most changes are to fix warnings issued when compiling win32 | Bruce Momjian |
| 2004-04-12 | Here's an attempt at new socket and signal code for win32. | Bruce Momjian |
| 2004-03-24 | Add thread locking to SSL and Kerberos connections. | Bruce Momjian |
| 2004-02-18 | Here is a patch that implements setitimer() on win32. With this patch | Bruce Momjian |
| 2004-02-10 | Restructure smgr API as per recent proposal. smgr no longer depends on | Tom Lane |
| 2004-02-08 | Win32 signals cleanup. Patch by Magnus Hagander, with input from Claudio | Neil Conway |
| 2004-02-02 | Fix a read of uninitialized memory in next_token() of hba.c, spotted via | Neil Conway |
| 2004-01-27 | Pgindent win32 signal code. | Bruce Momjian |
| 2004-01-27 | Here's the latest win32 signals code, this time in the form of a patch | Bruce Momjian |
| 2003-12-25 | Patch that makes quoting "sameuser", "samegroup", and "all" remove | Bruce Momjian |
| 2003-12-20 | Fix broken IDENT support for FreeBSD (appears to have been broken by | Tom Lane |
| 2003-12-18 | Fix memory leak with SSL connections due to missing X509_free() calls. | Tom Lane |
| 2003-12-12 | This patch properly sets the prototype for the on_shmem_exit and | Peter Eisentraut |
| 2003-12-05 | Guard against bug in Solaris' bsearch(), per Michael Wildpaner. | Tom Lane |
| 2003-11-29 | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon |
| 2003-10-25 | Remove socket credentials defines not referenced. | Bruce Momjian |
| 2003-09-26 | Various message fixes, among those fixes for the previous round of fixes | Peter Eisentraut |
| 2003-09-25 | Message editing: remove gratuitous variations in message wording, standardize | Peter Eisentraut |
| 2003-09-13 | When I sent in the sslmode patch I forgot to update the | Bruce Momjian |
| 2003-09-12 | Revert to our pre-7.4 behavior of identifying Unix-socket connections in | Tom Lane |
| 2003-09-08 | Avoid using s_addr as a local variable name, to work around broken | Tom Lane |
| 2003-09-07 | Make the default pg_hba.conf include an entry for ::1 only if configure | Tom Lane |
| 2003-09-05 | Second try at IPv4-to-v6 mapping code; avoid assuming that the struct | Tom Lane |
| 2003-09-05 | Allow IPv4-format entries in pg_hba.conf to match IPv6 connections | Tom Lane |
| 2003-09-05 | This fixes three minor typos in hba.c. | Bruce Momjian |
| 2003-08-12 | Include 'IPv4', 'IPv6', or 'Unix' in socket-creation failure messages, | Tom Lane |
| 2003-08-12 | Change some frequently-reached elog(DEBUG...) calls to ereport(DEBUG...) | Tom Lane |
| 2003-08-07 | SCO_ACCEPT_BUG code didn't get updated for new SockAddr struct definition. | Tom Lane |
| 2003-08-04 | SSL_read/SSL_write do not approximate the return conventions of recv() | Tom Lane |
| 2003-08-04 | Update copyrights to 2003. | Bruce Momjian |
| 2003-08-04 | pgindent run. | Bruce Momjian |
| 2003-08-01 | Comment out entries for IPv6 localhost connections, since they fail | Tom Lane |
| 2003-08-01 | Fix some unprotected references to AF_UNIX ... wouldn't compile on | Tom Lane |
| 2003-08-01 | Fix inconsistent static-vs-not-static declarations. | Tom Lane |
| 2003-07-28 | Localizability improvement. | Tom Lane |
| 2003-07-28 | A visit from the message-style police ... | Tom Lane |
| 2003-07-27 | elog mop-up: bring some straggling fprintf(stderr)'s into the elog world. | Tom Lane |
| 2003-07-26 | Have SSL text print only when SSL mode is enabled. | Bruce Momjian |
| 2003-07-26 | At long last I put together a patch to support 4 client SSL negotiation | Bruce Momjian |
| 2003-07-24 | Don't refer to AF_UNIX in code not protected with HAVE_UNIX_SOCKETS. | Tom Lane |
| 2003-07-23 | Have a go at fixing various outstanding portability issues in code that | Tom Lane |
| 2003-07-22 | A few parentheses shy of a load here ... | Tom Lane |
| 2003-07-22 | Error message editing in backend/libpq, backend/postmaster, backend/tcop. | Tom Lane |
| 2003-07-01 | STRENGH => STRENGTH, per Jon Jensen. | Tom Lane |
| 2003-06-25 | > This change (I'm sure this will wrap poorly -- sorry): | Bruce Momjian |
| 2003-06-25 | Here's a small patch to pg_hba.conf.sample that explains the use of CIDR | Bruce Momjian |
| 2003-06-15 | index() -> strchr(). | Tom Lane |
| 2003-06-12 | Attached is the complete diff against current CVS. | Bruce Momjian |