| Age | Commit message (Expand) | Author |
| 2003-01-27 | Upgrade cost estimation for joins, per discussion with Bradley Baetz. | Tom Lane |
| 2003-01-27 | Get rid of last few unadorned 'permission denied' messages. | Tom Lane |
| 2003-01-26 | Include IPv6 addresses in pg_hba.conf even if IPv6 is not supported; at | Bruce Momjian |
| 2003-01-25 | Allow the planner to collapse explicit inner JOINs together, rather than | Tom Lane |
| 2003-01-25 | Where available, use utime() or utimes() to update the file mod time | Tom Lane |
| 2003-01-25 | Use stat(2) to probe for existing xlog segments in InstallXLogFileSegment, | Tom Lane |
| 2003-01-24 | Suppress gcc warnings. | Tom Lane |
| 2003-01-24 | Modify planner's implied-equality-deduction code so that when a set | Tom Lane |
| 2003-01-23 | Grant options, and cascading revoke. Grant options are allowed only for | Peter Eisentraut |
| 2003-01-23 | Fix obsolete error message (isImmutable doesn't exist). | Tom Lane |
| 2003-01-23 | Change CREATE TABLE AS / SELECT INTO to create the new table with OIDs, | Tom Lane |
| 2003-01-22 | Fix sloppy comment. | Tom Lane |
| 2003-01-22 | Make estimation of mergejoin scan selectivities more robust, per recent | Tom Lane |
| 2003-01-22 | Improve print_expr() a little. It's still not very bright though. | Tom Lane |
| 2003-01-22 | Implement choice between hash-based and sort-based grouping for doing | Tom Lane |
| 2003-01-21 | Fix coredump problem in plpgsql's RETURN NEXT. When a SELECT INTO | Tom Lane |
| 2003-01-21 | Avoid gratuitous variation in spelling of same error message. | Tom Lane |
| 2003-01-20 | IN clauses appearing at top level of WHERE can now be handled as joins. | Tom Lane |
| 2003-01-17 | Fix parse_agg.c to detect ungrouped Vars in sub-SELECTs; remove code | Tom Lane |
| 2003-01-17 | Adjust API of expression_tree_mutator and query_tree_mutator to | Tom Lane |
| 2003-01-16 | Add code to print information about a detected deadlock cycle. The | Tom Lane |
| 2003-01-16 | Ooops, didn't cut-and-paste quite enough code from ResolveNew; | Tom Lane |
| 2003-01-16 | Repair an embarrassingly large number of alphabetization mistakes in the | Tom Lane |
| 2003-01-15 | Add remaining documentation tables to information schema. | Peter Eisentraut |
| 2003-01-15 | Now that switch_outer processing no longer relies on being run after | Tom Lane |
| 2003-01-15 | More comment cleanups for shared_buffers in postgresql.conf. | Bruce Momjian |
| 2003-01-15 | Update shared_buffer comment in postgresql.conf. | Bruce Momjian |
| 2003-01-15 | Allow merge and hash joins to occur on arbitrary expressions (anything not | Tom Lane |
| 2003-01-14 | Add sql_features table to information schema. Generate the features list | Peter Eisentraut |
| 2003-01-14 | Readd #include netinet/in.h for FreeBSD. | Bruce Momjian |
| 2003-01-13 | Fix information_schema.sql install to work when building outside | Tom Lane |
| 2003-01-13 | Reconsider mechanism for marking sub-selects that are at top level of | Tom Lane |
| 2003-01-13 | Cause planner to account for evaluation costs in targetlists and | Tom Lane |
| 2003-01-13 | Recent changes in sublink representation require exprType() to accept | Tom Lane |
| 2003-01-12 | Revise cost_qual_eval() to compute both startup (one-time) and per-tuple | Tom Lane |
| 2003-01-12 | Fix wrong/misleading comments, be more consistent about where to call | Tom Lane |
| 2003-01-12 | Replace RelidGetNamespaceId() by get_rel_namespace(). | Peter Eisentraut |
| 2003-01-12 | First cut at implementing IN (and NOT IN) via hashtables. There is | Tom Lane |
| 2003-01-11 | Fix typo in an error message | Tatsuo Ishii |
| 2003-01-11 | > > This patch improves the documentation for the shared_buffers GUC param. | Bruce Momjian |
| 2003-01-11 | Rewrite for-loop, because this is not the Obfuscated C Code Contest. | Bruce Momjian |
| 2003-01-10 | Create a new file executor/execGrouping.c to centralize utility routines | Tom Lane |
| 2003-01-10 | Read-only transactions, as defined in SQL. | Peter Eisentraut |
| 2003-01-10 | Further tweaking of parsetree & plantree representation of SubLinks. | Tom Lane |
| 2003-01-10 | Add optional drop behavior clause to REVOKE command, for SQL conformance. | Peter Eisentraut |
| 2003-01-09 | Adjust parser so that 'x NOT IN (subselect)' is converted to | Tom Lane |
| 2003-01-09 | Move new typedef AclId into c.h, so as to avoid cluttering namespace | Tom Lane |
| 2003-01-09 | Fix IPv6 detection and IPv6 to 4 conversion to use only standard | Peter Eisentraut |
| 2003-01-09 | Fix indenting of log_min_error_statement. | Bruce Momjian |
| 2003-01-09 | Remove bit.c/h routines. Not used anymore. | Bruce Momjian |