index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
optimizer
/
util
/
restrictinfo.c
Commit message (
Expand
)
Author
Age
*
Refactor the representation of indexable clauses in IndexPaths.
Tom Lane
2019-02-09
*
Refactor planner's header files.
Tom Lane
2019-01-29
*
Make some small planner API cleanups.
Tom Lane
2019-01-29
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Change more places to be less trusting of RestrictInfo.is_pushed_down.
Tom Lane
2018-04-20
*
Fix incorrect handling of join clauses pushed into parameterized paths.
Tom Lane
2018-04-19
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Avoid out-of-memory in a hash join with many duplicate inner keys.
Tom Lane
2017-08-15
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Improve castNode notation by introducing list-extraction-specific variants.
Tom Lane
2017-04-10
*
Make more use of castNode()
Peter Eisentraut
2017-02-21
*
Fix typos in comments.
Heikki Linnakangas
2017-02-06
*
Improve RLS planning by marking individual quals with security levels.
Tom Lane
2017-01-18
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Remove an unsafe Assert, and explain join_clause_is_movable_into() better.
Tom Lane
2015-07-28
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Remove dead code now that orindxpath.c is history.
Tom Lane
2013-12-30
*
Fix thinko in comment.
Tom Lane
2013-08-17
*
Fix planner problems with LATERAL references in PlaceHolderVars.
Tom Lane
2013-08-17
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Revise parameterized-path mechanism to fix assorted issues.
Tom Lane
2012-04-19
*
Use parameterized paths to generate inner indexscans more flexibly.
Tom Lane
2012-01-27
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Improve planner's handling of duplicated index column expressions.
Tom Lane
2011-12-23
*
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-09-01
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
*
Fix set_append_rel_pathlist() to deal intelligently with cases where
Tom Lane
2009-07-06
*
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-11
*
Fix cost_nestloop and cost_hashjoin to model the behavior of semi and anti
Tom Lane
2009-05-09
*
Fix planner to restore its previous level of intelligence about pushing
Tom Lane
2009-04-16
*
Fix cost_mergejoin's failure to adjust for rescanning of non-unique merge join
Tom Lane
2009-02-06
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
*
pgindent run for 8.3.
Bruce Momjian
2007-11-15
*
Put back planner's ability to cache the results of mergejoinscansel(),
Tom Lane
2007-01-22
*
Refactor planner's pathkeys data structure to create a separate, explicit
Tom Lane
2007-01-20
*
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2007-01-05
*
Restructure operator classes to allow improved handling of cross-data-type
Tom Lane
2006-12-23
*
pgindent run for 8.2.
Bruce Momjian
2006-10-04
*
Revise the planner's handling of "pseudoconstant" WHERE clauses, that is
Tom Lane
2006-07-01
*
Fix make_restrictinfo_from_bitmapqual() to preserve AND/OR flatness of its
Tom Lane
2006-04-07
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
*
Teach planner and executor to handle ScalarArrayOpExpr as an indexable
Tom Lane
2005-11-25
*
Re-run pgindent, fixing a problem where comment lines after a blank
Bruce Momjian
2005-11-22
[next]