Commit Graph

15052 Commits (ecc8c3652e80e7f444e7abb71206b7381cd1b606)
 

Author SHA1 Message Date
Tom Lane ecc8c3652e In child-crashed log messages, identify a checkpoint process as such 23 years ago
Tom Lane 8d86a96068 Adjust CreateCheckpoint so that buffer dumping activities and cleanup of 23 years ago
Bruce Momjian 199f24e19d More crypt() cleanup. 23 years ago
Bruce Momjian 37627eb571 Remove HPUX 9 rint() test. 23 years ago
Bruce Momjian cb8b1299a3 Add Makefile rules for new crypt/rint() /port functions. Add include 23 years ago
Tom Lane ba1e066e46 Implement array_send/array_recv (binary I/O for arrays). This exposed 23 years ago
Tom Lane b1ee615a7f COPY BINARY uses the new binary I/O routines. Update a few more datatypes 23 years ago
Tom Lane 38d9919d1a Now that fastpath protocol allows null arguments to be passed, 23 years ago
Tom Lane 0ac6298bb8 Implement new-protocol binary I/O support in DataRow, Bind, and FunctionCall 23 years ago
Bruce Momjian d85a0a6bef More cleanups now that we have crypt(). 23 years ago
Bruce Momjian 384bbdd0e1 autoconf run for crypt(). 23 years ago
Bruce Momjian 66e0a8cb39 Add crypt() to /port for Win32. 23 years ago
Bruce Momjian 89eae96b2f Remove rint() prototype from QNX. 23 years ago
Bruce Momjian 3afb84cd0f Remove another old rint() replacement. 23 years ago
Bruce Momjian 0afe5417d7 Add rint() to /port, remove from qnx/. 23 years ago
Bruce Momjian 995773be1c Pass canAcceptConnections to exec'ed backend, for Jan. 23 years ago
Tom Lane 5ecd4e3f30 Binary send/receive routines for a few basic datatypes --- enough for 23 years ago
Bruce Momjian 4207d6bf30 Add opendir/readdir/closedir() for Win32. 23 years ago
Tom Lane 45d04099df Reinstate pg_type's typsend and typreceive columns. They don't do much 23 years ago
Bruce Momjian f2c7a27635 Write non-defaults file before signalling the children to reread it. 23 years ago
Bruce Momjian 789a5b340c Move attached to shared memory out into a separate function for clarity. 23 years ago
Tom Lane 075a0078df I think we're done with protocol instability, so mark server and libpq 23 years ago
Tom Lane c0a8c3ac13 Update 3.0 protocol support to match recent agreements about how to 23 years ago
Bruce Momjian 5e7a5c9511 Pass shared memory address on command line to exec'ed backend. 23 years ago
Tom Lane 4e08d35e7d Fix documentation problem pointed out by Barry Lind: code expected a 23 years ago
Tom Lane 1718f4c66c Update COPY BINARY file format spec to reflect recent decisions about 23 years ago
Tom Lane 2de6da832f Revise protocol doc for recently-agreed modifications. This is the 23 years ago
Bruce Momjian 07d35e4277 Change alternate database location patch to test for symlink() rather 23 years ago
Tom Lane 6165a278e5 Fix erroneous example, per Tim Knowles. 23 years ago
Barry Lind 137b123fc7 Fixed bug with Warnings. Warnings are not added to the Statement instead of 23 years ago
Bruce Momjian d9fd7d12f6 Pass shared memory id and socket descriptor number on command line for 23 years ago
Bruce Momjian e8f4f2f92d Properly test for buggy flex 2.5.3. 23 years ago
Tom Lane efa58e105d Minor editorializing. 23 years ago
Tom Lane 755d191700 Add display of eventual result RowDescription (if any) to the output 23 years ago
Tom Lane 8f6a6b7e9a Ensure that an Execute operation can't send tuples in cases where 23 years ago
Tom Lane 79913910d4 Restructure command destination handling so that we pass around 23 years ago
Michael Meskes 299fbb4b37 Added rfmtlong compatibility function. 23 years ago
Bruce Momjian 3ad406bbc9 Rename internal variables DBName|dbName to dbname, for consistency. 23 years ago
Bruce Momjian 77a0219ab1 Comment out some of the conditional tests until we have exec(). 23 years ago
Tom Lane 2cf57c8f8d Implement feature of new FE/BE protocol whereby RowDescription identifies 23 years ago
Tom Lane 94a3c60324 Ditch ExecGetTupType() in favor of the much simpler ExecGetResultType(), 23 years ago
Tom Lane 20aea2ec7b Alter plpgsql's lexer so that yylineno and yymore are not used. This 23 years ago
Tom Lane ea7896bf58 Provide a real link to CREATE SEQUENCE's reference page in nextval/setval 23 years ago
Tom Lane e3ed942e3b Not sure why parser() was still doing clearerr(stdin) ... but it's 23 years ago
Tom Lane 16503e6fa4 Extended query protocol: parse, bind, execute, describe FE/BE messages. 23 years ago
Bruce Momjian a59793f82c Disable alternate locations on Win32 because it doesn't support symlinks. 23 years ago
Tom Lane 50ed78b805 Allow 60 in seconds fields of timestamp, time, interval input values. 23 years ago
Peter Eisentraut d1b4327d02 Last round of reference page editing. 23 years ago
Tom Lane ac5fdea687 When a TIMESTAMP, TIME, or INTERVAL precision is specified larger than our 23 years ago
Tom Lane 228697179a Fix erroneous space calculation leading to core dump in dumpProcLangs, 23 years ago