summaryrefslogtreecommitdiff
path: root/src/backend/optimizer/prep
Commit message (Expand)AuthorAgeFilesLines
* New NameStr macro to convert Name to Str. No need for var.data anymore.Bruce Momjian1999-11-071-2/+2
* Rewrite preprocess_targetlist() to reduce overhead for simple INSERTs.Tom Lane1999-10-301-238/+160
* First cut at doing something reasonable with OR-of-ANDs WHERETom Lane1999-09-131-10/+220
* Further improvements in cnfify: reduce amount of self-recursionTom Lane1999-09-121-332/+381
* Performance improvements in cnfify(): get rid of exponentialTom Lane1999-09-071-249/+236
* Further planner/optimizer cleanups. Move all set_tlist_referencesTom Lane1999-08-221-6/+4
* Major revision of sort-node handling: push knowledge of queryTom Lane1999-08-212-29/+33
* Major planner/optimizer revision: get rid of PathOrder node type,Tom Lane1999-08-161-15/+10
* Move get_attdisbursion to lsyscache. Clean up get_typdefault.Tom Lane1999-08-091-6/+5
* Create a standardized expression_tree_mutator support routineTom Lane1999-08-091-12/+4
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-173-13/+2
* Final cleanup.Bruce Momjian1999-07-163-16/+16
* Update #include cleanupsBruce Momjian1999-07-161-2/+2
* Remove unused #includes in *.c files.Bruce Momjian1999-07-153-19/+3
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-152-4/+2
* Fix errors in SELECT ... GROUP BY ... UNION SELECT ...Tom Lane1999-06-101-1/+8
* Fix problems with grouping/aggregation in queries that useTom Lane1999-06-061-30/+51
* new_relation_targetlist used to cause about 8 separate (andTom Lane1999-05-291-58/+74
* pgindent run over code.Bruce Momjian1999-05-254-121/+127
* Change resjunk to a boolean.Bruce Momjian1999-05-171-7/+7
* Replaced targetlist entry in GroupClause by reference numberJan Wieck1999-05-121-1/+44
* Fix bushy plans. Cleanup.Bruce Momjian1999-02-181-5/+5
* Fix a number of places that made faulty assumptions aboutTom Lane1999-02-151-24/+57
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-134-28/+28
* Cleanup of source files where 'return' or 'var =' is alone on a line.Bruce Momjian1999-02-033-17/+10
* cnf'ify cleanupBruce Momjian1998-10-041-190/+184
* From: David Hartwig <daybee@bellatlantic.net>Marc G. Fournier1998-09-041-55/+55
* Oops missing file.Bruce Momjian1998-09-031-0/+213
* [Part #1: Type: text/plain, Encoding: 7bit, Size: 59]Bruce Momjian1998-09-031-2/+2
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-012-36/+28
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-013-56/+56
* Cleanup makeTargetEntry and remove internal.c.Bruce Momjian1998-07-201-7/+5
* Use defines rather than constants for types.Bruce Momjian1998-07-201-3/+3
* Fix explain for union and inheritance. Rename Append structureBruce Momjian1998-07-151-14/+17
* Change atttypmod from int16 to int32, for Thomas.Bruce Momjian1998-07-121-2/+2
* Remove un-needed braces around single statements.Bruce Momjian1998-06-153-39/+3
* Hi,Bruce Momjian1998-04-061-5/+3
* Small HAVING cleanup.Bruce Momjian1998-03-311-1/+3
* Merge rename name page into alter table. Fix UNION with DISTINCTBruce Momjian1998-03-311-14/+23
* documentation for HAVING, clean up UNION comment.Bruce Momjian1998-03-301-5/+21
* 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