summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/array_selfuncs.c
Commit message (Expand)AuthorAgeFilesLines
* pgindent run for 9.4Bruce Momjian2014-05-061-10/+10
* Do ScalarArrayOp estimation correctly when array is a stable expression.Tom Lane2014-02-211-7/+8
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Quiet a few MSC compiler warnings.Andrew Dunstan2012-10-071-1/+1
* Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera2012-08-301-0/+1
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-101-21/+21
* Remove useless "rough estimate" path from mcelem_array_contained_selec.Tom Lane2012-03-041-76/+62
* Collect and use element-frequency statistics for arrays.Tom Lane2012-03-031-0/+1225