| Commit message (Expand) | Author | Age | Files | Lines |
| * | Allow interfaces to compile under MingGW/Win32 by adding _P to symbols | Bruce Momjian | 2003-05-16 | 2 | -14/+3 |
| * | Reorganize Win32 includes to only include <port.h> after system includes | Bruce Momjian | 2003-05-16 | 2 | -6/+17 |
| * | Revert change of inclusion order for pg_config_os.h; this broke plperl | Tom Lane | 2003-05-15 | 1 | -4/+2 |
| * | Add missing win32 file --- seems best way to find these is to just | Bruce Momjian | 2003-05-15 | 1 | -0/+1 |
| * | Allow Win32 to compile under MinGW. Major changes are: | Bruce Momjian | 2003-05-15 | 14 | -124/+191 |
| * | Indexing support for pattern matching operations via separate operator | Peter Eisentraut | 2003-05-15 | 8 | -10/+135 |
| * | Add text(cidr) cast, per recent discussion. I'm not bothering to | Tom Lane | 2003-05-14 | 1 | -1/+2 |
| * | Backend support for autocommit removed, per recent discussions. The | Tom Lane | 2003-05-14 | 1 | -3/+3 |
| * | More binary I/O routines. | Tom Lane | 2003-05-13 | 6 | -19/+91 |
| * | Change pg_amop's index on (amopclaid,amopopr) to index (amopopr,amopclaid). | Tom Lane | 2003-05-13 | 2 | -5/+5 |
| * | Add binary I/O routines for a bunch more datatypes. Still a few to go, | Tom Lane | 2003-05-12 | 9 | -49/+199 |
| * | Implement array_send/array_recv (binary I/O for arrays). This exposed | Tom Lane | 2003-05-09 | 2 | -5/+5 |
| * | COPY BINARY uses the new binary I/O routines. Update a few more datatypes | Tom Lane | 2003-05-09 | 6 | -12/+40 |
| * | Implement new-protocol binary I/O support in DataRow, Bind, and FunctionCall | Tom Lane | 2003-05-09 | 1 | -2/+5 |
| * | More cleanups now that we have crypt(). | Bruce Momjian | 2003-05-09 | 2 | -3/+5 |
| * | Remove rint() prototype from QNX. | Bruce Momjian | 2003-05-09 | 1 | -2/+0 |
| * | Add rint() to /port, remove from qnx/. | Bruce Momjian | 2003-05-09 | 1 | -1/+5 |
| * | Binary send/receive routines for a few basic datatypes --- enough for | Tom Lane | 2003-05-09 | 6 | -137/+198 |
| * | Add opendir/readdir/closedir() for Win32. | Bruce Momjian | 2003-05-09 | 1 | -1/+26 |
| * | Reinstate pg_type's typsend and typreceive columns. They don't do much | Tom Lane | 2003-05-08 | 7 | -155/+181 |
| * | 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 | 7 | -28/+37 |
| * | Pass shared memory address on command line to exec'ed backend. | Bruce Momjian | 2003-05-08 | 1 | -1/+2 |
| * | Change alternate database location patch to test for symlink() rather | Bruce Momjian | 2003-05-07 | 1 | -0/+3 |
| * | Pass shared memory id and socket descriptor number on command line for | Bruce Momjian | 2003-05-06 | 1 | -1/+7 |
| * | Add display of eventual result RowDescription (if any) to the output | Tom Lane | 2003-05-06 | 2 | -3/+4 |
| * | Restructure command destination handling so that we pass around | Tom Lane | 2003-05-06 | 12 | -56/+90 |
| * | Implement feature of new FE/BE protocol whereby RowDescription identifies | Tom Lane | 2003-05-06 | 9 | -34/+45 |
| * | Ditch ExecGetTupType() in favor of the much simpler ExecGetResultType(), | Tom Lane | 2003-05-05 | 1 | -2/+1 |
| * | Extended query protocol: parse, bind, execute, describe FE/BE messages. | Tom Lane | 2003-05-05 | 6 | -15/+58 |
| * | Handle clog structure in shared memory in exec() case, for Win32. | Bruce Momjian | 2003-05-03 | 2 | -2/+4 |
| * | SECOND ATTEMPT | Bruce Momjian | 2003-05-02 | 1 | -1/+6 |
| * | Back out second part of patch. | Bruce Momjian | 2003-05-02 | 1 | -6/+1 |
| * | Back out last commit --- wrong patch. | Bruce Momjian | 2003-05-02 | 3 | -5/+8 |
| * | Dump/read non-default GUC values for use by exec'ed backends, for Win32. | Bruce Momjian | 2003-05-02 | 2 | -2/+4 |
| * | Portal and memory management infrastructure for extended query protocol. | Tom Lane | 2003-05-02 | 9 | -50/+150 |
| * | Infrastructure for deducing Param types from context, in the same way | Tom Lane | 2003-04-29 | 8 | -31/+53 |
| * | Remove unneeded define. | Bruce Momjian | 2003-04-29 | 1 | -3/+1 |
| * | Code review for holdable-cursors patch. Fix error recovery, memory | Tom Lane | 2003-04-29 | 5 | -17/+17 |
| * | Put back encoding-conversion step in processing of incoming queries; | Tom Lane | 2003-04-27 | 4 | -14/+11 |
| * | Add transaction status field to ReadyForQuery messages, and make room | Tom Lane | 2003-04-26 | 2 | -24/+35 |
| * | Tweak stats collector start logic so that we will not try to spawn a | Tom Lane | 2003-04-26 | 1 | -11/+21 |
| * | In the continuing saga of FE/BE protocol revisions, add reporting of | Tom Lane | 2003-04-25 | 3 | -56/+50 |
| * | Prevent unlink/rename Win32 mapping on frontends. | Bruce Momjian | 2003-04-25 | 1 | -2/+2 |
| * | Use closesocket() for all socket/pipe closing, because Win32 requires | Bruce Momjian | 2003-04-25 | 1 | -1/+8 |
| * | Adjust subquery qual pushdown rules so that we can push down a qual | Tom Lane | 2003-04-24 | 1 | -3/+1 |
| * | Add Win32 shmem/sema prototypes. | Bruce Momjian | 2003-04-24 | 1 | -1/+51 |
| * | Infrastructure for upgraded error reporting mechanism. elog.c is | Tom Lane | 2003-04-24 | 5 | -18/+252 |
| * | Add Win32 versions of unlink and rename --- loop until success. | Bruce Momjian | 2003-04-22 | 1 | -1/+12 |
| * | Another round of protocol changes. Backend-to-frontend messages now all | Tom Lane | 2003-04-22 | 2 | -6/+6 |