aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/selfuncs.c
Commit message (Expand)AuthorAge
* Eliminate some no-longer-needed workarounds for palloc's old behaviorTom Lane2006-04-20
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Allow row comparisons to be used as indexscan qualifications.Tom Lane2006-01-25
* Add selectivity-calculation code for RowCompareExpr nodes. Simplistic,Tom Lane2006-01-14
* Improve patternsel() by applying the operator itself to each valueTom Lane2006-01-10
* Teach planner and executor to handle ScalarArrayOpExpr as an indexableTom Lane2005-11-25
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* R-tree is dead ... long live GiST.Tom Lane2005-11-07
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Document that get_attstatsslot/free_attstatsslot only need to be passedTom Lane2005-10-11
* Clean up possibly-uninitialized-variable warnings reported by gcc 4.x.Tom Lane2005-09-24
* Suppress signed-vs-unsigned-char warnings.Tom Lane2005-09-24
* Remove unnecessary parentheses in assignments.Bruce Momjian2005-07-21
* Add time/date macros for code clarity:Bruce Momjian2005-07-21
* Add 'day' field to INTERVAL so 1 day interval can be distinguished fromBruce Momjian2005-07-20
* Improve comments for AdjustIntervalForTypmod.Bruce Momjian2005-07-12
* Clean up the rather historically encumbered interface to now() andTom Lane2005-06-29
* Change the planner to allow indexscan qualification clauses to useTom Lane2005-06-13
* Separate predicate-testing code out of indxpath.c, making it a moduleTom Lane2005-06-10
* Remove planner's private fields from Query struct, and put them intoTom Lane2005-06-05
* patternsel() was improperly stripping RelabelType from the derivedTom Lane2005-06-01
* Remove support for OR'd indexscans internal to a single IndexScan planTom Lane2005-04-25
* Completion of project to use fixed OIDs for all system catalogs andTom Lane2005-04-14
* Second try at making examine_variable and friends behave sanely inTom Lane2005-04-01
* First steps towards index scans with heap access decoupled from indexTom Lane2005-03-27
* Fix a pair of related issues with estimation of inequalities that involveTom Lane2005-03-26
* Rename canonical encodings, per Peter:Bruce Momjian2005-03-07
* Revise hash join code so that we can increase the number of batchesTom Lane2005-03-06
* Adjust estimate_num_groups() to not clamp per-relation group countTom Lane2005-02-01
* When dealing with multiple grouping columns coming from the same table,Tom Lane2005-01-28
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Teach regex_fixed_prefix() the correct handling of advanced regexTom Lane2004-12-02
* Use a hopefully-more-reliable method of detecting default selectivityTom Lane2004-11-09
* Fix estimate_num_groups to be able to use expression-index statisticsTom Lane2004-09-18
* Another pgindent run with lib typedefs added.Bruce Momjian2004-08-30
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Label CVS tip as 8.0devel instead of 7.5devel. Adjust various commentsTom Lane2004-08-04
* When using extended-query protocol, postpone planning of unnamed statementsTom Lane2004-06-11
* Use the new List API function names throughout the backend, and disable theNeil Conway2004-05-30
* Reimplement the linked list data structure used throughout the backend.Neil Conway2004-05-26
* genericcostestimate() neglected to include qual startup cost inTom Lane2004-02-27
* Make use of statistics on index expressions. There are still someTom Lane2004-02-17
* Avoid generating invalid character encoding sequences in make_greater_string.Tom Lane2004-02-02
* Repair misestimation of indexscan CPU costs. When an indexqual containsTom Lane2004-01-17
* More janitorial work: remove the explicit casting of NULL literals to aNeil Conway2004-01-07
* Adjust indexscan planning logic to keep RestrictInfo nodes associatedTom Lane2004-01-05
* Using canonicalize_qual() to get rid of duplicate index predicateTom Lane2003-12-29
* Clean up the usage of canonicalize_qual(): in particular, be consistentTom Lane2003-12-28
* Repair indexed bytea like operations, and related selectivityJoe Conway2003-12-07