index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
optimizer
/
planmain.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests.
Tom Lane
2006-08-12
1
-1
/
+4
*
Change LIMIT/OFFSET to use int8
Bruce Momjian
2006-07-26
1
-2
/
+2
*
Revise the planner's handling of "pseudoconstant" WHERE clauses, that is
Tom Lane
2006-07-01
1
-2
/
+1
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
1
-2
/
+2
*
Teach planner how to rearrange join order for some classes of OUTER JOIN.
Tom Lane
2005-12-20
1
-3
/
+5
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
1
-7
/
+7
*
Repair planning bug introduced in 7.4: outer-join ON clauses that referenced
Tom Lane
2005-09-28
1
-2
/
+3
*
Change the division of labor between grouping_planner and query_planner
Tom Lane
2005-08-27
1
-2
/
+3
*
Fix up LIMIT/OFFSET planning so that we cope with non-constant LIMIT
Tom Lane
2005-08-18
1
-2
/
+3
*
Remove planner's private fields from Query struct, and put them into
Tom Lane
2005-06-05
1
-14
/
+15
*
Teach the planner to remove SubqueryScan nodes from the plan if they
Tom Lane
2005-05-22
1
-2
/
+2
*
Replace slightly klugy create_bitmap_restriction() function with a
Tom Lane
2005-04-25
1
-2
/
+1
*
Remove support for OR'd indexscans internal to a single IndexScan plan
Tom Lane
2005-04-25
1
-1
/
+2
*
Fix oversight in MIN/MAX optimization: must not return NULL entries
Tom Lane
2005-04-12
1
-1
/
+2
*
Create the planner mechanism for optimizing simple MIN and MAX queries
Tom Lane
2005-04-11
1
-1
/
+7
*
Make the behavior of HAVING without GROUP BY conform to the SQL spec.
Tom Lane
2005-03-10
1
-2
/
+2
*
Tag appropriate files for rc3
PostgreSQL Daemon
2004-12-31
1
-2
/
+2
*
Update copyright to 2004.
Bruce Momjian
2004-08-29
1
-2
/
+2
*
When testing whether a sub-plan can do projection, use a general-purpose
Tom Lane
2004-01-18
1
-8
/
+8
*
make sure the $Id tags are converted to $PostgreSQL as well ...
PostgreSQL Daemon
2003-11-29
1
-1
/
+1
*
Another pgindent run with updated typedefs.
Bruce Momjian
2003-08-08
1
-2
/
+2
*
Update copyrights to 2003.
Bruce Momjian
2003-08-04
1
-2
/
+2
*
pgindent run.
Bruce Momjian
2003-08-04
1
-16
/
+16
*
Restructure building of join relation targetlists so that a join plan
Tom Lane
2003-06-29
1
-2
/
+2
*
Support expressions of the form 'scalar op ANY (array)' and
Tom Lane
2003-06-29
1
-1
/
+2
*
Implement feature of new FE/BE protocol whereby RowDescription identifies
Tom Lane
2003-05-06
1
-3
/
+3
*
Restructure parsetree representation of DECLARE CURSOR: now it's a
Tom Lane
2003-03-10
1
-1
/
+2
*
Modify planner's implied-equality-deduction code so that when a set
Tom Lane
2003-01-24
1
-4
/
+6
*
IN clauses appearing at top level of WHERE can now be handled as joins.
Tom Lane
2003-01-20
1
-1
/
+3
*
Now that switch_outer processing no longer relies on being run after
Tom Lane
2003-01-15
1
-4
/
+1
*
Allow merge and hash joins to occur on arbitrary expressions (anything not
Tom Lane
2003-01-15
1
-5
/
+3
*
Phase 2 of read-only-plans project: restructure expression-tree nodes
Tom Lane
2002-12-12
1
-2
/
+2
*
Finish implementation of hashed aggregation. Add enable_hashagg GUC
Tom Lane
2002-11-21
1
-5
/
+7
*
Add an at-least-marginally-plausible method of estimating the number
Tom Lane
2002-11-19
1
-3
/
+7
*
First phase of implementing hash-based grouping/aggregation. An AGG plan
Tom Lane
2002-11-06
1
-5
/
+7
*
pgindent run.
Bruce Momjian
2002-09-04
1
-3
/
+3
*
Update copyright to 2002.
Bruce Momjian
2002-06-20
1
-2
/
+2
*
Remove KSQO from GUC and move file to _deadcode.
Bruce Momjian
2002-06-16
1
-8
/
+1
*
Change set_plan_references and join_references to take an rtable List
Tom Lane
2002-05-18
1
-3
/
+3
*
Second try at fixing join alias variables. Instead of attaching miscellaneous
Tom Lane
2002-04-28
1
-2
/
+2
*
Restructure representation of join alias variables. An explicit JOIN
Tom Lane
2002-03-12
1
-5
/
+6
*
New pgindent run with fixes suggested by Tom. Patch manually reviewed,
Bruce Momjian
2001-11-05
1
-2
/
+2
*
Another pgindent run. Fixes enum indenting, and improves #endif
Bruce Momjian
2001-10-28
1
-1
/
+2
*
pgindent run on all C files. Java run to follow. initdb/regression
Bruce Momjian
2001-10-25
1
-4
/
+3
*
Further work on making use of new statistics in planner. Adjust APIs
Tom Lane
2001-06-05
1
-4
/
+5
*
pgindent run. Make it all clean.
Bruce Momjian
2001-03-22
1
-6
/
+6
*
Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.
Bruce Momjian
2001-01-24
1
-2
/
+2
*
Restructure handling of inheritance queries so that they work with outer
Tom Lane
2000-11-12
1
-2
/
+2
*
Re-implement LIMIT/OFFSET as a plan node type, instead of a hack in
Tom Lane
2000-10-26
1
-1
/
+3
*
Reimplementation of UNION/INTERSECT/EXCEPT. INTERSECT/EXCEPT now meet the
Tom Lane
2000-10-05
1
-1
/
+6
[next]