]> granicus.if.org Git - postgresql/history - src/backend/optimizer/plan/planner.c
Mega-commit to make heap_open/heap_openr/heap_close take an
[postgresql] / src / backend / optimizer / plan / planner.c
1999-09-18 Tom LaneMega-commit to make heap_open/heap_openr/heap_close...
1999-09-13 Tom LaneFirst cut at doing something reasonable with OR-of...
1999-08-26 Tom LaneClean up some mistakes in handling of uplevel Vars...
1999-08-22 Tom LaneFurther sort-order twiddling in optimizer: be smart...
1999-08-22 Tom LaneFurther planner/optimizer cleanups. Move all set_tlist...
1999-08-21 Tom LaneMajor revision of sort-node handling: push knowledge...
1999-08-09 Bruce Momjian> > Prevent sorting if result is already sorted
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-07-16 Bruce MomjianFinal cleanup.
1999-07-15 Bruce MomjianRemove unused #includes in *.c files.
1999-07-15 Bruce MomjianClean up #include in /include directory. Add scripts...
1999-06-21 Tom LaneClean up problems with sublinks + grouping in planner...
1999-06-12 Tom LanePlug hole in dike: planner would coredump if query_planner
1999-06-06 Tom LaneFix problems with grouping/aggregation in queries that use
1999-05-25 Bruce Momjianpgindent run over code.
1999-05-17 Bruce MomjianChange resjunk to a boolean.
1999-05-13 Tom LaneRip out QueryTreeList structure, root and branch. ...
1999-05-12 Jan WieckReplaced targetlist entry in GroupClause by reference...
1999-05-10 Bruce MomjianChange error messages to oids come out as %u and not...
1999-05-04 Tom LaneMake sure targetlist generated for subplan does not...
1999-05-03 Tom LaneRevise union_planner and associated routines to clean...
1999-04-19 Tom LaneRepair some problems in planner's handling of HAVING...
1999-03-19 Bruce MomjianI suggest the following portability patch, which does not
1999-02-21 Marc G. FournierFrom: Tatsuo Ishii <t-ishii@sra.co.jp>
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1999-02-09 Bruce MomjianRename Temp to Noname for noname tables.
1999-02-03 Bruce MomjianCleanup of source files where 'return' or 'var =' is...
1999-02-03 Bruce MomjianOptimizer rename ClauseInfo -> RestrictInfo. Update...
1999-02-03 Jan WieckSort node for ORDER BY is suppressed if choosen index...
1999-02-02 Bruce MomjianFix create_rule is->as.
1999-01-25 Bruce MomjianAgg/Aggreg cleanup and datetime.sql patch.
1999-01-25 Vadim B. MikheevSELECT FOR UPDATE is implemented...
1999-01-18 Bruce MomjianHi!
1998-09-09 Vadim B. MikheevFix using GroupBy/non-GroupBy expressions in HAVING.
1998-09-08 Vadim B. MikheevFix GroupBY func broken by HAVING.
1998-09-03 Bruce Momjian[Part #1: Type: text/plain, Encoding: 7bit, Size: 59]
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-08-29 Bruce MomjianThis is the first (of hopefully few) AIX port patches...
1998-07-20 Bruce Momjiantarget list fixes.
1998-07-19 Bruce Momjian1) Queries using the having clause on base tables shoul...
1998-04-15 Bruce MomjianMove HAVING function to proper file.
1998-04-13 Bruce MomjianCleanup up code.
1998-03-31 Bruce MomjianSmall HAVING cleanup.
1998-03-30 Bruce MomjianI started adding the Having Clause and it works quite...
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-02-13 Vadim B. MikheevOld planner() becomes union_planner(); new planner...
1998-01-15 Bruce MomjianRemove Query->qry_aggs and qry_numaggs and replace...
1998-01-07 Bruce MomjianGoodbye ABORT. Hello ERROR for all errors.
1998-01-05 Bruce MomjianChange elog(WARN) to elog(ERROR) and elog(ABORT).
1997-12-29 Bruce MomjianCleanup of UNION ALL fix. Manual page updates.
1997-12-27 Bruce MomjianUNION work for UNION ALL and other union stuff.
1997-12-24 Bruce MomjianImplementation of UNIONs.
1997-12-22 Bruce MomjianFix for select 1=1 or 2=2, select 1=1 and 2=2, and...
1997-12-20 Bruce MomjianFix aggregates on inherited tables.
1997-12-18 Bruce MomjianRemove init_query_planner(), merged into planner().
1997-12-18 Bruce MomjianRemove Existential, and ifdef out generate_fjoin. ...
1997-11-25 Bruce MomjianBreak parser functions into smaller files, group together.
1997-11-21 Bruce MomjianRemove archive stuff.
1997-09-08 Bruce MomjianUsed modified version of indent that understands over...
1997-09-08 Bruce MomjianAnother PGINDENT run that changes variable indenting...
1997-09-07 Bruce MomjianMassive commit to run PGINDENT on all *.c and *.h files.
1997-09-05 Bruce MomjianCleanups needed for indent.
1997-09-05 Bruce MomjianCleanups needed for indent.
1997-09-05 Bruce MomjianCleanups needed for indent.
1997-09-05 Bruce MomjianCleanups needed for indent. Remove };
1996-10-31 Marc G. FournierCleanup Makefiles
1996-07-09 Marc G. FournierPostgres95 1.01 Distribution - Virgin Sources PG95-1_01