| Age | Commit message (Expand) | Author |
| 2003-02-03 | Move pg_service.conf.sample to /interfaces/libpq. | Bruce Momjian |
| 2003-02-03 | Change MOVE LAST to MOVE ALL. | Bruce Momjian |
| 2003-02-02 | Implement EXPLAIN EXECUTE. By Neil Conway, with some kibitzing from | Tom Lane |
| 2003-02-02 | Fix nodeUnique to behave correctly when reversing direction after reaching | Tom Lane |
| 2003-02-01 | Remove restriction that cast functions cannot be volatile. This | Tom Lane |
| 2003-02-01 | Fix assign_session_authorization() to not be confused by all-numeric | Tom Lane |
| 2003-01-31 | Tweak bison build rules so that we get the same error messages from | Tom Lane |
| 2003-01-31 | Allow a time zone to be specified (and silently ignored) in the input | Tom Lane |
| 2003-01-29 | SPI_exec shouldn't return SPI_OK_SELECT if it hasn't actually returned | Tom Lane |
| 2003-01-29 | Tweak ArrayCount() to forestall possible access to temp[-1]. Problem | Tom Lane |
| 2003-01-29 | Repair array subscript overrun identified by Yichen Xie. Reduce the | Tom Lane |
| 2003-01-29 | Fix array subscript overruns identified by Yichen Xie. | Tom Lane |
| 2003-01-28 | Extend join-selectivity API (oprjoin interface) so that join type is | Tom Lane |
| 2003-01-28 | Convert variable name to canonical spelling before checking for matches | Tom Lane |
| 2003-01-28 | Revert off setting mention for client_min_messages. | Bruce Momjian |
| 2003-01-28 | Revert optimizer page count change. | Bruce Momjian |
| 2003-01-27 | Set log_min_error_messages to the proper and agreed-upon default, PANIC (off). | Bruce Momjian |
| 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 |