index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
optimizer
/
planmain.h
Commit message (
Expand
)
Author
Age
*
Re-run pgindent with updated list of typedefs. (Updated README should
Bruce Momjian
2007-11-15
*
pgindent run for 8.3.
Bruce Momjian
2007-11-15
*
Fix the plan-invalidation mechanism to treat regclass constants that refer to
Tom Lane
2007-10-11
*
Keep the planner from failing on "WHERE false AND something IN (SELECT ...)".
Tom Lane
2007-10-04
*
Teach tuplesort.c about "top N" sorting, in which only the first N tuples
Tom Lane
2007-05-04
*
Turn the rangetable used by the executor into a flat list, and avoid storing
Tom Lane
2007-02-22
*
Add COST and ROWS options to CREATE/ALTER FUNCTION, plus underlying pg_proc
Tom Lane
2007-01-22
*
Refactor planner's pathkeys data structure to create a separate, explicit
Tom Lane
2007-01-20
*
Change the planner-to-executor API so that the planner tells the executor
Tom Lane
2007-01-10
*
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2007-01-05
*
Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests.
Tom Lane
2006-08-12
*
Change LIMIT/OFFSET to use int8
Bruce Momjian
2006-07-26
*
Revise the planner's handling of "pseudoconstant" WHERE clauses, that is
Tom Lane
2006-07-01
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
*
Teach planner how to rearrange join order for some classes of OUTER JOIN.
Tom Lane
2005-12-20
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
*
Repair planning bug introduced in 7.4: outer-join ON clauses that referenced
Tom Lane
2005-09-28
*
Change the division of labor between grouping_planner and query_planner
Tom Lane
2005-08-27
*
Fix up LIMIT/OFFSET planning so that we cope with non-constant LIMIT
Tom Lane
2005-08-18
*
Remove planner's private fields from Query struct, and put them into
Tom Lane
2005-06-05
*
Teach the planner to remove SubqueryScan nodes from the plan if they
Tom Lane
2005-05-22
*
Replace slightly klugy create_bitmap_restriction() function with a
Tom Lane
2005-04-25
*
Remove support for OR'd indexscans internal to a single IndexScan plan
Tom Lane
2005-04-25
*
Fix oversight in MIN/MAX optimization: must not return NULL entries
Tom Lane
2005-04-12
*
Create the planner mechanism for optimizing simple MIN and MAX queries
Tom Lane
2005-04-11
*
Make the behavior of HAVING without GROUP BY conform to the SQL spec.
Tom Lane
2005-03-10
*
Tag appropriate files for rc3
PostgreSQL Daemon
2004-12-31
*
Update copyright to 2004.
Bruce Momjian
2004-08-29
*
When testing whether a sub-plan can do projection, use a general-purpose
Tom Lane
2004-01-18
*
make sure the $Id tags are converted to $PostgreSQL as well ...
PostgreSQL Daemon
2003-11-29
*
Another pgindent run with updated typedefs.
Bruce Momjian
2003-08-08
*
Update copyrights to 2003.
Bruce Momjian
2003-08-04
*
pgindent run.
Bruce Momjian
2003-08-04
*
Restructure building of join relation targetlists so that a join plan
Tom Lane
2003-06-29
*
Support expressions of the form 'scalar op ANY (array)' and
Tom Lane
2003-06-29
*
Implement feature of new FE/BE protocol whereby RowDescription identifies
Tom Lane
2003-05-06
*
Restructure parsetree representation of DECLARE CURSOR: now it's a
Tom Lane
2003-03-10
*
Modify planner's implied-equality-deduction code so that when a set
Tom Lane
2003-01-24
*
IN clauses appearing at top level of WHERE can now be handled as joins.
Tom Lane
2003-01-20
*
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-15
*
Phase 2 of read-only-plans project: restructure expression-tree nodes
Tom Lane
2002-12-12
*
Finish implementation of hashed aggregation. Add enable_hashagg GUC
Tom Lane
2002-11-21
*
Add an at-least-marginally-plausible method of estimating the number
Tom Lane
2002-11-19
*
First phase of implementing hash-based grouping/aggregation. An AGG plan
Tom Lane
2002-11-06
*
pgindent run.
Bruce Momjian
2002-09-04
*
Update copyright to 2002.
Bruce Momjian
2002-06-20
*
Remove KSQO from GUC and move file to _deadcode.
Bruce Momjian
2002-06-16
*
Change set_plan_references and join_references to take an rtable List
Tom Lane
2002-05-18
*
Second try at fixing join alias variables. Instead of attaching miscellaneous
Tom Lane
2002-04-28
[next]