| Commit message (Expand) | Author | Age |
* | Cause CHAR(n) to TEXT or VARCHAR conversion to automatically strip trailing | Tom Lane | 2003-05-26 |
* | Improve implementation of btrim/ltrim/rtrim: provide a special case for | Tom Lane | 2003-05-23 |
* | Add define for missing EAI_ADDRFAMILY in BSD/OS 4.3. | Bruce Momjian | 2003-05-22 |
* | Fix compilation on Cygwin. | Peter Eisentraut | 2003-05-22 |
* | Adjust configure so that extern tzname[] will be checked for | Tom Lane | 2003-05-22 |
* | Rename Win32 include directory from win32_include to win32. | Bruce Momjian | 2003-05-19 |
* | Add code to test for unknown timezone names (following some ideas from | Tom Lane | 2003-05-18 |
* | Allow interfaces to compile under MingGW/Win32 by adding _P to symbols | Bruce Momjian | 2003-05-16 |
* | Reorganize Win32 includes to only include <port.h> after system includes | Bruce Momjian | 2003-05-16 |
* | Revert change of inclusion order for pg_config_os.h; this broke plperl | Tom Lane | 2003-05-15 |
* | Add missing win32 file --- seems best way to find these is to just | Bruce Momjian | 2003-05-15 |
* | Allow Win32 to compile under MinGW. Major changes are: | Bruce Momjian | 2003-05-15 |
* | Indexing support for pattern matching operations via separate operator | Peter Eisentraut | 2003-05-15 |
* | Add text(cidr) cast, per recent discussion. I'm not bothering to | Tom Lane | 2003-05-14 |
* | Backend support for autocommit removed, per recent discussions. The | Tom Lane | 2003-05-14 |
* | More binary I/O routines. | Tom Lane | 2003-05-13 |
* | Change pg_amop's index on (amopclaid,amopopr) to index (amopopr,amopclaid). | Tom Lane | 2003-05-13 |
* | Add binary I/O routines for a bunch more datatypes. Still a few to go, | Tom Lane | 2003-05-12 |
* | Implement array_send/array_recv (binary I/O for arrays). This exposed | Tom Lane | 2003-05-09 |
* | COPY BINARY uses the new binary I/O routines. Update a few more datatypes | Tom Lane | 2003-05-09 |
* | Implement new-protocol binary I/O support in DataRow, Bind, and FunctionCall | Tom Lane | 2003-05-09 |
* | More cleanups now that we have crypt(). | Bruce Momjian | 2003-05-09 |
* | Remove rint() prototype from QNX. | Bruce Momjian | 2003-05-09 |
* | Add rint() to /port, remove from qnx/. | Bruce Momjian | 2003-05-09 |
* | Binary send/receive routines for a few basic datatypes --- enough for | Tom Lane | 2003-05-09 |
* | Add opendir/readdir/closedir() for Win32. | Bruce Momjian | 2003-05-09 |
* | Reinstate pg_type's typsend and typreceive columns. They don't do much | 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-08 |
* | Pass shared memory address on command line to exec'ed backend. | Bruce Momjian | 2003-05-08 |
* | Change alternate database location patch to test for symlink() rather | Bruce Momjian | 2003-05-07 |
* | Pass shared memory id and socket descriptor number on command line for | Bruce Momjian | 2003-05-06 |
* | Add display of eventual result RowDescription (if any) to the output | Tom Lane | 2003-05-06 |
* | Restructure command destination handling so that we pass around | Tom Lane | 2003-05-06 |
* | Implement feature of new FE/BE protocol whereby RowDescription identifies | Tom Lane | 2003-05-06 |
* | Ditch ExecGetTupType() in favor of the much simpler ExecGetResultType(), | Tom Lane | 2003-05-05 |
* | Extended query protocol: parse, bind, execute, describe FE/BE messages. | Tom Lane | 2003-05-05 |
* | Handle clog structure in shared memory in exec() case, for Win32. | Bruce Momjian | 2003-05-03 |
* | SECOND ATTEMPT | Bruce Momjian | 2003-05-02 |
* | Back out second part of patch. | Bruce Momjian | 2003-05-02 |
* | Back out last commit --- wrong patch. | Bruce Momjian | 2003-05-02 |
* | Dump/read non-default GUC values for use by exec'ed backends, for Win32. | Bruce Momjian | 2003-05-02 |
* | Portal and memory management infrastructure for extended query protocol. | Tom Lane | 2003-05-02 |
* | Infrastructure for deducing Param types from context, in the same way | Tom Lane | 2003-04-29 |
* | Remove unneeded define. | Bruce Momjian | 2003-04-29 |
* | Code review for holdable-cursors patch. Fix error recovery, memory | Tom Lane | 2003-04-29 |
* | Put back encoding-conversion step in processing of incoming queries; | Tom Lane | 2003-04-27 |
* | Add transaction status field to ReadyForQuery messages, and make room | Tom Lane | 2003-04-26 |
* | Tweak stats collector start logic so that we will not try to spawn a | Tom Lane | 2003-04-26 |
* | In the continuing saga of FE/BE protocol revisions, add reporting of | Tom Lane | 2003-04-25 |