aboutsummaryrefslogtreecommitdiff
path: root/src/backend/optimizer/util/predtest.c
Commit message (Expand)AuthorAge
* Fix predicate-proving logic to cope with binary-compatibility cases whenTom Lane2007-07-24
* Improve predicate_refuted_by_simple_clause() to handle IS NULL and IS NOT NULLTom Lane2007-05-12
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Fix IS NULL and IS NOT NULL tests on row-valued expressions to conform toTom Lane2006-09-28
* Teach predicate_refuted_by() how to do proofs involving NOT-clauses.Tom Lane2006-08-05
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-14
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Teach predtest.c how to reason about ScalarArrayOpExpr clauses as thoughTom Lane2005-11-27
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Fix oversight in indexscan plan creation. I recently added code to useTom Lane2005-10-06
* Simple constraint exclusion. For now, only child tables of inheritanceTom Lane2005-07-23
* Separate predicate-testing code out of indxpath.c, making it a moduleTom Lane2005-06-10