]> granicus.if.org Git - postgresql/history - src/backend/optimizer/util
Make the world safe for passing whole rows of views to functions. This
[postgresql] / src / backend / optimizer / util /
2001-04-18 Tom LaneMake the world safe for passing whole rows of views...
2001-03-27 Tom LaneRepair pgindent damage to comments.
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-03-08 Tom LaneA subplan invoked within an aggregate function's argume...
2001-02-16 Tom LaneTake OUTER JOIN semantics into account when estimating...
2001-02-12 Bruce MomjianCleanup
2001-02-12 Bruce MomjianAdd // -> /* */ mapping to pgindent.
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2001-01-09 Tom LaneFix oversight in planning of GROUP queries: when an...
2000-12-14 Tom LanePlanner speedup hacking. Avoid saving useless pathkeys...
2000-11-16 Tom LaneChange SearchSysCache coding conventions so that a...
2000-11-12 Tom LaneRestructure handling of inheritance queries so that...
2000-10-05 Bruce MomjianAdd proofreader's changes to docs.
2000-10-05 Tom LaneReimplementation of UNION/INTERSECT/EXCEPT. INTERSECT...
2000-09-29 Tom LaneSubselects in FROM clause, per ISO syntax: FROM (SELECT...
2000-09-25 Tom LaneUse variable aliases, if supplied, rather than real...
2000-09-12 Tom LaneFirst cut at full support for OUTER JOINs. There are...
2000-08-31 Peter EisentrautFix relative path references so that make knowns which...
2000-08-24 Tom LaneSQL-language functions are now callable in ordinary...
2000-08-21 Tom Lanefmgr interface mopup work. Use new DatumGetBool and...
2000-08-13 Tom LaneClean up handling of variable-free qual clauses. Syste...
2000-08-08 Tom LaneRemove 'func_tlist' from Func expression nodes, likewis...
2000-07-27 Tom LaneMake planner safe for recursive calls --- needed for...
2000-07-12 Tom LaneFirst stage of reclaiming memory in executor by resetti...
2000-07-05 Tom LaneUpdate textin() and textout() to new fmgr style. This...
2000-06-20 Tom LaneMake inheritance planning logic a little simpler and...
2000-06-18 Tom LaneReimplement nodeMaterial to use a temporary BufFile...
2000-06-17 Tom LaneFix performance problems with pg_index lookups (see...
2000-06-15 Bruce MomjianClean up #include's.
2000-06-09 Tom LaneCause inheritance patch to meet minimum coding standard...
2000-06-09 Bruce MomjianInheritance overhaul by Chris Bitmead <chris@bitmead...
2000-06-08 Bruce MomjianMark functions as static and ifdef NOT_USED as appropriate.
2000-05-30 Tom LaneThird round of fmgr updates: eliminate calls using...
2000-05-30 Bruce MomjianRemove unused include files. Do not touch /port or...
2000-05-29 Tom LaneGenerated header files parse.h and fmgroids.h are now...
2000-05-28 Tom LaneConstant-expression simplifier now knows how to simplif...
2000-05-28 Tom LaneFirst round of changes for new fmgr interface. fmgr...
2000-04-16 Tom Laneget_relattval() should treat a NULL constant as a non...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-04-04 Tom LaneFix extremely nasty little bug observed when a sub...
2000-03-22 Tom LaneRepair logic flaw in cost estimator: cost_nestloop...
2000-03-21 Tom LaneRestructure planning code so that preprocessing of...
2000-03-19 Tom LaneMinor code rearrangement & doc improvement in eval_cons...
2000-03-12 Tom LaneFix performance bug in constant-expression simplifier...
2000-02-20 Tom LaneCreate a new expression node type RelabelType, which...
2000-02-18 Tom LanePlug some more memory leaks in the planner. It still...
2000-02-18 Hiroshi InoueImplement reindex command
2000-02-17 Tom LaneFinish repairing 6.5's problems with r-tree indexes...
2000-02-15 Tom LaneNew cost model for planning, incorporating a penalty...
2000-02-15 Thomas G. LockhartCarry column aliases from the parser frontend. Enables...
2000-02-07 Tom LaneRepair planning bugs caused by my misguided removal...
2000-02-06 Tom LaneRename same() to sameseti() to have a slightly less...
2000-01-27 Tom LaneRedesign DISTINCT ON as discussed in pgsql-sql 1/25...
2000-01-26 Bruce MomjianAdd:
2000-01-22 Tom LaneRevise handling of index-type-specific indexscan cost...
2000-01-15 Peter EisentrautFixed all elog related warnings, as well as a few others.
2000-01-12 Tom LanePut back erroneously removed zeroing of sentinel elements
2000-01-11 Bruce MomjianMore cleanups. Still doesn't work.
2000-01-09 Tom LaneAnother round of planner/optimizer work. This is just...
1999-12-13 Bruce MomjianNew LDOUT makefile variable for QNX os.
1999-12-13 Tom Laneaggregate(DISTINCT ...) works, per SQL spec.
1999-12-09 Bruce MomjianMake LD -r as macros that can be changed for QNX.
1999-12-09 Tom LaneReplace generic 'Illegal use of aggregates' error messa...
1999-11-23 Bruce MomjianTid access method feature from Hiroshi Inoue, Inoue...
1999-11-22 Bruce MomjianAdd system indexes to match all caches.
1999-11-21 Tom LaneCombine index_info and find_secondary_indexes into...
1999-10-07 Tom LaneFix planner and rewriter to follow SQL semantics for...
1999-10-02 Tom LaneFix make_clause and make_opclause to record valid type...
1999-09-26 Tom LaneImplement constant-expression simplification per Bernard
1999-09-18 Tom LaneMega-commit to make heap_open/heap_openr/heap_close...
1999-09-09 Tom LaneRepair error noticed by Roberto Cornacchia: selectivity...
1999-08-26 Tom LaneClean up some mistakes in handling of uplevel Vars...
1999-08-25 Tom LaneRevise implementation of SubLinks so that there is...
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-16 Tom LaneMajor planner/optimizer revision: get rid of PathOrder...
1999-08-12 Tom LaneClean up optimizer's handling of indexscan quals that...
1999-08-10 Tom LaneMinor cleanups and code beautification; eliminate some
1999-08-09 Tom LaneClean up tlist.c tree-walking routines with
1999-08-09 Tom LaneCreate a standardized expression_tree_mutator support...
1999-08-06 Tom LaneRevise generation of hashjoin paths: generate one path per
1999-07-30 Tom LaneUpdate comments about clause selectivity estimation.
1999-07-30 Tom LaneFurther cleanups of indexqual processing: simplify...
1999-07-30 Tom LaneFix coredump seen when doing mergejoin between indexed...
1999-07-27 Tom LaneFirst cut at doing LIKE/regex indexing optimization in
1999-07-25 Tom LaneFurther work on planning of indexscans. Cleaned up...
1999-07-24 Tom LaneClean up messy clause-selectivity code in clausesel...
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-07-16 Bruce MomjianFinal cleanup.
1999-07-16 Bruce MomjianUpdate #include cleanups
1999-07-15 Bruce MomjianChange #include's to use <> and "" as appropriate.
1999-07-15 Bruce MomjianRemove unused #includes in *.c files.
1999-07-15 Bruce MomjianClean up #include in /include directory. Add scripts...
1999-07-07 Bruce MomjianFix for \do and ceil()/float.
1999-06-21 Tom LaneOn second thought, expression_tree_walker should handle...
1999-06-19 Tom LaneCreate a generic expression-tree-walker subroutine...
1999-05-25 Bruce MomjianAnother pgindent run. Sorry folks.
1999-05-25 Bruce Momjianpgindent run over code.
1999-05-17 Bruce MomjianChange resjunk to a boolean.
1999-05-12 Jan WieckReplaced targetlist entry in GroupClause by reference...
next