summaryrefslogtreecommitdiff
path: root/src/backend/optimizer/plan
Commit message (Expand)AuthorAgeFilesLines
* Add Var.varlevelup to code. More parser cleanup.Bruce Momjian1998-01-204-6/+10
* Remove Query->qry_aggs and qry_numaggs and replace with Query->hasAggs.Bruce Momjian1998-01-154-71/+66
* Function cleanupo for List* when it should be Node *.Bruce Momjian1998-01-141-25/+26
* Cleanup of prototypes. FIx for PQtrace start/stop several times.Bruce Momjian1998-01-141-5/+3
* Goodbye ABORT. Hello ERROR for all errors.Bruce Momjian1998-01-074-25/+25
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-054-25/+25
* Cleanup of UNION ALL fix. Manual page updates.Bruce Momjian1997-12-291-9/+5
* UNION work for UNION ALL and other union stuff.Bruce Momjian1997-12-271-9/+7
* Implementation of UNIONs.Bruce Momjian1997-12-241-6/+14
* Fix for select 1=1 or 2=2, select 1=1 and 2=2, and select sum(2+2).Bruce Momjian1997-12-223-38/+40
* Fix aggregates on inherited tables.Bruce Momjian1997-12-203-79/+180
* Major cleanout of PORTNAME variables from Makefiles...bound to screw upMarc G. Fournier1997-12-201-5/+1
* More cleanups. I can now compile without PORTNAME being defined nMarc G. Fournier1997-12-191-4/+6
* Remove init_query_planner(), merged into planner().Bruce Momjian1997-12-181-31/+16
* Remove Existential, and ifdef out generate_fjoin. Neither did anything.Bruce Momjian1997-12-183-54/+16
* Cost cleanup.Bruce Momjian1997-12-182-5/+4
* Cost cleanup.Bruce Momjian1997-12-181-31/+20
* Fix Query handling for inheritance, and cost computations.Bruce Momjian1997-12-182-10/+15
* Break parser functions into smaller files, group together.Bruce Momjian1997-11-252-16/+14
* Remove archive stuff.Bruce Momjian1997-11-211-12/+1
* Fix GROUP BY when order of entries is different from order in target list.Vadim B. Mikheev1997-09-251-6/+6
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-085-179/+180
* Add typdefs to pgindent run.Bruce Momjian1997-09-082-6/+6
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-085-432/+432
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-075-2537/+2782
* Cleanups needed for indent.Bruce Momjian1997-09-051-5/+3
* Cleanups needed for indent.Bruce Momjian1997-09-051-4/+4
* Cleanups needed for indent.Bruce Momjian1997-09-051-2/+2
* Cleanups needed for indent. Remove };Bruce Momjian1997-09-051-2/+1
* Fix replace_agg_clause() for unary operators.Vadim B. Mikheev1997-06-121-5/+8
* Fix GroupBy: enable functions over aggregates and GroupBy-ed fieldsVadim B. Mikheev1997-04-291-26/+45
* Have to copyObject((void*)clauseinfo) for a relation'Vadim B. Mikheev1997-04-241-2/+2
* Bug (yet unfixed but not fatal) found: Re-moving index clauses from theVadim B. Mikheev1997-04-241-3/+9
* Save Var' order in index_outerjoin_references().Vadim B. Mikheev1997-04-241-3/+3
* Fix for Hash and arraysVadim B. Mikheev1997-04-221-2/+8
* Changes for GROUP BY func_results.Vadim B. Mikheev1997-04-051-59/+159
* Patches for Vadim's multikey indexing...Marc G. Fournier1997-03-181-9/+22
* From: Dan McGuirk <mcguirk@indirect.com>Marc G. Fournier1997-03-122-7/+7
* Fix for queries with 3 or more relations participating inVadim B. Mikheev1997-02-201-4/+13
* include sem.h added, include string.h neede, from Erik Bertelsen for UltrixBruce Momjian1997-01-101-1/+2
* Makefile cleanup after reorganizationBruce Momjian1996-11-091-2/+3
* Compile and warning cleanupBruce Momjian1996-11-081-4/+4
* More files cleaned outMarc G. Fournier1996-11-061-1/+4
* Cleanup MakefilesMarc G. Fournier1996-10-316-11/+18
* Simplify make files, add full dependencies.Bryan Henderson1996-10-272-15/+39
* 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-096-0/+3039