| Age | Commit message (Expand) | Author |
| 2005-09-12 | Tweak TCP-keepalive code so that an invalid setting doesn't cause us | Tom Lane |
| 2005-08-11 | Autovacuum loose end mop-up. Provide autovacuum-specific vacuum cost | Tom Lane |
| 2005-07-30 | Add GUC variables to control keep-alive times for idle, interval, and | Bruce Momjian |
| 2005-07-29 | Clean up a number of autovacuum loose ends. Make the stats collector | Tom Lane |
| 2005-06-28 | Replace pg_shadow and pg_group by new role-capable catalogs pg_authid | Tom Lane |
| 2005-06-27 | Remove support for Kerberos V4. It seems no one is using this, it has | Neil Conway |
| 2005-06-14 | Add GUC krb_server_hostname so the server hostname can be specified as | Bruce Momjian |
| 2005-06-13 | Adjust lo_open() so that specifying INV_READ without INV_WRITE creates | Tom Lane |
| 2005-06-04 | Allow kerberos name and username case sensitivity to be specified from | Bruce Momjian |
| 2005-05-25 | Add parentheses to macros when args are used in computations. Without | Bruce Momjian |
| 2005-02-26 | Finish up the flat-files project: get rid of GetRawDatabaseInfo() hack | Tom Lane |
| 2005-01-01 | Some more missed copyright notices. Many of these look like they | Tom Lane |
| 2004-12-31 | Tag appropriate files for rc3 | PostgreSQL Daemon |
| 2004-09-27 | Remove references to the ODBC driver from the main source tree. From Kris | Neil Conway |
| 2004-09-26 | Repair bug that would allow libpq to think a command had succeeded when | Tom Lane |
| 2004-09-16 | Restructure subtransaction handling to reduce resource consumption, | Tom Lane |
| 2004-08-29 | Pgindent run for 8.0. | Bruce Momjian |
| 2004-08-29 | Update copyright to 2004. | Bruce Momjian |
| 2004-07-28 | Fix subtransaction behavior for large objects, temp namespace, files, | Tom Lane |
| 2004-06-24 | Avoid including <sys/time.h> on platforms that don't have it. | Tom Lane |
| 2004-05-21 | Integrate src/timezone library for all platforms. There is more we can | Tom Lane |
| 2004-04-12 | Here's an attempt at new socket and signal code for win32. | Bruce Momjian |
| 2004-04-05 | Corrects issues recently posted by Dann Corbit, allowing libpq/psql to | Bruce Momjian |
| 2004-03-19 | Code review for log_line_prefix patch. Cooperate with StringInfo instead | Tom Lane |
| 2004-03-09 | Add: | Bruce Momjian |
| 2004-02-21 | Fix random build breakage from log_disconnections patch. | Tom Lane |
| 2004-02-17 | This patch brings up to date what I did last year (now unfortunately | Bruce Momjian |
| 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 | Here's the latest win32 signals code, this time in the form of a patch | Bruce Momjian |
| 2003-12-20 | This patch is the next step towards (re)allowing fork/exec. | Bruce Momjian |
| 2003-11-29 | make sure the $Id tags are converted to $PostgreSQL as well ... | PostgreSQL Daemon |
| 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-08-04 | Update copyrights to 2003. | Bruce Momjian |
| 2003-08-04 | pgindent run. | Bruce Momjian |
| 2003-07-27 | elog mop-up. | Tom Lane |
| 2003-07-23 | Have a go at fixing various outstanding portability issues in code that | Tom Lane |
| 2003-07-15 | Avoid use of int64_t, which seems not to be very portable. Simplify | Tom Lane |
| 2003-06-24 | typedef sa_family_t for cygwin. | Bruce Momjian |
| 2003-06-23 | Remove references to sa_family_t, except when SOCKADDR_STORAGE requires | Bruce Momjian |
| 2003-06-12 | IPv6 cleanups. | Bruce Momjian |
| 2003-06-12 | Back out this patch because it is patched inside a later patch. | Bruce Momjian |
| 2003-06-12 | Here is a patch that allows CIDR netmasks in pg_hba.conf. It allows two | Bruce Momjian |
| 2003-06-09 | freeaddrinfo2() does need two parameters after all, per comment by | Tom Lane |
| 2003-06-08 | libpq can now talk to either 3.0 or 2.0 protocol servers. It first tries | Tom Lane |
| 2003-05-09 | COPY BINARY uses the new binary I/O routines. Update a few more datatypes | Tom Lane |
| 2003-05-09 | Binary send/receive routines for a few basic datatypes --- enough for | Tom Lane |
| 2003-05-08 | I think we're done with protocol instability, so mark server and libpq | Tom Lane |
| 2003-05-08 | Update 3.0 protocol support to match recent agreements about how to | Tom Lane |