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
/
backend
/
optimizer
/
util
/
pathnode.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Refactor planner's pathkeys data structure to create a separate, explicit
Tom Lane
2007-01-20
1
-15
/
+3
*
Change the planner-to-executor API so that the planner tells the executor
Tom Lane
2007-01-10
1
-40
/
+89
*
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2007-01-05
1
-2
/
+2
*
Restructure operator classes to allow improved handling of cross-data-type
Tom Lane
2006-12-23
1
-1
/
+9
*
pgindent run for 8.2.
Bruce Momjian
2006-10-04
1
-7
/
+7
*
Add support for multi-row VALUES clauses as part of INSERT statements
Joe Conway
2006-08-02
1
-1
/
+20
*
In the recent changes to make the planner account better for cache
Tom Lane
2006-07-22
1
-7
/
+7
*
Remove 576 references of include files that were not needed.
Bruce Momjian
2006-07-14
1
-4
/
+1
*
Revise the planner's handling of "pseudoconstant" WHERE clauses, that is
Tom Lane
2006-07-01
1
-23
/
+16
*
Make the planner estimate costs for nestloop inner indexscans on the basis
Tom Lane
2006-06-06
1
-9
/
+12
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
1
-2
/
+2
*
Teach tid-scan code to make use of "ctid = ANY (array)" clauses, so that
Tom Lane
2005-11-26
1
-11
/
+5
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
1
-89
/
+86
*
Fix compare_fuzzy_path_costs() to behave a bit more sanely. The original
Tom Lane
2005-07-22
1
-37
/
+18
*
Fix overenthusiastic optimization of 'x IN (SELECT DISTINCT ...)' and related
Tom Lane
2005-07-15
1
-45
/
+120
*
Remove planner's private fields from Query struct, and put them into
Tom Lane
2005-06-05
1
-13
/
+13
*
Just noticed that you can't Query-Cancel a long planner run, because
Tom Lane
2005-06-03
1
-1
/
+7
*
Remove support for OR'd indexscans internal to a single IndexScan plan
Tom Lane
2005-04-25
1
-8
/
+5
*
First cut at planner support for bitmap index scans. Lots to do yet,
Tom Lane
2005-04-22
1
-29
/
+107
*
Rethink original decision to use AND/OR Expr nodes to represent bitmap
Tom Lane
2005-04-21
1
-4
/
+50
*
Install some slightly realistic cost estimation for bitmap index scans.
Tom Lane
2005-04-21
1
-2
/
+2
*
Create executor and planner-backend support for decoupled heap and index
Tom Lane
2005-04-19
1
-1
/
+34
*
Merge Resdom nodes into TargetEntry nodes to simplify code and save a
Tom Lane
2005-04-06
1
-2
/
+2
*
Add a back-link from IndexOptInfo structs to their parent RelOptInfo
Tom Lane
2005-03-27
1
-8
/
+6
*
Expand the 'special index operator' machinery to handle special cases
Tom Lane
2005-03-26
1
-2
/
+2
*
Make the behavior of HAVING without GROUP BY conform to the SQL spec.
Tom Lane
2005-03-10
1
-1
/
+10
*
Tag appropriate files for rc3
PostgreSQL Daemon
2004-12-31
1
-2
/
+2
*
Pgindent run for 8.0.
Bruce Momjian
2004-08-29
1
-15
/
+16
*
Update copyright to 2004.
Bruce Momjian
2004-08-29
1
-2
/
+2
*
Label CVS tip as 8.0devel instead of 7.5devel. Adjust various comments
Tom Lane
2004-08-04
1
-2
/
+2
*
Desultory de-FastList-ification. RelOptInfo.reltargetlist is back to
Tom Lane
2004-06-01
1
-2
/
+2
*
Use the new List API function names throughout the backend, and disable the
Neil Conway
2004-05-30
1
-6
/
+6
*
Reimplement the linked list data structure used throughout the backend.
Neil Conway
2004-05-26
1
-22
/
+21
*
Remove the last traces of Joe Hellerstein's "xfunc" optimization. Patch
Neil Conway
2004-04-25
1
-7
/
+6
*
Use fuzzy comparison of path costs in add_path(), so that paths with the
Tom Lane
2004-03-29
1
-8
/
+96
*
Teach is_distinct_query to recognize that GROUP BY forces a subquery's
Tom Lane
2004-03-02
1
-1
/
+24
*
Rename SortMem and VacuumMem to work_mem and maintenance_work_mem.
Tom Lane
2004-02-03
1
-2
/
+2
*
Recognize that IN subqueries return already-unique results if they use
Tom Lane
2004-01-19
1
-6
/
+35
*
Adjust indexscan planning logic to keep RestrictInfo nodes associated
Tom Lane
2004-01-05
1
-5
/
+9
*
Improve UniquePath logic to detect the case where the input is already
Tom Lane
2004-01-05
1
-4
/
+30
*
Add the ability to extract OR indexscan conditions from OR-of-AND
Tom Lane
2004-01-05
1
-8
/
+2
*
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2003-11-29
1
-1
/
+1
*
Update copyrights to 2003.
Bruce Momjian
2003-08-04
1
-2
/
+2
*
pgindent run.
Bruce Momjian
2003-08-04
1
-13
/
+16
*
Error message editing in backend/optimizer, backend/rewrite.
Tom Lane
2003-07-25
1
-2
/
+2
*
Make cost estimates for SubqueryScan more realistic: charge cpu_tuple_cost
Tom Lane
2003-07-14
1
-4
/
+2
*
Restructure building of join relation targetlists so that a join plan
Tom Lane
2003-06-29
1
-2
/
+2
*
Adjust nestloop-with-inner-indexscan plan generation so that we catch
Tom Lane
2003-06-15
1
-1
/
+4
*
Cause CHAR(n) to TEXT or VARCHAR conversion to automatically strip trailing
Tom Lane
2003-05-26
1
-5
/
+4
*
Teach planner how to propagate pathkeys from sub-SELECTs in FROM up to
Tom Lane
2003-02-15
1
-3
/
+3
[prev]
[next]