| Age | Commit message (Expand) | Author |
| 2003-02-23 | Improve coding of log_heap_clean() and heap_xlog_clean(). | Tom Lane |
| 2003-02-23 | First cut at recycling space in btree indexes. Still some rough edges | Tom Lane |
| 2003-02-22 | Simplify timezone-handling code per proposal to pghackers: get rid of | Tom Lane |
| 2003-02-22 | More infrastructure for btree compaction project. Tree-traversal code | Tom Lane |
| 2003-02-21 | Make btree index structure adjustments and WAL logging changes needed to | Tom Lane |
| 2003-02-20 | Fix timestamptz_in so that parsing of 'now'::timestamptz gives right | Tom Lane |
| 2003-02-19 | Back out LOCKTAG changes by Rod Taylor, pending code review. Sorry. | Bruce Momjian |
| 2003-02-19 | Fix for GUC client_encoding variable not being handled | Tatsuo Ishii |
| 2003-02-19 | Here's the patch I promised over on HACKERS - it alters the | Bruce Momjian |
| 2003-02-19 | - Modifies LOCKTAG to include a 'classId'. Relation receive a classId of | Bruce Momjian |
| 2003-02-19 | The following patches eliminate the overflows in the j2date() and date2j() | Bruce Momjian |
| 2003-02-18 | Rename 'holder' references to 'proclock' for PROCLOCK references, for | Bruce Momjian |
| 2003-02-16 | COALESCE() and NULLIF() are now first-class expressions, not macros | Tom Lane |
| 2003-02-15 | Teach planner how to propagate pathkeys from sub-SELECTs in FROM up to | Tom Lane |
| 2003-02-14 | Update FAQ's in head and 7.3.X. | Bruce Momjian |
| 2003-02-13 | [ Revert patch ] | Bruce Momjian |
| 2003-02-13 | This trivial patch removes the usage of some old statistics code that no | Bruce Momjian |
| 2003-02-13 | The "random" regression test uses a function called oidrand(), which | Bruce Momjian |
| 2003-02-13 | Code for WITHOUT OIDS. | Bruce Momjian |
| 2003-02-13 | > ================================================================= | Bruce Momjian |
| 2003-02-10 | Get rid of last few vestiges of parsetree dependency on grammar token | Tom Lane |
| 2003-02-09 | Detect case where an outer join can be reduced to a plain inner join | Tom Lane |
| 2003-02-09 | Create a distinction between Lists of integers and Lists of OIDs, to get | Tom Lane |
| 2003-02-09 | Make further use of new bitmapset code: executor's chgParam, extParam, | Tom Lane |
| 2003-02-08 | Replace planner's representation of relation sets, per pghackers discussion. | Tom Lane |
| 2003-02-07 | Revise mechanism for getting rid of temp tables at backend shutdown. | Tom Lane |
| 2003-02-06 | Create a GUC variable REGEX_FLAVOR to control the type of regular | Tom Lane |
| 2003-02-05 | Replace regular expression package with Henry Spencer's latest version | Tom Lane |
| 2003-02-04 | Minor code cleanup: remove no-longer-useful pull_subplans() function, | Tom Lane |
| 2003-02-03 | Determine the set of constraints applied to a domain at executor | Tom Lane |
| 2003-02-03 | Tweak planner and executor to avoid doing ExecProject() in table scan | Tom Lane |
| 2003-02-02 | Implement EXPLAIN EXECUTE. By Neil Conway, with some kibitzing from | Tom Lane |
| 2003-01-29 | Repair array subscript overrun identified by Yichen Xie. Reduce the | Tom Lane |
| 2003-01-28 | Extend join-selectivity API (oprjoin interface) so that join type is | Tom Lane |
| 2003-01-27 | Upgrade cost estimation for joins, per discussion with Bradley Baetz. | Tom Lane |
| 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-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 | Change CREATE TABLE AS / SELECT INTO to create the new table with OIDs, | Tom Lane |
| 2003-01-21 | Fix coredump problem in plpgsql's RETURN NEXT. When a SELECT INTO | 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 | Repair an embarrassingly large number of alphabetization mistakes in the | Tom Lane |
| 2003-01-15 | Now that switch_outer processing no longer relies on being run after | Tom Lane |
| 2003-01-15 | Allow merge and hash joins to occur on arbitrary expressions (anything not | Tom Lane |
| 2003-01-13 | Reconsider mechanism for marking sub-selects that are at top level of | Tom Lane |
| 2003-01-12 | Revise cost_qual_eval() to compute both startup (one-time) and per-tuple | Tom Lane |