| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove use of geteuid under Win32. | Bruce Momjian | 2003-05-16 | 1 | -1/+15 |
| * | Add missing #include. | Tom Lane | 2003-05-15 | 1 | -1/+2 |
| * | Add copydir() function because xcopy doesn't work in XP without a | Bruce Momjian | 2003-05-15 | 1 | -4/+3 |
| * | Allow Win32 to compile under MinGW. Major changes are: | Bruce Momjian | 2003-05-15 | 14 | -77/+116 |
| * | Indexing support for pattern matching operations via separate operator | Peter Eisentraut | 2003-05-15 | 5 | -141/+278 |
| * | Fix oversight: ignore-till-SYNC state should not ignore EOF ... | Tom Lane | 2003-05-14 | 1 | -3/+4 |
| * | Backend support for autocommit removed, per recent discussions. The | Tom Lane | 2003-05-14 | 12 | -144/+90 |
| * | In RowDescription messages, report columns of domain datatypes as having | Tom Lane | 2003-05-13 | 1 | -7/+15 |
| * | More binary I/O routines. | Tom Lane | 2003-05-13 | 5 | -6/+493 |
| * | Change pg_amop's index on (amopclaid,amopopr) to index (amopopr,amopclaid). | Tom Lane | 2003-05-13 | 4 | -103/+91 |
| * | Add binary I/O routines for a bunch more datatypes. Still a few to go, | Tom Lane | 2003-05-12 | 16 | -167/+934 |
| * | Avoid unnecessary copying of parameter values in BIND. This allows | Tom Lane | 2003-05-12 | 1 | -19/+27 |
| * | Apply fixes for problems with dropped columns whose types have also been | Tom Lane | 2003-05-12 | 4 | -27/+108 |
| * | Revert previous change --- turns out the underlying problem affects | Tom Lane | 2003-05-11 | 2 | -24/+4 |
| * | Disable the recently-added use_physical_tlist optimization in cases | Tom Lane | 2003-05-11 | 2 | -4/+24 |
| * | Make use of new error context stack mechanism to allow random errors | Tom Lane | 2003-05-10 | 1 | -6/+64 |
| * | In child-crashed log messages, identify a checkpoint process as such | Tom Lane | 2003-05-10 | 1 | -3/+10 |
| * | Adjust CreateCheckpoint so that buffer dumping activities and cleanup of | Tom Lane | 2003-05-10 | 1 | -4/+31 |
| * | Implement array_send/array_recv (binary I/O for arrays). This exposed | Tom Lane | 2003-05-09 | 2 | -21/+293 |
| * | COPY BINARY uses the new binary I/O routines. Update a few more datatypes | Tom Lane | 2003-05-09 | 5 | -228/+451 |
| * | Now that fastpath protocol allows null arguments to be passed, | Tom Lane | 2003-05-09 | 1 | -3/+30 |
| * | Implement new-protocol binary I/O support in DataRow, Bind, and FunctionCall | Tom Lane | 2003-05-09 | 6 | -343/+430 |
| * | Remove another old rint() replacement. | Bruce Momjian | 2003-05-09 | 1 | -112/+1 |
| * | Add rint() to /port, remove from qnx/. | Bruce Momjian | 2003-05-09 | 3 | -76/+4 |
| * | Pass canAcceptConnections to exec'ed backend, for Jan. | Bruce Momjian | 2003-05-09 | 2 | -11/+10 |
| * | Binary send/receive routines for a few basic datatypes --- enough for | Tom Lane | 2003-05-09 | 5 | -37/+469 |
| * | Reinstate pg_type's typsend and typreceive columns. They don't do much | Tom Lane | 2003-05-08 | 5 | -101/+267 |
| * | Write non-defaults file before signalling the children to reread it. | Bruce Momjian | 2003-05-08 | 1 | -2/+2 |
| * | Move attached to shared memory out into a separate function for clarity. | Bruce Momjian | 2003-05-08 | 1 | -68/+75 |
| * | I think we're done with protocol instability, so mark server and libpq | Tom Lane | 2003-05-08 | 1 | -11/+1 |
| * | Update 3.0 protocol support to match recent agreements about how to | Tom Lane | 2003-05-08 | 15 | -293/+647 |
| * | Pass shared memory address on command line to exec'ed backend. | Bruce Momjian | 2003-05-08 | 4 | -46/+76 |
| * | Change alternate database location patch to test for symlink() rather | Bruce Momjian | 2003-05-07 | 1 | -4/+4 |
| * | Pass shared memory id and socket descriptor number on command line for | Bruce Momjian | 2003-05-06 | 5 | -20/+76 |
| * | Add display of eventual result RowDescription (if any) to the output | Tom Lane | 2003-05-06 | 3 | -23/+56 |
| * | Ensure that an Execute operation can't send tuples in cases where | Tom Lane | 2003-05-06 | 1 | -1/+18 |
| * | Restructure command destination handling so that we pass around | Tom Lane | 2003-05-06 | 16 | -293/+608 |
| * | Rename internal variables DBName|dbName to dbname, for consistency. | Bruce Momjian | 2003-05-06 | 2 | -14/+14 |
| * | Comment out some of the conditional tests until we have exec(). | Bruce Momjian | 2003-05-06 | 2 | -13/+15 |
| * | Implement feature of new FE/BE protocol whereby RowDescription identifies | Tom Lane | 2003-05-06 | 23 | -302/+409 |
| * | Ditch ExecGetTupType() in favor of the much simpler ExecGetResultType(), | Tom Lane | 2003-05-05 | 7 | -204/+20 |
| * | Not sure why parser() was still doing clearerr(stdin) ... but it's | Tom Lane | 2003-05-05 | 1 | -2/+1 |
| * | Extended query protocol: parse, bind, execute, describe FE/BE messages. | Tom Lane | 2003-05-05 | 8 | -223/+1183 |
| * | Disable alternate locations on Win32 because it doesn't support symlinks. | Bruce Momjian | 2003-05-04 | 1 | -1/+8 |
| * | Allow 60 in seconds fields of timestamp, time, interval input values. | Tom Lane | 2003-05-04 | 2 | -14/+15 |
| * | When a TIMESTAMP, TIME, or INTERVAL precision is specified larger than our | Tom Lane | 2003-05-04 | 1 | -52/+102 |
| * | Cleanup patch for exec() handling. | Bruce Momjian | 2003-05-03 | 3 | -12/+14 |
| * | Handle clog structure in shared memory in exec() case, for Win32. | Bruce Momjian | 2003-05-03 | 5 | -27/+86 |
| * | SECOND ATTEMPT | Bruce Momjian | 2003-05-02 | 2 | -32/+249 |
| * | Back out second part of patch. | Bruce Momjian | 2003-05-02 | 2 | -249/+32 |