summaryrefslogtreecommitdiff
path: root/src/backend/optimizer/path/pathkeys.c
Commit message (Expand)AuthorAgeFilesLines
* Extend pg_cast castimplicit column to a three-way value; this allows usTom Lane2002-09-181-1/+2
* pgindent run.Bruce Momjian2002-09-041-18/+18
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Get rid of long-since-vestigial Iter node type, in favor of adding aTom Lane2002-05-121-2/+3
* Restructure representation of join alias variables. An explicit JOINTom Lane2002-03-121-3/+5
* In find_mergeclauses_for_pathkeys, it's okay to return multiple mergeTom Lane2001-11-111-14/+32
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-281-3/+3
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-9/+7
* Extend code that deduces implied equality clauses to detect whether aTom Lane2001-10-181-2/+2
* Remove dashes in comments that don't need them, rewrap with pgindent.Bruce Momjian2001-03-221-8/+8
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-34/+46
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Change lcons(x, NIL) to makeList(x) where appropriate.Bruce Momjian2001-01-171-5/+5
* Planner speedup hacking. Avoid saving useless pathkeys, so that pathTom Lane2000-12-141-89/+322
* Restructure handling of inheritance queries so that they work with outerTom Lane2000-11-121-3/+3
* Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias.Tom Lane2000-09-291-2/+2
* First cut at full support for OUTER JOINs. There are still a few looseTom Lane2000-09-121-17/+24
* Remove 'func_tlist' from Func expression nodes, likewise 'param_tlist'Tom Lane2000-08-081-6/+1
* Deduce equality constraints that are implied by transitivity ofTom Lane2000-07-241-148/+84
* 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-78/+90
* Plug some more memory leaks in the planner. It still leaks like a sieve,Tom Lane2000-02-181-3/+15
* New cost model for planning, incorporating a penalty for random pageTom Lane2000-02-151-293/+398
* Add:Bruce Momjian2000-01-261-2/+3
* Another round of planner/optimizer work. This is just restructuring andTom Lane2000-01-091-2/+2
* Further planner/optimizer cleanups. Move all set_tlist_referencesTom Lane1999-08-221-69/+26
* Major revision of sort-node handling: push knowledge of queryTom Lane1999-08-211-3/+79
* Major planner/optimizer revision: get rid of PathOrder node type,Tom Lane1999-08-161-264/+474
* Update comments about pathkeys.Tom Lane1999-08-131-28/+63
* Final cleanup.Bruce Momjian1999-07-161-4/+4
* Remove unused #includes in *.c files.Bruce Momjian1999-07-151-6/+1
* pgindent run over code.Bruce Momjian1999-05-251-38/+45
* Tighten coding in new_join_pathkey, which seems to be a hotspotTom Lane1999-05-171-96/+53
* Fix nasty little typo that prevented get_cheapest_path_for_joinkeysTom Lane1999-04-301-5/+3
* Final optimizer cleanups.Bruce Momjian1999-02-221-105/+110
* pathkeys.c cleanup.Bruce Momjian1999-02-211-56/+33
* pathkeys fixesBruce Momjian1999-02-201-12/+36
* Update pathkeys comparison function.Bruce Momjian1999-02-201-2/+2
* update pathkey description.Bruce Momjian1999-02-201-4/+4
* add pathkeys description.Bruce Momjian1999-02-201-2/+24
* another rename of optimizerBruce Momjian1999-02-201-0/+432