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
/
restrictinfo.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
1
-5
/
+5
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
1
-2
/
+2
*
Fix set_append_rel_pathlist() to deal intelligently with cases where
Tom Lane
2009-07-06
1
-1
/
+77
*
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-11
1
-8
/
+8
*
Fix cost_nestloop and cost_hashjoin to model the behavior of semi and anti
Tom Lane
2009-05-09
1
-13
/
+78
*
Fix planner to restore its previous level of intelligence about pushing
Tom Lane
2009-04-16
1
-18
/
+33
*
Fix cost_mergejoin's failure to adjust for rescanning of non-unique merge join
Tom Lane
2009-02-06
1
-2
/
+3
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
1
-2
/
+2
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
1
-2
/
+2
*
pgindent run for 8.3.
Bruce Momjian
2007-11-15
1
-2
/
+2
*
Put back planner's ability to cache the results of mergejoinscansel(),
Tom Lane
2007-01-22
1
-1
/
+4
*
Refactor planner's pathkeys data structure to create a separate, explicit
Tom Lane
2007-01-20
1
-142
/
+27
*
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
/
+2
*
pgindent run for 8.2.
Bruce Momjian
2006-10-04
1
-4
/
+5
*
Revise the planner's handling of "pseudoconstant" WHERE clauses, that is
Tom Lane
2006-07-01
1
-23
/
+95
*
Fix make_restrictinfo_from_bitmapqual() to preserve AND/OR flatness of its
Tom Lane
2006-04-07
1
-8
/
+39
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
1
-2
/
+2
*
Teach planner and executor to handle ScalarArrayOpExpr as an indexable
Tom Lane
2005-11-25
1
-2
/
+2
*
Re-run pgindent, fixing a problem where comment lines after a blank
Bruce Momjian
2005-11-22
1
-2
/
+2
*
make_restrictinfo() failed to attach the specified required_relids to
Tom Lane
2005-11-16
1
-8
/
+17
*
Restore the former RestrictInfo field valid_everywhere (but invert the flag
Tom Lane
2005-11-14
1
-11
/
+31
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
1
-34
/
+33
*
Don't try to remove duplicate OR-subclauses in create_bitmap_subplan and
Tom Lane
2005-10-13
1
-8
/
+12
*
Fix a bunch of bad interactions between partial indexes and the new
Tom Lane
2005-07-28
1
-18
/
+76
*
Teach planner about some cases where a restriction clause can be
Tom Lane
2005-07-02
1
-32
/
+14
*
Simplify the planner's join clause management by storing join clauses
Tom Lane
2005-06-09
1
-9
/
+23
*
Remove planner's private fields from Query struct, and put them into
Tom Lane
2005-06-05
1
-5
/
+5
*
Replace slightly klugy create_bitmap_restriction() function with a
Tom Lane
2005-04-25
1
-2
/
+87
*
Remove support for OR'd indexscans internal to a single IndexScan plan
Tom Lane
2005-04-25
1
-47
/
+2
*
First cut at planner support for bitmap index scans. Lots to do yet,
Tom Lane
2005-04-22
1
-23
/
+24
*
Rethink the order of expression preprocessing: eval_const_expressions
Tom Lane
2005-03-28
1
-2
/
+2
*
Tag appropriate files for rc3
PostgreSQL Daemon
2004-12-31
1
-2
/
+2
*
Pgindent run for 8.0.
Bruce Momjian
2004-08-29
1
-24
/
+24
*
Update copyright to 2004.
Bruce Momjian
2004-08-29
1
-2
/
+2
*
Use the new List API function names throughout the backend, and disable the
Neil Conway
2004-05-30
1
-5
/
+5
*
Reimplement the linked list data structure used throughout the backend.
Neil Conway
2004-05-26
1
-11
/
+11
*
Adjust remove_redundant_join_clauses() so that when it has a choice
Tom Lane
2004-02-27
1
-29
/
+60
*
Adjust indexscan planning logic to keep RestrictInfo nodes associated
Tom Lane
2004-01-05
1
-25
/
+94
*
Add the ability to extract OR indexscan conditions from OR-of-AND
Tom Lane
2004-01-05
1
-16
/
+28
*
Merge restrictlist_selectivity into clauselist_selectivity by
Tom Lane
2004-01-04
1
-10
/
+14
*
Rewrite OR indexscan processing to be more flexible. We can now for the
Tom Lane
2004-01-04
1
-3
/
+124
*
Adjust the definition of RestrictInfo's left_relids and right_relids
Tom Lane
2003-12-30
1
-10
/
+4
*
$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
-9
/
+8
*
Adjust nestloop-with-inner-indexscan plan generation so that we catch
Tom Lane
2003-06-15
1
-52
/
+118
*
Modify planner's implied-equality-deduction code so that when a set
Tom Lane
2003-01-24
1
-3
/
+25
*
Restructure planning of nestloop inner indexscans so that the set of usable
Tom Lane
2002-11-24
1
-5
/
+82
*
Update copyright to 2002.
Bruce Momjian
2002-06-20
1
-2
/
+2
[next]