summaryrefslogtreecommitdiff
path: root/src/backend/optimizer/plan/createplan.c
Commit message (Expand)AuthorAgeFilesLines
* Implement CASE expression.Thomas G. Lockhart1998-12-041-2/+7
* Fix using indices in OR.Vadim B. Mikheev1998-11-221-2/+5
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-24/+13
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-30/+30
* MergeSort was sometimes called mergejoin and was confusing. NowBruce Momjian1998-08-041-5/+5
* Rename Rel to RelOptInfo.Bruce Momjian1998-07-181-2/+2
* Remove un-needed braces around single statements.Bruce Momjian1998-06-151-17/+1
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-33/+44
* Old planner() becomes union_planner(); new planner() makes initializationVadim B. Mikheev1998-02-131-3/+1
* Pass attypmod through to executor by adding to Var and Resdom.Bruce Momjian1998-02-101-1/+2
* Add Var.varlevelup to code. More parser cleanup.Bruce Momjian1998-01-201-1/+2
* Remove Query->qry_aggs and qry_numaggs and replace with Query->hasAggs.Bruce Momjian1998-01-151-4/+3
* Goodbye ABORT. Hello ERROR for all errors.Bruce Momjian1998-01-071-6/+6
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-051-6/+6
* Remove Existential, and ifdef out generate_fjoin. Neither did anything.Bruce Momjian1997-12-181-3/+4
* Cost cleanup.Bruce Momjian1997-12-181-2/+2
* Cost cleanup.Bruce Momjian1997-12-181-31/+20
* Fix Query handling for inheritance, and cost computations.Bruce Momjian1997-12-181-8/+13
* Break parser functions into smaller files, group together.Bruce Momjian1997-11-251-2/+1
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-081-98/+98
* Add typdefs to pgindent run.Bruce Momjian1997-09-081-3/+3
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-200/+200
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-964/+1041
* Bug (yet unfixed but not fatal) found: Re-moving index clauses from theVadim B. Mikheev1997-04-241-3/+9
* Fix for Hash and arraysVadim B. Mikheev1997-04-221-2/+8
* Patches for Vadim's multikey indexing...Marc G. Fournier1997-03-181-9/+22
* From: Dan McGuirk <mcguirk@indirect.com>Marc G. Fournier1997-03-121-4/+4
* include sem.h added, include string.h neede, from Erik Bertelsen for UltrixBruce Momjian1997-01-101-1/+2
* Compile and warning cleanupBruce Momjian1996-11-081-4/+4
* More files cleaned outMarc G. Fournier1996-11-061-1/+4
* Cleanup MakefilesMarc G. Fournier1996-10-311-3/+4
* Fixes:Marc G. Fournier1996-09-101-1/+6
* There, now we support GiST...now what? :)Marc G. Fournier1996-08-261-6/+36
* Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier1996-07-091-0/+1097