| Age | Commit message (Expand) | Author |
| 2003-05-13 | In RowDescription messages, report columns of domain datatypes as having | Tom Lane |
| 2003-05-13 | More binary I/O routines. | Tom Lane |
| 2003-05-13 | Fixed order of include file search path. | Michael Meskes |
| 2003-05-13 | Change pg_amop's index on (amopclaid,amopopr) to index (amopopr,amopclaid). | Tom Lane |
| 2003-05-12 | Add binary I/O routines for a bunch more datatypes. Still a few to go, | Tom Lane |
| 2003-05-12 | Avoid unnecessary copying of parameter values in BIND. This allows | Tom Lane |
| 2003-05-12 | Apply fixes for problems with dropped columns whose types have also been | Tom Lane |
| 2003-05-11 | Finish removing HPUXMATHLIB. | Tom Lane |
| 2003-05-11 | Revert previous change --- turns out the underlying problem affects | Tom Lane |
| 2003-05-11 | Disable the recently-added use_physical_tlist optimization in cases | Tom Lane |
| 2003-05-10 | Make use of new error context stack mechanism to allow random errors | Tom Lane |
| 2003-05-10 | In child-crashed log messages, identify a checkpoint process as such | Tom Lane |
| 2003-05-10 | Adjust CreateCheckpoint so that buffer dumping activities and cleanup of | Tom Lane |
| 2003-05-10 | More crypt() cleanup. | Bruce Momjian |
| 2003-05-10 | Remove HPUX 9 rint() test. | Bruce Momjian |
| 2003-05-10 | Add Makefile rules for new crypt/rint() /port functions. Add include | Bruce Momjian |
| 2003-05-09 | 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 | Now that fastpath protocol allows null arguments to be passed, | 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 | Add crypt() to /port for Win32. | Bruce Momjian |
| 2003-05-09 | Remove rint() prototype from QNX. | Bruce Momjian |
| 2003-05-09 | Remove another old rint() replacement. | Bruce Momjian |
| 2003-05-09 | Add rint() to /port, remove from qnx/. | Bruce Momjian |
| 2003-05-09 | Pass canAcceptConnections to exec'ed backend, for Jan. | 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-08 | Reinstate pg_type's typsend and typreceive columns. They don't do much | Tom Lane |
| 2003-05-08 | Write non-defaults file before signalling the children to reread it. | Bruce Momjian |
| 2003-05-08 | Move attached to shared memory out into a separate function for clarity. | Bruce Momjian |
| 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-07 | Change alternate database location patch to test for symlink() rather | Bruce Momjian |
| 2003-05-07 | Fixed bug with Warnings. Warnings are not added to the Statement instead of | Barry Lind |
| 2003-05-06 | 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 | Ensure that an Execute operation can't send tuples in cases where | Tom Lane |
| 2003-05-06 | Restructure command destination handling so that we pass around | Tom Lane |
| 2003-05-06 | Added rfmtlong compatibility function. | Michael Meskes |
| 2003-05-06 | Rename internal variables DBName|dbName to dbname, for consistency. | Bruce Momjian |
| 2003-05-06 | Comment out some of the conditional tests until we have exec(). | Bruce Momjian |
| 2003-05-06 | Implement feature of new FE/BE protocol whereby RowDescription identifies | Tom Lane |
| 2003-05-05 | Ditch ExecGetTupType() in favor of the much simpler ExecGetResultType(), | Tom Lane |
| 2003-05-05 | Alter plpgsql's lexer so that yylineno and yymore are not used. This | Tom Lane |
| 2003-05-05 | Not sure why parser() was still doing clearerr(stdin) ... but it's | Tom Lane |
| 2003-05-05 | Extended query protocol: parse, bind, execute, describe FE/BE messages. | Tom Lane |
| 2003-05-04 | Disable alternate locations on Win32 because it doesn't support symlinks. | Bruce Momjian |
| 2003-05-04 | Allow 60 in seconds fields of timestamp, time, interval input values. | Tom Lane |