summaryrefslogtreecommitdiff
path: root/src/backend/optimizer/util/pathnode.c
Commit message (Expand)AuthorAgeFilesLines
* Make the behavior of HAVING without GROUP BY conform to the SQL spec.Tom Lane2005-03-101-1/+10
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Pgindent run for 8.0.Bruce Momjian2004-08-291-15/+16
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Label CVS tip as 8.0devel instead of 7.5devel. Adjust various commentsTom Lane2004-08-041-2/+2
* Desultory de-FastList-ification. RelOptInfo.reltargetlist is back toTom Lane2004-06-011-2/+2
* Use the new List API function names throughout the backend, and disable theNeil Conway2004-05-301-6/+6
* Reimplement the linked list data structure used throughout the backend.Neil Conway2004-05-261-22/+21
* Remove the last traces of Joe Hellerstein's "xfunc" optimization. PatchNeil Conway2004-04-251-7/+6
* Use fuzzy comparison of path costs in add_path(), so that paths with theTom Lane2004-03-291-8/+96
* Teach is_distinct_query to recognize that GROUP BY forces a subquery'sTom Lane2004-03-021-1/+24
* Rename SortMem and VacuumMem to work_mem and maintenance_work_mem.Tom Lane2004-02-031-2/+2
* Recognize that IN subqueries return already-unique results if they useTom Lane2004-01-191-6/+35
* Adjust indexscan planning logic to keep RestrictInfo nodes associatedTom Lane2004-01-051-5/+9
* Improve UniquePath logic to detect the case where the input is alreadyTom Lane2004-01-051-4/+30
* Add the ability to extract OR indexscan conditions from OR-of-ANDTom Lane2004-01-051-8/+2
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-13/+16
* Error message editing in backend/optimizer, backend/rewrite.Tom Lane2003-07-251-2/+2
* Make cost estimates for SubqueryScan more realistic: charge cpu_tuple_costTom Lane2003-07-141-4/+2
* Restructure building of join relation targetlists so that a join planTom Lane2003-06-291-2/+2
* Adjust nestloop-with-inner-indexscan plan generation so that we catchTom Lane2003-06-151-1/+4
* Cause CHAR(n) to TEXT or VARCHAR conversion to automatically strip trailingTom Lane2003-05-261-5/+4
* Teach planner how to propagate pathkeys from sub-SELECTs in FROM up toTom Lane2003-02-151-3/+3
* Replace planner's representation of relation sets, per pghackers discussion.Tom Lane2003-02-081-2/+2
* Upgrade cost estimation for joins, per discussion with Bradley Baetz.Tom Lane2003-01-271-17/+4
* Implement choice between hash-based and sort-based grouping for doingTom Lane2003-01-221-4/+77
* IN clauses appearing at top level of WHERE can now be handled as joins.Tom Lane2003-01-201-1/+109
* Phase 1 of read-only-plans project: cause executor state nodes to pointTom Lane2002-12-051-4/+2
* Be more realistic about plans involving Materialize nodes: take theirTom Lane2002-11-301-1/+43
* Upgrade planner and executor to allow multiple hash keys for a hash join,Tom Lane2002-11-301-2/+2
* Restructure planning of nestloop inner indexscans so that the set of usableTom Lane2002-11-241-6/+3
* First phase of implementing hash-based grouping/aggregation. An AGG planTom Lane2002-11-061-2/+36
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* First pass at set-returning-functions in FROM, by Joe Conway withTom Lane2002-05-121-1/+20
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-4/+4
* Partial indexes work again, courtesy of Martijn van Oosterhout.Tom Lane2001-07-161-1/+8
* Further work on making use of new statistics in planner. Adjust APIsTom Lane2001-06-051-21/+22
* Modify optimizer data structures so that IndexOptInfo lists built forTom Lane2001-05-201-3/+3
* Rewrite of planner statistics-gathering code. ANALYZE is now available asTom Lane2001-05-071-6/+6
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-5/+6
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Planner speedup hacking. Avoid saving useless pathkeys, so that pathTom Lane2000-12-141-32/+37
* Restructure handling of inheritance queries so that they work with outerTom Lane2000-11-121-1/+32
* Add proofreader's changes to docs.Bruce Momjian2000-10-051-4/+4
* Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias.Tom Lane2000-09-291-4/+25
* First cut at full support for OUTER JOINs. There are still a few looseTom Lane2000-09-121-2/+14
* Remove unused include files. Do not touch /port or includes used by defines.Bruce Momjian2000-05-301-3/+1
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-27/+38