Age | Commit message (Expand) | Author |
2001-02-16 | Clean up two rather nasty bugs in operator selection code. | Tom Lane |
2001-02-16 | Take OUTER JOIN semantics into account when estimating the size of join | Tom Lane |
2001-02-15 | Update a couple of obsolete comments. | Tom Lane |
2001-02-12 | Cleanup | Bruce Momjian |
2001-02-12 | Add // -> /* */ mapping to pgindent. | Bruce Momjian |
2001-02-03 | Fix inappropriate attempt to push down qual clauses into a view that | Tom Lane |
2001-01-27 | Don't crash if subquery appears multiple times in jointree. This should | Tom Lane |
2001-01-24 | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian |
2001-01-18 | Fix performance issue with qualifications on VIEWs: outer query should | Tom Lane |
2001-01-17 | Change lcons(x, NIL) to makeList(x) where appropriate. | Bruce Momjian |
2001-01-17 | Move structure comments from the top block down to the line entries for | Bruce Momjian |
2001-01-09 | Fix oversight in planning of GROUP queries: when an expression is used | Tom Lane |
2000-12-23 | Compute reasonable cost and output-row-count estimates for LIMIT plan | Tom Lane |
2000-12-18 | Make sure make_rels_by_clause_joins doesn't return multiple references | Tom Lane |
2000-12-14 | Planner speedup hacking. Avoid saving useless pathkeys, so that path | Tom Lane |
2000-12-12 | Cache eval cost of qualification expressions in RestrictInfo nodes to | Tom Lane |
2000-12-06 | Clean up handling of FOR UPDATE inside views and subselects ... make it | Tom Lane |
2000-11-25 | Store current LC_COLLATE and LC_CTYPE settings in pg_control during initdb; | Tom Lane |
2000-11-23 | Ensure that mergejoin plan will be considered for FULL OUTER JOIN even | Tom Lane |
2000-11-21 | Put external declarations into header files. | Peter Eisentraut |
2000-11-21 | Fix erroneous handling of parameters at SubqueryScan plan nodes, | Tom Lane |
2000-11-16 | Change SearchSysCache coding conventions so that a reference count is | Tom Lane |
2000-11-12 | Restructure handling of inheritance queries so that they work with outer | Tom Lane |
2000-11-09 | Repair some bugs in new union/intersect/except code. | Tom Lane |
2000-11-05 | Allow ORDER BY, LIMIT in sub-selects. Fix most (not all) cases where | Tom Lane |
2000-10-26 | Re-implement LIMIT/OFFSET as a plan node type, instead of a hack in | Tom Lane |
2000-10-25 | Ensure clause_selectivity() behaves sanely when examining an uplevel Var | Tom Lane |
2000-10-05 | Add proofreader's changes to docs. | Bruce Momjian |
2000-10-05 | Reimplementation of UNION/INTERSECT/EXCEPT. INTERSECT/EXCEPT now meet the | Tom Lane |
2000-09-29 | Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias. | Tom Lane |
2000-09-25 | Use variable aliases, if supplied, rather than real column names in | Tom Lane |
2000-09-25 | System neglected to complain about ungrouped variables passed to | Tom Lane |
2000-09-19 | Fix GEQO optimizer to work correctly with new outer-join-capable | Tom Lane |
2000-09-15 | Reimplement LIKE/ESCAPE as operators so that indexscan optimization | Tom Lane |
2000-09-12 | First cut at full support for OUTER JOINs. There are still a few loose | Tom Lane |
2000-08-31 | Fix relative path references so that make knowns which dependencies refer | Peter Eisentraut |
2000-08-24 | SQL-language functions are now callable in ordinary fmgr contexts ... | Tom Lane |
2000-08-21 | Move pg_checkretval out of the planner (where it never belonged) into | Tom Lane |
2000-08-21 | fmgr interface mopup work. Use new DatumGetBool and BoolGetDatum | Tom Lane |
2000-08-13 | Clean up handling of variable-free qual clauses. System now does the | Tom Lane |
2000-08-08 | Remove 'func_tlist' from Func expression nodes, likewise 'param_tlist' | Tom Lane |
2000-08-07 | Clean up bogosities in use of random(3) and srandom(3) --- do not assume | Tom Lane |
2000-08-06 | Copy sub-Query nodes to avoid trouble when same sub-Query is linked to | Tom Lane |
2000-08-03 | More functions updated to new fmgr style --- money, name, tid datatypes. | Tom Lane |
2000-07-28 | Remove <values.h> inclusions, no-longer-needed MAXINT definitions. | Tom Lane |
2000-07-27 | Make planner safe for recursive calls --- needed for cases where | Tom Lane |
2000-07-27 | Arrange to free planning memory (or most of it, anyway) at completion | Tom Lane |
2000-07-26 | When dealing with OR-of-ANDs quals, extract multiple subclauses of an AND | Tom Lane |
2000-07-25 | Update comments. | Tom Lane |
2000-07-24 | Deduce equality constraints that are implied by transitivity of | Tom Lane |