| Age | Commit message (Expand) | Author |
| 2004-08-04 | Use gettext_noop() to mark strings. errmsg() perform the | Dennis Bjorklund |
| 2004-08-04 | Label CVS tip as 8.0devel instead of 7.5devel. Adjust various comments | Tom Lane |
| 2004-08-04 | Add some strings for translation and remove some cut'n'paste | Dennis Bjorklund |
| 2004-08-01 | >I got a new idea on this. I think we should add an initdb option that | Bruce Momjian |
| 2004-07-28 | Fix subtransaction behavior for large objects, temp namespace, files, | Tom Lane |
| 2004-07-26 | Add some more logging to simplify diagnosis of problems in IDENT | Tom Lane |
| 2004-07-11 | Allow configuration files to be placed outside the data directory. | Bruce Momjian |
| 2004-06-25 | #ifdef out file permissions check on SSL key file when on Windows, as | Tom Lane |
| 2004-05-30 | Use the new List API function names throughout the backend, and disable the | Neil Conway |
| 2004-05-29 | Separate out bgwriter code into a logically separate module, rather | Tom Lane |
| 2004-05-26 | *) inet_(client|server)_(addr|port)() and necessary documentation for | Bruce Momjian |
| 2004-05-26 | Reimplement the linked list data structure used throughout the backend. | Neil Conway |
| 2004-05-25 | Fix erroneous error message printout when a configuration file contains | Tom Lane |
| 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 |