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
*
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
*
Restructure representation of join alias variables. An explicit JOIN
Tom Lane
2002-03-12
*
New pgindent run with fixes suggested by Tom. Patch manually reviewed,
Bruce Momjian
2001-11-05
*
Another pgindent run. Fixes enum indenting, and improves #endif
Bruce Momjian
2001-10-28
*
pgindent run on all C files. Java run to follow. initdb/regression
Bruce Momjian
2001-10-25
*
Further work on making use of new statistics in planner. Adjust APIs
Tom Lane
2001-06-05
*
pgindent run. Make it all clean.
Bruce Momjian
2001-03-22
*
Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.
Bruce Momjian
2001-01-24
*
Restructure handling of inheritance queries so that they work with outer
Tom Lane
2000-11-12
*
Re-implement LIMIT/OFFSET as a plan node type, instead of a hack in
Tom Lane
2000-10-26
*
Reimplementation of UNION/INTERSECT/EXCEPT. INTERSECT/EXCEPT now meet the
Tom Lane
2000-10-05
[next]