| Age | Commit message (Expand) | Author |
| 2003-06-06 | Add defense in assign_session_authorization() against trying to do | Tom Lane |
| 2003-06-06 | Implement outer-level aggregates to conform to the SQL spec, with | Tom Lane |
| 2003-06-05 | Information schema views about functions | Peter Eisentraut |
| 2003-06-02 | Make the world at least marginally safe for usernames with embedded spaces. | Tom Lane |
| 2003-05-31 | markTargetListOrigin neglected to handle outer-scope Vars properly; | Tom Lane |
| 2003-05-30 | Small performance improvement for hash joins and hash aggregation: | Tom Lane |
| 2003-05-29 | Ensure that in all flex lexers that are part of the backend, a | Tom Lane |
| 2003-05-29 | Adopt latest bison's spelling of 'syntax error' rather than 'parse error' | Tom Lane |
| 2003-05-29 | Don't explicitly close() the session socket during backend exit; instead | Tom Lane |
| 2003-05-29 | Fix stupid oversight :-( | Tom Lane |
| 2003-05-28 | Knock down a couple more lappend() hotspots for large WHERE clauses. | Tom Lane |
| 2003-05-28 | Fix some planner performance problems with large WHERE clauses, by | Tom Lane |
| 2003-05-28 | Fix breakage of LINUX_PROFILE code due to recent Windows changes. | Tom Lane |
| 2003-05-28 | Fix things so that an error occuring during standalone-backend processing | Tom Lane |
| 2003-05-28 | In bootstrap and standalone-backend modes, do not sort LOG elevel out | Tom Lane |
| 2003-05-28 | Replace functional-index facility with expressional indexes. Any column | Tom Lane |
| 2003-05-27 | Make log_ GUC settings controllable only by super-users, so non-super | Bruce Momjian |
| 2003-05-27 | Make debug_ GUC varables output DEBUG1 rather than LOG, and mention in | Bruce Momjian |
| 2003-05-26 | Make sure printtup() always sends the number of columns previously | Tom Lane |
| 2003-05-26 | Remove comment that cbrt() isn't being used. | Bruce Momjian |
| 2003-05-26 | Cause CHAR(n) to TEXT or VARCHAR conversion to automatically strip trailing | Tom Lane |
| 2003-05-25 | Information schema improvements | Peter Eisentraut |
| 2003-05-25 | Clean up our static cbrt() implementation in float.c. | Bruce Momjian |
| 2003-05-23 | Improve implementation of btrim/ltrim/rtrim: provide a special case for | Tom Lane |
| 2003-05-22 | Add defense against possibility that tzname[] doesn't exist. | Tom Lane |
| 2003-05-22 | Repair sometimes-incorrect computation of StartUpID after a crash, per | Tom Lane |
| 2003-05-20 | Fix coredump in pg_get_triggerdef, ensure function name is schema- | Tom Lane |
| 2003-05-18 | Add documentation for information schema, and some corrections on some | Peter Eisentraut |
| 2003-05-18 | Add code to test for unknown timezone names (following some ideas from | Tom Lane |
| 2003-05-16 | Remove use of geteuid under Win32. | Bruce Momjian |
| 2003-05-15 | Add missing #include. | Tom Lane |
| 2003-05-15 | Add copydir() function because xcopy doesn't work in XP without a | Bruce Momjian |
| 2003-05-15 | Allow Win32 to compile under MinGW. Major changes are: | Bruce Momjian |
| 2003-05-15 | Indexing support for pattern matching operations via separate operator | Peter Eisentraut |
| 2003-05-14 | Fix oversight: ignore-till-SYNC state should not ignore EOF ... | Tom Lane |
| 2003-05-14 | Backend support for autocommit removed, per recent discussions. The | Tom Lane |
| 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 | 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 | 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-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 |