summaryrefslogtreecommitdiff
path: root/src/backend/optimizer/prep
Commit message (Expand)AuthorAgeFilesLines
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-263-79/+68
* Call union_planner() instead of planner().Vadim B. Mikheev1998-02-131-6/+6
* Pass attypmod through to executor by adding to Var and Resdom.Bruce Momjian1998-02-101-14/+13
* Add Var.varlevelup to code. More parser cleanup.Bruce Momjian1998-01-201-3/+3
* New pg_attribute.atttypmod for type-specific information likeBruce Momjian1998-01-161-5/+1
* Remove Query->qry_aggs and qry_numaggs and replace with Query->hasAggs.Bruce Momjian1998-01-151-7/+4
* Fix for ORDER BY in UNION.Bruce Momjian1997-12-291-5/+3
* Cleanup of UNION ALL fix. Manual page updates.Bruce Momjian1997-12-291-159/+223
* UNION work for UNION ALL and other union stuff.Bruce Momjian1997-12-271-43/+75
* Cleaning GCC warnings.Vadim B. Mikheev1997-12-261-2/+4
* Implementation of UNIONs.Bruce Momjian1997-12-241-34/+37
* Remove some recursion in optimizer and clean up some code there.Bruce Momjian1997-12-211-4/+8
* Fix aggregates on inherited tables.Bruce Momjian1997-12-201-12/+7
* 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 Existential, and ifdef out generate_fjoin. Neither did anything.Bruce Momjian1997-12-181-58/+1
* Fix Query handling for inheritance, and cost computations.Bruce Momjian1997-12-181-1/+4
* Break parser functions into smaller files, group together.Bruce Momjian1997-11-252-5/+5
* Remove archive stuff.Bruce Momjian1997-11-212-27/+8
* Remove all time travel stuff. Small parser cleanup.Bruce Momjian1997-11-202-74/+1
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-084-61/+61
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-084-284/+284
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-074-1040/+1173
* More NOT_USEDsBruce Momjian1997-08-201-2/+2
* Cast constants to the type of the other binary operand.Bruce Momjian1997-01-221-2/+3
* 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
* Cleanup MakefilesMarc G. Fournier1996-10-313-6/+8
* Simplify make files, add full dependencies.Bryan Henderson1996-10-272-14/+39
* Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier1996-07-095-0/+1384