summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2003-05-13In RowDescription messages, report columns of domain datatypes as havingTom Lane
2003-05-13More binary I/O routines.Tom Lane
2003-05-13Fixed order of include file search path.Michael Meskes
2003-05-13Change pg_amop's index on (amopclaid,amopopr) to index (amopopr,amopclaid).Tom Lane
2003-05-12Add binary I/O routines for a bunch more datatypes. Still a few to go,Tom Lane
2003-05-12Avoid unnecessary copying of parameter values in BIND. This allowsTom Lane
2003-05-12Apply fixes for problems with dropped columns whose types have also beenTom Lane
2003-05-11Finish removing HPUXMATHLIB.Tom Lane
2003-05-11Revert previous change --- turns out the underlying problem affectsTom Lane
2003-05-11Disable the recently-added use_physical_tlist optimization in casesTom Lane
2003-05-10Make use of new error context stack mechanism to allow random errorsTom Lane
2003-05-10In child-crashed log messages, identify a checkpoint process as suchTom Lane
2003-05-10Adjust CreateCheckpoint so that buffer dumping activities and cleanup ofTom Lane
2003-05-10More crypt() cleanup.Bruce Momjian
2003-05-10Remove HPUX 9 rint() test.Bruce Momjian
2003-05-10Add Makefile rules for new crypt/rint() /port functions. Add includeBruce Momjian
2003-05-09Implement array_send/array_recv (binary I/O for arrays). This exposedTom Lane
2003-05-09COPY BINARY uses the new binary I/O routines. Update a few more datatypesTom Lane
2003-05-09Now that fastpath protocol allows null arguments to be passed,Tom Lane
2003-05-09Implement new-protocol binary I/O support in DataRow, Bind, and FunctionCallTom Lane
2003-05-09More cleanups now that we have crypt().Bruce Momjian
2003-05-09Add crypt() to /port for Win32.Bruce Momjian
2003-05-09Remove rint() prototype from QNX.Bruce Momjian
2003-05-09Remove another old rint() replacement.Bruce Momjian
2003-05-09Add rint() to /port, remove from qnx/.Bruce Momjian
2003-05-09Pass canAcceptConnections to exec'ed backend, for Jan.Bruce Momjian
2003-05-09Binary send/receive routines for a few basic datatypes --- enough forTom Lane
2003-05-09Add opendir/readdir/closedir() for Win32.Bruce Momjian
2003-05-08Reinstate pg_type's typsend and typreceive columns. They don't do muchTom Lane
2003-05-08Write non-defaults file before signalling the children to reread it.Bruce Momjian
2003-05-08Move attached to shared memory out into a separate function for clarity.Bruce Momjian
2003-05-08I think we're done with protocol instability, so mark server and libpqTom Lane
2003-05-08Update 3.0 protocol support to match recent agreements about how toTom Lane
2003-05-08Pass shared memory address on command line to exec'ed backend.Bruce Momjian
2003-05-07Change alternate database location patch to test for symlink() ratherBruce Momjian
2003-05-07Fixed bug with Warnings. Warnings are not added to the Statement instead ofBarry Lind
2003-05-06Pass shared memory id and socket descriptor number on command line forBruce Momjian
2003-05-06Add display of eventual result RowDescription (if any) to the outputTom Lane
2003-05-06Ensure that an Execute operation can't send tuples in cases whereTom Lane
2003-05-06Restructure command destination handling so that we pass aroundTom Lane
2003-05-06Added rfmtlong compatibility function.Michael Meskes
2003-05-06Rename internal variables DBName|dbName to dbname, for consistency.Bruce Momjian
2003-05-06Comment out some of the conditional tests until we have exec().Bruce Momjian
2003-05-06Implement feature of new FE/BE protocol whereby RowDescription identifiesTom Lane
2003-05-05Ditch ExecGetTupType() in favor of the much simpler ExecGetResultType(),Tom Lane
2003-05-05Alter plpgsql's lexer so that yylineno and yymore are not used. ThisTom Lane
2003-05-05Not sure why parser() was still doing clearerr(stdin) ... but it'sTom Lane
2003-05-05Extended query protocol: parse, bind, execute, describe FE/BE messages.Tom Lane
2003-05-04Disable alternate locations on Win32 because it doesn't support symlinks.Bruce Momjian
2003-05-04Allow 60 in seconds fields of timestamp, time, interval input values.Tom Lane