| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix stupid oversight :-( | Tom Lane | 2003-05-29 | 1 | -2/+5 |
| * | Knock down a couple more lappend() hotspots for large WHERE clauses. | Tom Lane | 2003-05-28 | 2 | -32/+40 |
| * | Fix some planner performance problems with large WHERE clauses, by | Tom Lane | 2003-05-28 | 7 | -191/+343 |
| * | Fix breakage of LINUX_PROFILE code due to recent Windows changes. | Tom Lane | 2003-05-28 | 1 | -35/+26 |
| * | Fix things so that an error occuring during standalone-backend processing | Tom Lane | 2003-05-28 | 4 | -18/+36 |
| * | In bootstrap and standalone-backend modes, do not sort LOG elevel out | Tom Lane | 2003-05-28 | 3 | -18/+30 |
| * | Replace functional-index facility with expressional indexes. Any column | Tom Lane | 2003-05-28 | 26 | -1096/+1124 |
| * | Make log_ GUC settings controllable only by super-users, so non-super | Bruce Momjian | 2003-05-27 | 1 | -9/+9 |
| * | Make debug_ GUC varables output DEBUG1 rather than LOG, and mention in | Bruce Momjian | 2003-05-27 | 31 | -194/+194 |
| * | Make sure printtup() always sends the number of columns previously | Tom Lane | 2003-05-26 | 1 | -5/+5 |
| * | Remove comment that cbrt() isn't being used. | Bruce Momjian | 2003-05-26 | 1 | -2/+1 |
| * | Cause CHAR(n) to TEXT or VARCHAR conversion to automatically strip trailing | Tom Lane | 2003-05-26 | 8 | -1096/+622 |
| * | Information schema improvements | Peter Eisentraut | 2003-05-25 | 1 | -85/+195 |
| * | Clean up our static cbrt() implementation in float.c. | Bruce Momjian | 2003-05-25 | 1 | -17/+2 |
| * | Improve implementation of btrim/ltrim/rtrim: provide a special case for | Tom Lane | 2003-05-23 | 1 | -152/+214 |
| * | Add defense against possibility that tzname[] doesn't exist. | Tom Lane | 2003-05-22 | 1 | -1/+14 |
| * | Repair sometimes-incorrect computation of StartUpID after a crash, per | Tom Lane | 2003-05-22 | 1 | -52/+64 |
| * | Fix coredump in pg_get_triggerdef, ensure function name is schema- | Tom Lane | 2003-05-20 | 1 | -80/+47 |
| * | Add documentation for information schema, and some corrections on some | Peter Eisentraut | 2003-05-18 | 1 | -15/+37 |
| * | Add code to test for unknown timezone names (following some ideas from | Tom Lane | 2003-05-18 | 2 | -38/+262 |
| * | 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 |