]> granicus.if.org Git - postgresql/history - src/backend/optimizer/prep
Another pgindent run with lib typedefs added.
[postgresql] / src / backend / optimizer / prep /
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-19 Tom LaneRepair some issues with column aliases and RowExpr...
2004-06-16 Tom LaneRepresent type-specific length coercion functions as...
2004-06-05 Tom LaneTweak palloc/repalloc to allow zero bytes to be request...
2004-06-05 Tom LaneMake the world very nearly safe for composite-type...
2004-06-01 Tom LaneJust about there on de-FastList-ification.
2004-05-30 Neil ConwayUse the new List API function names throughout the...
2004-05-26 Tom LaneUse a cleaner substitute for the inability to apply...
2004-05-26 Neil ConwayReimplement the linked list data structure used through...
2004-05-11 Tom LaneYawn ... still another place not quite ready for zero...
2004-05-10 Tom LanePromote row expressions to full-fledged citizens of...
2004-04-07 Tom LaneExtend set-operation planning to keep track of the...
2004-01-18 Tom LaneWhen testing whether a sub-plan can do projection,...
2004-01-10 Tom LaneImprove has_nullable_targetlist() to allow strict funct...
2004-01-10 Tom LaneFix subquery pullup logic to not be fooled when a view...
2004-01-04 Tom LaneMerge restrictlist_selectivity into clauselist_selectiv...
2004-01-04 Tom LaneRewrite OR indexscan processing to be more flexible...
2003-12-30 Tom LaneInstead of trying to force WHERE clauses into CNF or...
2003-12-28 Tom LaneClean up the usage of canonicalize_qual(): in particula...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-10-13 Tom Lanepull_up_subqueries() should copy the subquery before...
2003-09-25 Peter EisentrautMessage editing: remove gratuitous variations in messag...
2003-08-11 Tom LaneRewriter and planner should use only resno, not resname...
2003-08-08 Bruce MomjianAnother pgindent run with updated typedefs.
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-07-28 Tom LaneA visit from the message-style police ...
2003-07-25 Tom LaneError message editing in backend/optimizer, backend...
2003-07-20 Tom LaneAnother round of error message editing, covering backen...
2003-07-16 Tom LaneAdd defenses against trying to attach qual conditions...
2003-06-29 Tom LaneRestructure building of join relation targetlists so...
2003-06-16 Tom LaneAllow GROUP BY, ORDER BY, DISTINCT targets to be unknow...
2003-05-28 Tom LaneFix some planner performance problems with large WHERE...
2003-05-12 Tom LaneApply fixes for problems with dropped columns whose...
2003-05-06 Tom LaneImplement feature of new FE/BE protocol whereby RowDesc...
2003-04-29 Tom LaneInfrastructure for deducing Param types from context...
2003-04-24 Tom LaneAdjust subquery qual pushdown rules so that we can...
2003-03-10 Tom LaneRestructure parsetree representation of DECLARE CURSOR...
2003-03-05 Tom LaneTurns out new IN implementation has got some problems...
2003-02-10 Tom LaneFix thinko in new logic about pushing down non-nullabil...
2003-02-09 Tom LaneDetect case where an outer join can be reduced to a...
2003-02-09 Tom LaneCreate a distinction between Lists of integers and...
2003-02-09 Tom LaneRemove bogus comment (too freely copied & pasted).
2003-02-08 Tom LaneReplace planner's representation of relation sets,...
2003-02-03 Tom LaneDetermine the set of constraints applied to a domain...
2003-01-25 Tom LaneAllow the planner to collapse explicit inner JOINs...
2003-01-20 Tom LaneIN clauses appearing at top level of WHERE can now...
2003-01-17 Tom LaneAdjust API of expression_tree_mutator and query_tree_mu...
2003-01-15 Tom LaneAllow merge and hash joins to occur on arbitrary expres...
2003-01-12 Tom LaneRevise cost_qual_eval() to compute both startup (one...
2003-01-05 Tom LaneFix inherited UPDATE for cases where child column numbe...
2002-12-14 Tom LaneClean up plantree representation of SubPlan-s --- SubLi...
2002-12-12 Tom LanePhase 2 of read-only-plans project: restructure express...
2002-11-25 Tom LaneRemove unused constisset and constiscast fields of...
2002-09-18 Tom LaneExtend pg_cast castimplicit column to a three-way value...
2002-09-11 Tom LaneTweak querytree-dependency-extraction code so that...
2002-09-04 Bruce Momjianpgindent run.
2002-09-02 Bruce MomjianRemove sys/types.h in files that include postgres.h...
2002-08-31 Tom LaneCode review for domain-constraints patch. Use a new...
2002-08-29 Tom LanePush down outer qualification clauses into UNION and...
2002-08-02 Tom LaneALTER TABLE DROP COLUMN works. Patch by Christopher...
2002-07-30 Tom LaneIf we're cleaning out _deadcode, might as well zap...
2002-06-26 Bruce MomjianThe attached patch fixes some spelling mistakes, makes the
2002-06-25 Bruce MomjianBack out cleanup patch. Got old version and needs...
2002-06-25 Bruce MomjianThe attached patch fixes some spelling mistakes, makes the
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-06-16 Bruce MomjianRemove KSQO from GUC and move file to _deadcode.
2002-05-12 Tom LaneGet rid of long-since-vestigial Iter node type, in...
2002-04-05 Tom LaneUndo not-so-hot decision to postpone insertion of defau...
2002-04-02 Hiroshi InoueRemoved obsolete DROP_COLUMN_HACK stuff.
2002-03-22 Tom LaneA little further progress on schemas: push down RangeVa...
2002-03-20 Tom LaneCode review for DOMAIN patch.
2002-03-19 Bruce MomjianAdd DOMAIN support. Includes manual pages and regressi...
2002-03-12 Tom LaneRestructure representation of join alias variables...
2002-03-07 Bruce MomjianBack out domain patch until it works properly.
2002-03-06 Bruce MomjianOk. Updated patch attached.
2002-03-05 Tom LanePrevious patch to mark UNION outputs with common typmod...
2002-03-01 Tom LaneSecond thoughts dept: arrange to cache mergejoin scan...
2001-11-12 Tom LaneIf the inputs of a UNION/INTERSECT/EXCEPT construct...
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-11-02 Tom LaneAdd default expressions to INSERTs during planning...
2001-10-28 Bruce MomjianAnother pgindent run. Fixes enum indenting, and improv...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-09-06 Tom LaneFix handling of pg_type.typdefault per bug report from...
2001-08-14 Tom LaneFix brokenness of nested EXCEPT/INTERSECT queries....
2001-06-05 Tom LaneFurther work on making use of new statistics in planner...
2001-05-20 Tom LaneModify optimizer data structures so that IndexOptInfo...
2001-05-07 Tom LaneRewrite of planner statistics-gathering code. ANALYZE...
2001-03-27 Tom LaneQuick hack to fix Oliver Elphick's problem with subsele...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2001-01-17 Bruce MomjianChange lcons(x, NIL) to makeList(x) where appropriate.
2000-12-14 Tom LanePlanner speedup hacking. Avoid saving useless pathkeys...
2000-12-12 Tom LaneCache eval cost of qualification expressions in Restric...
2000-11-16 Tom LaneChange SearchSysCache coding conventions so that a...
2000-11-12 Tom LaneRestructure handling of inheritance queries so that...
2000-11-09 Tom LaneRepair some bugs in new union/intersect/except code.
2000-10-05 Tom LaneReimplementation of UNION/INTERSECT/EXCEPT. INTERSECT...
2000-09-29 Tom LaneSubselects in FROM clause, per ISO syntax: FROM (SELECT...
next