| Commit message (Expand) | Author | Age | Files | Lines |
| * | Specify SA_NOCLDSTOP when enabling SIGCHLD, per suggestion from | Tom Lane | 2004-08-15 | 1 | -1/+5 |
| * | Use gettext_noop() to mark strings. errmsg() perform the | Dennis Bjorklund | 2004-08-04 | 1 | -9/+9 |
| * | Label CVS tip as 8.0devel instead of 7.5devel. Adjust various comments | Tom Lane | 2004-08-04 | 1 | -2/+2 |
| * | Add some strings for translation and remove some cut'n'paste | Dennis Bjorklund | 2004-08-04 | 1 | -11/+13 |
| * | >I got a new idea on this. I think we should add an initdb option that | Bruce Momjian | 2004-08-01 | 1 | -9/+5 |
| * | Fix subtransaction behavior for large objects, temp namespace, files, | Tom Lane | 2004-07-28 | 1 | -16/+57 |
| * | Add some more logging to simplify diagnosis of problems in IDENT | Tom Lane | 2004-07-26 | 1 | -3/+11 |
| * | Allow configuration files to be placed outside the data directory. | Bruce Momjian | 2004-07-11 | 1 | -13/+23 |
| * | #ifdef out file permissions check on SSL key file when on Windows, as | Tom Lane | 2004-06-25 | 1 | -1/+12 |
| * | Use the new List API function names throughout the backend, and disable the | Neil Conway | 2004-05-30 | 1 | -3/+1 |
| * | Separate out bgwriter code into a logically separate module, rather | Tom Lane | 2004-05-29 | 1 | -1/+13 |
| * | *) inet_(client|server)_(addr|port)() and necessary documentation for | Bruce Momjian | 2004-05-26 | 3 | -8/+15 |
| * | Reimplement the linked list data structure used throughout the backend. | Neil Conway | 2004-05-26 | 2 | -139/+173 |
| * | Fix erroneous error message printout when a configuration file contains | Tom Lane | 2004-05-25 | 1 | -3/+3 |
| * | Improve error reporting behavior in parse_hba(): give more complete | Tom Lane | 2004-05-19 | 1 | -46/+61 |
| * | Ensure getaddrinfo_all returns null result on failure. | Tom Lane | 2004-04-24 | 1 | -2/+5 |
| * | * Most changes are to fix warnings issued when compiling win32 | Bruce Momjian | 2004-04-19 | 1 | -3/+1 |
| * | Here's an attempt at new socket and signal code for win32. | Bruce Momjian | 2004-04-12 | 1 | -291/+4 |
| * | Add thread locking to SSL and Kerberos connections. | Bruce Momjian | 2004-03-24 | 1 | -2/+2 |
| * | Here is a patch that implements setitimer() on win32. With this patch | Bruce Momjian | 2004-02-18 | 1 | -3/+1 |
| * | Restructure smgr API as per recent proposal. smgr no longer depends on | Tom Lane | 2004-02-10 | 1 | -1/+2 |
| * | Win32 signals cleanup. Patch by Magnus Hagander, with input from Claudio | Neil Conway | 2004-02-08 | 1 | -16/+28 |
| * | Fix a read of uninitialized memory in next_token() of hba.c, spotted via | Neil Conway | 2004-02-02 | 1 | -76/+88 |
| * | Pgindent win32 signal code. | Bruce Momjian | 2004-01-27 | 1 | -173/+214 |
| * | Here's the latest win32 signals code, this time in the form of a patch | Bruce Momjian | 2004-01-27 | 1 | -1/+242 |
| * | Patch that makes quoting "sameuser", "samegroup", and "all" remove | Bruce Momjian | 2003-12-25 | 2 | -9/+35 |
| * | Fix broken IDENT support for FreeBSD (appears to have been broken by | Tom Lane | 2003-12-20 | 1 | -14/+13 |
| * | Fix memory leak with SSL connections due to missing X509_free() calls. | Tom Lane | 2003-12-18 | 1 | -1/+10 |
| * | This patch properly sets the prototype for the on_shmem_exit and | Peter Eisentraut | 2003-12-12 | 1 | -4/+4 |
| * | Guard against bug in Solaris' bsearch(), per Michael Wildpaner. | Tom Lane | 2003-12-05 | 1 | -2/+10 |
| * | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 | 11 | -11/+11 |
| * | Remove socket credentials defines not referenced. | Bruce Momjian | 2003-10-25 | 1 | -4/+4 |
| * | Various message fixes, among those fixes for the previous round of fixes | Peter Eisentraut | 2003-09-26 | 2 | -5/+7 |
| * | Message editing: remove gratuitous variations in message wording, standardize | Peter Eisentraut | 2003-09-25 | 5 | -45/+45 |
| * | When I sent in the sslmode patch I forgot to update the | Bruce Momjian | 2003-09-13 | 1 | -6/+11 |
| * | Revert to our pre-7.4 behavior of identifying Unix-socket connections in | Tom Lane | 2003-09-12 | 1 | -2/+2 |
| * | Avoid using s_addr as a local variable name, to work around broken | Tom Lane | 2003-09-08 | 1 | -13/+13 |
| * | Make the default pg_hba.conf include an entry for ::1 only if configure | Tom Lane | 2003-09-07 | 1 | -3/+3 |
| * | Second try at IPv4-to-v6 mapping code; avoid assuming that the struct | Tom Lane | 2003-09-05 | 2 | -49/+46 |
| * | Allow IPv4-format entries in pg_hba.conf to match IPv6 connections | Tom Lane | 2003-09-05 | 3 | -34/+129 |
| * | This fixes three minor typos in hba.c. | Bruce Momjian | 2003-09-05 | 1 | -4/+4 |
| * | Include 'IPv4', 'IPv6', or 'Unix' in socket-creation failure messages, | Tom Lane | 2003-08-12 | 1 | -5/+37 |
| * | Change some frequently-reached elog(DEBUG...) calls to ereport(DEBUG...) | Tom Lane | 2003-08-12 | 1 | -11/+23 |
| * | SCO_ACCEPT_BUG code didn't get updated for new SockAddr struct definition. | Tom Lane | 2003-08-07 | 1 | -3/+3 |
| * | 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 | 10 | -20/+20 |
| * | pgindent run. | Bruce Momjian | 2003-08-04 | 9 | -246/+233 |
| * | Comment out entries for IPv6 localhost connections, since they fail | Tom Lane | 2003-08-01 | 1 | -4/+5 |
| * | Fix some unprotected references to AF_UNIX ... wouldn't compile on | Tom Lane | 2003-08-01 | 1 | -5/+11 |
| * | Fix inconsistent static-vs-not-static declarations. | Tom Lane | 2003-08-01 | 1 | -3/+3 |