| Age | Commit message (Expand) | Author |
| 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 |
| 2003-05-06 | Add display of eventual result RowDescription (if any) to the output | Tom Lane |
| 2003-05-05 | Extended query protocol: parse, bind, execute, describe FE/BE messages. | Tom Lane |
| 2003-04-26 | Add transaction status field to ReadyForQuery messages, and make room | Tom Lane |
| 2003-04-25 | In the continuing saga of FE/BE protocol revisions, add reporting of | Tom Lane |
| 2003-04-24 | Infrastructure for upgraded error reporting mechanism. elog.c is | Tom Lane |
| 2003-04-22 | Another round of protocol changes. Backend-to-frontend messages now all | Tom Lane |
| 2003-04-19 | Second round of FE/BE protocol changes. Frontend->backend messages now | Tom Lane |
| 2003-04-17 | First phase of FE/BE protocol modifications: new StartupPacket layout | Tom Lane |
| 2003-04-02 | Whack getaddrinfo() patch around until it works, more or less, on | Tom Lane |
| 2003-03-29 | Simplify the socket handling code by supplying a replacement getaddrinfo() | Peter Eisentraut |
| 2003-01-25 | Where available, use utime() or utimes() to update the file mod time | Tom Lane |
| 2003-01-06 | Fix for systems that don't have INET_ADDRSTRLEN. | Peter Eisentraut |
| 2003-01-06 | Add prototype for getaddrinfo(). | Bruce Momjian |
| 2003-01-06 | Enable IPv6 connections to the server, and add pg_hba.conf IPv6 entries | Bruce Momjian |
| 2002-12-06 | Back out V6 code, caused postmaster startup failure. | Bruce Momjian |
| 2002-12-06 | Add missing v6utils file. | Bruce Momjian |
| 2002-12-06 | We have just finished porting the old KAME IPv6 patch over to | Bruce Momjian |
| 2002-12-05 | Clearify variables names so it is clear which variable is the | Bruce Momjian |