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
/
nodes
/
relation.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Restructure operator classes to allow improved handling of cross-data-type
Tom Lane
2006-12-23
1
-5
/
+10
*
pgindent run for 8.2.
Bruce Momjian
2006-10-04
1
-39
/
+42
*
Improve usage of effective_cache_size parameter by assuming that all the
Tom Lane
2006-09-19
1
-1
/
+3
*
Revise the planner's handling of "pseudoconstant" WHERE clauses, that is
Tom Lane
2006-07-01
1
-24
/
+28
*
Make the planner estimate costs for nestloop inner indexscans on the basis
Tom Lane
2006-06-06
1
-1
/
+4
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
1
-2
/
+2
*
Restructure planner's handling of inheritance. Rather than processing
Tom Lane
2006-01-31
1
-22
/
+114
*
Teach planner how to rearrange join order for some classes of OUTER JOIN.
Tom Lane
2005-12-20
1
-10
/
+37
*
Teach tid-scan code to make use of "ctid = ANY (array)" clauses, so that
Tom Lane
2005-11-26
1
-4
/
+5
*
Restore the former RestrictInfo field valid_everywhere (but invert the flag
Tom Lane
2005-11-14
1
-1
/
+8
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
1
-56
/
+52
*
Change the division of labor between grouping_planner and query_planner
Tom Lane
2005-08-27
1
-1
/
+4
*
Simple constraint exclusion. For now, only child tables of inheritance
Tom Lane
2005-07-23
1
-5
/
+15
*
Teach planner about some cases where a restriction clause can be
Tom Lane
2005-07-02
1
-7
/
+11
*
Change the planner to allow indexscan qualification clauses to use
Tom Lane
2005-06-13
1
-1
/
+2
*
Quick hack to allow the outer query's tuple_fraction to be passed down
Tom Lane
2005-06-10
1
-1
/
+3
*
Simplify the planner's join clause management by storing join clauses
Tom Lane
2005-06-09
1
-37
/
+20
*
Marginal hack to avoid spending a lot of time in find_join_rel during
Tom Lane
2005-06-08
1
-1
/
+11
*
Nab some low-hanging fruit: replace the planner's base_rel_list and
Tom Lane
2005-06-06
1
-7
/
+14
*
Remove planner's private fields from Query struct, and put them into
Tom Lane
2005-06-05
1
-3
/
+37
*
Remove support for OR'd indexscans internal to a single IndexScan plan
Tom Lane
2005-04-25
1
-29
/
+17
*
First cut at planner support for bitmap index scans. Lots to do yet,
Tom Lane
2005-04-22
1
-13
/
+6
*
Rethink original decision to use AND/OR Expr nodes to represent bitmap
Tom Lane
2005-04-21
1
-3
/
+29
*
Install some slightly realistic cost estimation for bitmap index scans.
Tom Lane
2005-04-21
1
-4
/
+13
*
Create executor and planner-backend support for decoupled heap and index
Tom Lane
2005-04-19
1
-1
/
+28
*
Add a back-link from IndexOptInfo structs to their parent RelOptInfo
Tom Lane
2005-03-27
1
-1
/
+2
*
Trivial fix: change the reference to further documentation of pathkeys to
Neil Conway
2005-02-21
1
-3
/
+3
*
Tag appropriate files for rc3
PostgreSQL Daemon
2004-12-31
1
-2
/
+2
*
Change planner to use the current true disk file size as its estimate of
Tom Lane
2004-12-01
1
-2
/
+2
*
RelOptInfo.pages should really be declared as BlockNumber, not long.
Tom Lane
2004-11-26
1
-2
/
+3
*
Pgindent run for 8.0.
Bruce Momjian
2004-08-29
1
-9
/
+9
*
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
*
Make the world very nearly safe for composite-type columns in tables.
Tom Lane
2004-06-05
1
-1
/
+2
*
Desultory de-FastList-ification. RelOptInfo.reltargetlist is back to
Tom Lane
2004-06-01
1
-2
/
+2
*
Remove the last traces of Joe Hellerstein's "xfunc" optimization. Patch
Neil Conway
2004-04-25
1
-4
/
+1
*
Adjust indexscan planning logic to keep RestrictInfo nodes associated
Tom Lane
2004-01-05
1
-19
/
+21
*
Improve UniquePath logic to detect the case where the input is already
Tom Lane
2004-01-05
1
-5
/
+16
*
Add the ability to extract OR indexscan conditions from OR-of-AND
Tom Lane
2004-01-05
1
-12
/
+21
*
Merge restrictlist_selectivity into clauselist_selectivity by
Tom Lane
2004-01-04
1
-2
/
+5
*
Rewrite OR indexscan processing to be more flexible. We can now for the
Tom Lane
2004-01-04
1
-7
/
+14
*
Adjust the definition of RestrictInfo's left_relids and right_relids
Tom Lane
2003-12-30
1
-10
/
+14
*
Clean up the usage of canonicalize_qual(): in particular, be consistent
Tom Lane
2003-12-28
1
-2
/
+3
*
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
-7
/
+7
*
Update copyrights to 2003.
Bruce Momjian
2003-08-04
1
-2
/
+2
*
pgindent run.
Bruce Momjian
2003-08-04
1
-17
/
+20
*
Restructure building of join relation targetlists so that a join plan
Tom Lane
2003-06-29
1
-6
/
+14
*
Adjust nestloop-with-inner-indexscan plan generation so that we catch
Tom Lane
2003-06-15
1
-1
/
+11
*
Replace functional-index facility with expressional indexes. Any column
Tom Lane
2003-05-28
1
-15
/
+14
[next]