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
/
predtest.c
Commit message (
Expand
)
Author
Age
*
Fix predicate-proving logic to cope with binary-compatibility cases when
Tom Lane
2007-07-24
*
Improve predicate_refuted_by_simple_clause() to handle IS NULL and IS NOT NULL
Tom Lane
2007-05-12
*
pgindent run for 8.2.
Bruce Momjian
2006-10-04
*
Fix IS NULL and IS NOT NULL tests on row-valued expressions to conform to
Tom Lane
2006-09-28
*
Teach predicate_refuted_by() how to do proofs involving NOT-clauses.
Tom Lane
2006-08-05
*
Remove 576 references of include files that were not needed.
Bruce Momjian
2006-07-14
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
*
Teach predtest.c how to reason about ScalarArrayOpExpr clauses as though
Tom Lane
2005-11-27
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
*
Fix oversight in indexscan plan creation. I recently added code to use
Tom Lane
2005-10-06
*
Simple constraint exclusion. For now, only child tables of inheritance
Tom Lane
2005-07-23
*
Separate predicate-testing code out of indxpath.c, making it a module
Tom Lane
2005-06-10