summaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeBitmapOr.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Make EXPLAIN sampling smarter, to avoid excessive sampling delay.Bruce Momjian2006-05-301-2/+2
* Remove CXT_printf/CXT1_printf macros. If anyone had found them to be ofTom Lane2006-05-231-3/+1
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Extend the ExecInitNode API so that plan nodes receive a set of flagTom Lane2006-02-281-3/+6
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-7/+7
* Minor performance improvement: avoid unnecessary creation/unioning ofTom Lane2005-04-201-10/+38
* Create executor and planner-backend support for decoupled heap and indexTom Lane2005-04-191-0/+209