| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove references to the ODBC driver from the main source tree. From Kris | Neil Conway | 2004-09-27 | 1 | -3/+1 |
| * | Repair bug that would allow libpq to think a command had succeeded when | Tom Lane | 2004-09-26 | 1 | -1/+2 |
| * | Restructure subtransaction handling to reduce resource consumption, | Tom Lane | 2004-09-16 | 1 | -3/+3 |
| * | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 | 3 | -13/+14 |
| * | Update copyright to 2004. | Bruce Momjian | 2004-08-29 | 9 | -18/+18 |
| * | Fix subtransaction behavior for large objects, temp namespace, files, | Tom Lane | 2004-07-28 | 1 | -3/+5 |
| * | Avoid including <sys/time.h> on platforms that don't have it. | Tom Lane | 2004-06-24 | 1 | -2/+3 |
| * | Integrate src/timezone library for all platforms. There is more we can | Tom Lane | 2004-05-21 | 1 | -3/+2 |
| * | Here's an attempt at new socket and signal code for win32. | Bruce Momjian | 2004-04-12 | 1 | -21/+1 |
| * | Corrects issues recently posted by Dann Corbit, allowing libpq/psql to | Bruce Momjian | 2004-04-05 | 1 | -1/+3 |
| * | Code review for log_line_prefix patch. Cooperate with StringInfo instead | Tom Lane | 2004-03-19 | 1 | -3/+9 |
| * | Add: | Bruce Momjian | 2004-03-09 | 1 | -1/+2 |
| * | Fix random build breakage from log_disconnections patch. | Tom Lane | 2004-02-21 | 1 | -4/+5 |
| * | This patch brings up to date what I did last year (now unfortunately | Bruce Momjian | 2004-02-17 | 1 | -1/+4 |
| * | Win32 signals cleanup. Patch by Magnus Hagander, with input from Claudio | Neil Conway | 2004-02-08 | 1 | -110/+9 |
| * | Fix a read of uninitialized memory in next_token() of hba.c, spotted via | Neil Conway | 2004-02-02 | 1 | -13/+1 |
| * | Here's the latest win32 signals code, this time in the form of a patch | Bruce Momjian | 2004-01-27 | 1 | -2/+128 |
| * | This patch is the next step towards (re)allowing fork/exec. | Bruce Momjian | 2003-12-20 | 1 | -1/+7 |
| * | make sure the $Id tags are converted to $PostgreSQL as well ... | PostgreSQL Daemon | 2003-11-29 | 11 | -11/+11 |
| * | Second try at IPv4-to-v6 mapping code; avoid assuming that the struct | Tom Lane | 2003-09-05 | 1 | -2/+2 |
| * | Allow IPv4-format entries in pg_hba.conf to match IPv6 connections | Tom Lane | 2003-09-05 | 1 | -1/+6 |
| * | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 | 9 | -18/+18 |
| * | pgindent run. | Bruce Momjian | 2003-08-04 | 6 | -54/+57 |
| * | elog mop-up. | Tom Lane | 2003-07-27 | 1 | -2/+2 |
| * | Have a go at fixing various outstanding portability issues in code that | Tom Lane | 2003-07-23 | 2 | -41/+37 |
| * | Avoid use of int64_t, which seems not to be very portable. Simplify | Tom Lane | 2003-07-15 | 1 | -27/+21 |
| * | typedef sa_family_t for cygwin. | Bruce Momjian | 2003-06-24 | 1 | -1/+5 |
| * | Remove references to sa_family_t, except when SOCKADDR_STORAGE requires | Bruce Momjian | 2003-06-23 | 1 | -1/+7 |
| * | IPv6 cleanups. | Bruce Momjian | 2003-06-12 | 3 | -48/+56 |
| * | Back out this patch because it is patched inside a later patch. | Bruce Momjian | 2003-06-12 | 1 | -3/+1 |
| * | Here is a patch that allows CIDR netmasks in pg_hba.conf. It allows two | Bruce Momjian | 2003-06-12 | 1 | -1/+3 |
| * | freeaddrinfo2() does need two parameters after all, per comment by | Tom Lane | 2003-06-09 | 1 | -2/+2 |
| * | libpq can now talk to either 3.0 or 2.0 protocol servers. It first tries | Tom Lane | 2003-06-08 | 1 | -2/+2 |
| * | COPY BINARY uses the new binary I/O routines. Update a few more datatypes | Tom Lane | 2003-05-09 | 1 | -1/+5 |
| * | Binary send/receive routines for a few basic datatypes --- enough for | Tom Lane | 2003-05-09 | 1 | -1/+8 |
| * | I think we're done with protocol instability, so mark server and libpq | Tom Lane | 2003-05-08 | 1 | -2/+2 |
| * | Update 3.0 protocol support to match recent agreements about how to | Tom Lane | 2003-05-08 | 2 | -4/+5 |
| * | Add display of eventual result RowDescription (if any) to the output | Tom Lane | 2003-05-06 | 1 | -2/+2 |
| * | Extended query protocol: parse, bind, execute, describe FE/BE messages. | Tom Lane | 2003-05-05 | 1 | -2/+2 |
| * | Add transaction status field to ReadyForQuery messages, and make room | Tom Lane | 2003-04-26 | 1 | -2/+2 |
| * | In the continuing saga of FE/BE protocol revisions, add reporting of | Tom Lane | 2003-04-25 | 1 | -2/+2 |
| * | Infrastructure for upgraded error reporting mechanism. elog.c is | Tom Lane | 2003-04-24 | 1 | -2/+2 |
| * | Another round of protocol changes. Backend-to-frontend messages now all | Tom Lane | 2003-04-22 | 2 | -6/+6 |
| * | Second round of FE/BE protocol changes. Frontend->backend messages now | Tom Lane | 2003-04-19 | 3 | -10/+22 |
| * | First phase of FE/BE protocol modifications: new StartupPacket layout | Tom Lane | 2003-04-17 | 5 | -51/+50 |
| * | Whack getaddrinfo() patch around until it works, more or less, on | Tom Lane | 2003-04-02 | 1 | -21/+25 |
| * | Simplify the socket handling code by supplying a replacement getaddrinfo() | Peter Eisentraut | 2003-03-29 | 1 | -7/+6 |
| * | Where available, use utime() or utimes() to update the file mod time | Tom Lane | 2003-01-25 | 1 | -1/+2 |
| * | Fix for systems that don't have INET_ADDRSTRLEN. | Peter Eisentraut | 2003-01-06 | 1 | -1/+10 |
| * | Add prototype for getaddrinfo(). | Bruce Momjian | 2003-01-06 | 1 | -1/+2 |