summaryrefslogtreecommitdiff
path: root/src/backend/optimizer/path/mergeutils.c
Commit message (Collapse)AuthorAgeFilesLines
* Major planner/optimizer revision: get rid of PathOrder node type,Tom Lane1999-08-161-131/+0
| | | | | | | | | store all ordering information in pathkeys lists (which are now lists of lists of PathKeyItem nodes, not just lists of lists of vars). This was a big win --- the code is smaller and IMHO more understandable than it was, even though it handles more cases. I believe the node changes will not force an initdb for anyone; planner nodes don't show up in stored rules.
* Final cleanup.Bruce Momjian1999-07-161-2/+2
|
* Remove unused #includes in *.c files.Bruce Momjian1999-07-151-4/+1
|
* pgindent run over code.Bruce Momjian1999-05-251-9/+10
|
* Fix nasty bug in optimization of multiway joins: optimizerTom Lane1999-04-031-11/+9
| | | | would sometimes generate a plan that omitted a sort step before merge.
* Executor no longer cares about mergejoinop, mergerightorder, mergeleftorder,Tom Lane1999-03-011-6/+14
| | | | | | | | | so remove them from MergeJoin node. Hack together a partial solution for commuted mergejoin operators --- yesterday a mergejoin int4 = int8 would crash if the planner decided to commute it, today it works. The planner's representation of mergejoins really needs a rewrite though. Also, further testing of mergejoin ops in opr_sanity regress test.
* Remove duplicate geqo functions, and more optimizer cleanupBruce Momjian1999-02-151-2/+1
|
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-9/+9
|
* More optimizer speedups.Bruce Momjian1999-02-111-6/+6
|
* Rename Path.keys to Path.pathkeys. Too many 'keys' used for other things.Bruce Momjian1999-02-101-9/+9
|
* Major optimizer improvement for joining a large number of tables.Bruce Momjian1999-02-091-6/+7
|
* Optimizer cleanup.Bruce Momjian1999-02-081-5/+5
|
* Optimizer cleanup.Bruce Momjian1999-02-061-2/+2
|
* More optimizer cleanups.Bruce Momjian1999-02-041-6/+6
|
* Cleanup of source files where 'return' or 'var =' is alone on a line.Bruce Momjian1999-02-031-5/+3
|
* Optimizer rename ClauseInfo -> RestrictInfo. Update optimizer README.Bruce Momjian1999-02-031-9/+9
|
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-2/+2
|
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-5/+5
|
* MergeSort was sometimes called mergejoin and was confusing. NowBruce Momjian1998-08-041-4/+4
| | | | it is now only mergejoin.
* Update flow chart.Bruce Momjian1998-08-041-3/+2
|
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-3/+3
|
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-081-3/+3
|
* Another PGINDENT run that changes variable indenting and case label ↵Bruce Momjian1997-09-081-16/+16
| | | | indenting. Also static variable indenting.
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-81/+89
|
* Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier1996-07-091-0/+122