| Commit message (Expand) | Author | Age |
* | When we are in error recursion trouble, arrange to suppress translation and | Tom Lane | 2009-03-02 |
* | Repair an error introduced by log_line_prefix patch: it is not acceptable | Tom Lane | 2005-11-05 |
* | Some more missed copyright notices. Many of these look like they | Tom Lane | 2005-01-01 |
* | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 |
* | Remove references to the ODBC driver from the main source tree. From Kris | Neil Conway | 2004-09-27 |
* | Repair bug that would allow libpq to think a command had succeeded when | Tom Lane | 2004-09-26 |
* | Restructure subtransaction handling to reduce resource consumption, | Tom Lane | 2004-09-16 |
* | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 |
* | Update copyright to 2004. | Bruce Momjian | 2004-08-29 |
* | Fix subtransaction behavior for large objects, temp namespace, files, | Tom Lane | 2004-07-28 |
* | Avoid including <sys/time.h> on platforms that don't have it. | Tom Lane | 2004-06-24 |
* | Integrate src/timezone library for all platforms. There is more we can | Tom Lane | 2004-05-21 |
* | Here's an attempt at new socket and signal code for win32. | Bruce Momjian | 2004-04-12 |
* | Corrects issues recently posted by Dann Corbit, allowing libpq/psql to | Bruce Momjian | 2004-04-05 |
* | Code review for log_line_prefix patch. Cooperate with StringInfo instead | Tom Lane | 2004-03-19 |
* | Add: | Bruce Momjian | 2004-03-09 |
* | Fix random build breakage from log_disconnections patch. | Tom Lane | 2004-02-21 |
* | This patch brings up to date what I did last year (now unfortunately | Bruce Momjian | 2004-02-17 |
* | Win32 signals cleanup. Patch by Magnus Hagander, with input from Claudio | Neil Conway | 2004-02-08 |
* | Fix a read of uninitialized memory in next_token() of hba.c, spotted via | Neil Conway | 2004-02-02 |
* | Here's the latest win32 signals code, this time in the form of a patch | Bruce Momjian | 2004-01-27 |
* | This patch is the next step towards (re)allowing fork/exec. | Bruce Momjian | 2003-12-20 |
* | make sure the $Id tags are converted to $PostgreSQL as well ... | PostgreSQL Daemon | 2003-11-29 |
* | 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 |
* | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 |
* | pgindent run. | Bruce Momjian | 2003-08-04 |
* | elog mop-up. | Tom Lane | 2003-07-27 |
* | Have a go at fixing various outstanding portability issues in code that | Tom Lane | 2003-07-23 |
* | Avoid use of int64_t, which seems not to be very portable. Simplify | Tom Lane | 2003-07-15 |
* | typedef sa_family_t for cygwin. | Bruce Momjian | 2003-06-24 |
* | Remove references to sa_family_t, except when SOCKADDR_STORAGE requires | Bruce Momjian | 2003-06-23 |
* | 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-12 |
* | freeaddrinfo2() does need two parameters after all, per comment by | Tom Lane | 2003-06-09 |
* | libpq can now talk to either 3.0 or 2.0 protocol servers. It first tries | Tom Lane | 2003-06-08 |
* | 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-09 |
* | 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-08 |
* | Add display of eventual result RowDescription (if any) to the output | Tom Lane | 2003-05-06 |
* | Extended query protocol: parse, bind, execute, describe FE/BE messages. | Tom Lane | 2003-05-05 |
* | Add transaction status field to ReadyForQuery messages, and make room | Tom Lane | 2003-04-26 |
* | In the continuing saga of FE/BE protocol revisions, add reporting of | Tom Lane | 2003-04-25 |
* | Infrastructure for upgraded error reporting mechanism. elog.c is | Tom Lane | 2003-04-24 |
* | Another round of protocol changes. Backend-to-frontend messages now all | Tom Lane | 2003-04-22 |
* | Second round of FE/BE protocol changes. Frontend->backend messages now | Tom Lane | 2003-04-19 |
* | First phase of FE/BE protocol modifications: new StartupPacket layout | Tom Lane | 2003-04-17 |
* | Whack getaddrinfo() patch around until it works, more or less, on | Tom Lane | 2003-04-02 |