summaryrefslogtreecommitdiff
path: root/src/backend/optimizer
AgeCommit message (Expand)Author
1998-04-27This patch...Bruce Momjian
1998-04-15Move HAVING function to proper file.Bruce Momjian
1998-04-13Cleanup up code.Bruce Momjian
1998-04-06Cleanup of compiler warnings.Bruce Momjian
1998-04-06Hi,Bruce Momjian
1998-04-02Fix merging pathes of pruned rels ("indices are unused" problem).Vadim B. Mikheev
1998-03-31Small HAVING cleanup.Bruce Momjian
1998-03-31Merge rename name page into alter table. Fix UNION with DISTINCTBruce Momjian
1998-03-30documentation for HAVING, clean up UNION comment.Bruce Momjian
1998-03-30There's a patch attached to fix gcc 2.8.x warnings, except for theBruce Momjian
1998-03-30I started adding the Having Clause and it works quite fine forBruce Momjian
1998-03-16Fix for Datasize = 0 error, from Vadim.Bruce Momjian
1998-03-16subselect notes from Vadim.Bruce Momjian
1998-02-26pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian
1998-02-13Support for subselects.Vadim B. Mikheev
1998-02-13Call union_planner() instead of planner().Vadim B. Mikheev
1998-02-13Old planner() becomes union_planner(); new planner() makes initializationVadim B. Mikheev
1998-02-13Quite limited support for subselects in clausesel.c.Vadim B. Mikheev
1998-02-11Goodbye register keyword. Compiler knows better.Bruce Momjian
1998-02-10Pass attypmod through to executor by adding to Var and Resdom.Bruce Momjian
1998-01-20Add Var.varlevelup to code. More parser cleanup.Bruce Momjian
1998-01-16New pg_attribute.atttypmod for type-specific information likeBruce Momjian
1998-01-15Thank god for searchable mail archives.PostgreSQL Daemon
1998-01-15Remove Query->qry_aggs and qry_numaggs and replace with Query->hasAggs.Bruce Momjian
1998-01-14Function cleanupo for List* when it should be Node *.Bruce Momjian
1998-01-14Cleanup of prototypes. FIx for PQtrace start/stop several times.Bruce Momjian
1998-01-13Some *very* major changes by darrenk@insightdist.com (Darren King)Marc G. Fournier
1998-01-07Goodbye ABORT. Hello ERROR for all errors.Bruce Momjian
1998-01-06Change some labels in bootparse to make ctags happy. Clean up outfunc/readfu...Bruce Momjian
1998-01-05Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian
1997-12-29Fix for ORDER BY in UNION.Bruce Momjian
1997-12-29Cleanup of UNION ALL fix. Manual page updates.Bruce Momjian
1997-12-27UNION work for UNION ALL and other union stuff.Bruce Momjian
1997-12-26Cleaning GCC warnings.Vadim B. Mikheev
1997-12-24Implementation of UNIONs.Bruce Momjian
1997-12-23Remove regression in function.Bruce Momjian
1997-12-22Fix for select 1=1 or 2=2, select 1=1 and 2=2, and select sum(2+2).Bruce Momjian
1997-12-21Remove some recursion in optimizer and clean up some code there.Bruce Momjian
1997-12-20Fix aggregates on inherited tables.Bruce Momjian
1997-12-20Major cleanout of PORTNAME variables from Makefiles...bound to screw upMarc G. Fournier
1997-12-19More cleanups. I can now compile without PORTNAME being defined nMarc G. Fournier
1997-12-18Remove init_query_planner(), merged into planner().Bruce Momjian
1997-12-18Remove Existential, and ifdef out generate_fjoin. Neither did anything.Bruce Momjian
1997-12-18Cost cleanup.Bruce Momjian
1997-12-18Cost cleanup.Bruce Momjian
1997-12-18Fix Query handling for inheritance, and cost computations.Bruce Momjian
1997-12-17Add optimizer README file.Bruce Momjian
1997-12-11Rename pg_plan and pg_eval to be more meaningful.Bruce Momjian
1997-11-25Break parser functions into smaller files, group together.Bruce Momjian
1997-11-21Remove archive stuff.Bruce Momjian