]> granicus.if.org Git - postgresql/history - src/backend/optimizer/util/clauses.c
Arrange to "inline" SQL functions that appear in a query's FROM clause,
[postgresql] / src / backend / optimizer / util / clauses.c
2008-03-18 Tom LaneArrange to "inline" SQL functions that appear in a...
2008-01-11 Tom LaneThe original implementation of polymorphic aggregates...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-22 Tom LaneSave one syscache lookup when examining volatility...
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-10-11 Tom LaneEnsure that the result of evaluating a function during...
2007-09-06 Tom LaneMake eval_const_expressions() preserve typmod when...
2007-09-03 Tom LaneImplement function-local GUC parameter settings, as...
2007-06-23 Tom LaneSeparate parse-analysis for utility commands out of...
2007-06-11 Tom LaneSupport UPDATE/DELETE WHERE CURRENT OF cursor_name...
2007-06-05 Tom LaneDowngrade implicit casts to text to be assignment-only...
2007-05-01 Tom LaneFix a thinko in my patch of a couple months ago for...
2007-04-30 Tom LaneMarginal performance hack: avoid unnecessary work in...
2007-04-27 Tom LaneModify processing of DECLARE CURSOR and EXPLAIN so...
2007-04-02 Tom LaneSupport enum data types. Along the way, use macros...
2007-03-27 Tom LaneFix array coercion expressions to ensure that the corre...
2007-03-17 Tom LaneFix up the remaining places where the expression node...
2007-03-13 Tom LaneFirst phase of plan-invalidation project: create a...
2007-03-06 Tom LaneFix oversight in original coding of inline_function...
2007-02-22 Tom LaneTurn the rangetable used by the executor into a flat...
2007-02-19 Tom LaneGet rid of some old and crufty global variables in...
2007-02-16 Tom LaneTeach find_nonnullable_rels to handle OR cases: if...
2007-02-02 Tom LaneRepair insufficiently careful type checking for SQL...
2007-02-01 Bruce MomjianWording cleanup for error messages. Also change can...
2007-01-22 Tom LaneAdd COST and ROWS options to CREATE/ALTER FUNCTION...
2007-01-17 Tom LaneAdd a note pointing out that is_pseudo_constant_clause...
2007-01-10 Tom LaneChange the planner-to-executor API so that the planner...
2007-01-09 Tom LaneSupport ORDER BY ... NULLS FIRST/LAST, and add ASC...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-12-24 Tom LaneCode review for XML patch. Instill a bit of sanity...
2006-12-23 Tom LaneRestructure operator classes to allow improved handling...
2006-12-21 Peter EisentrautInitial SQL/XML support: xml data type and initial...
2006-10-25 Tom Laneexpression_tree_walker failed to let walker function...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-09-28 Tom LaneFix IS NULL and IS NOT NULL tests on row-valued express...
2006-09-06 Tom LaneChange processing of extended-Query mode so that an...
2006-08-12 Tom LaneTweak SPI_cursor_open to allow INSERT/UPDATE/DELETE...
2006-08-12 Tom LaneAdd INSERT/UPDATE/DELETE RETURNING, with basic docs...
2006-08-04 Tom LaneTeach eval_const_expressions to simplify BooleanTest...
2006-08-02 Joe ConwayAdd support for multi-row VALUES clauses as part of...
2006-07-27 Tom LaneAggregate functions now support multiple input argument...
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-07-01 Tom LaneRevise the planner's handling of "pseudoconstant" WHERE...
2006-06-16 Tom LaneFix problems with cached tuple descriptors disappearing...
2006-04-22 Tom LaneSimplify ParamListInfo data structure to support only...
2006-03-14 Tom LaneImprove parser so that we can show an error cursor...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-02-06 Tom LaneImprove the tests to see if ScalarArrayOpExpr is strict...
2006-01-31 Tom LaneRestructure planner's handling of inheritance. Rather...
2006-01-25 Tom LaneAllow row comparisons to be used as indexscan qualifica...
2005-12-28 Tom LaneImplement SQL-compliant treatment of row comparisons...
2005-12-20 Tom LaneTeach planner how to rearrange join order for some...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-11-17 Tom LaneMake SQL arrays support null elements. This commit...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-07-03 Tom LaneDon't try to constant-fold functions returning RECORD...
2005-06-26 Tom LaneAdd Oracle-compatible GREATEST and LEAST functions...
2005-06-05 Tom LaneRemove planner's private fields from Query struct,...
2005-05-22 Tom LaneTeach the planner to remove SubqueryScan nodes from...
2005-04-23 Tom LaneTurns out that my recent elimination of the 'redundant...
2005-04-14 Tom LaneDon't try to constant-fold functions returning RECORD...
2005-04-10 Tom LaneMake constant-folding produce sane output for COALESCE...
2005-04-06 Tom LaneMerge Resdom nodes into TargetEntry nodes to simplify...
2005-03-31 Tom LaneFirst phase of OUT-parameters project. We can now...
2005-03-29 Tom LaneConvert oidvector and int2vector into variable-length...
2005-03-28 Tom LaneRethink the order of expression preprocessing: eval_con...
2005-03-27 Tom LaneTeach const-expression simplification to simplify boole...
2005-02-02 Tom LaneAdjust constant-folding of CASE expressions so that...
2005-01-28 Tom LaneImprove planner's estimation of the space needed for...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-12-11 Tom LaneInstead of supposing (wrongly, in the general case...
2004-11-09 Tom LaneAllow planner to fold "stable" functions to constants...
2004-10-22 Tom LaneIn ALTER COLUMN TYPE, strip any implicit coercion opera...
2004-10-07 Tom LaneFix problems with SQL functions returning rowtypes...
2004-10-02 Tom LaneClean up handling of inherited-table update queries...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-17 Tom LaneStandardize on the assumption that the arguments of...
2004-08-02 Tom LaneAllow DECLARE CURSOR to take parameters from the portal...
2004-06-11 Tom LaneWhen using extended-query protocol, postpone planning...
2004-06-09 Tom LaneSupport assignment to subfields of composite columns...
2004-06-05 Tom LaneTweak palloc/repalloc to allow zero bytes to be request...
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 Neil ConwayReimplement the linked list data structure used through...
2004-05-10 Tom LanePromote row expressions to full-fledged citizens of...
2004-04-02 Tom Lanecheck_sql_fn_retval has always thought that we supporte...
2004-04-02 Tom LaneGet rid of crocky use of RangeVar nodes in parser to...
2004-03-24 Tom LaneReplace max_expr_depth parameter with a max_stack_depth...
2004-03-21 Tom LaneRevise syntax-error reporting behavior to give pleasant...
2004-03-17 Tom LaneReimplement CASE val WHEN compval1 THEN ... WHEN compva...
2004-03-14 Tom LaneTweak planner so that index expressions and predicates...
2004-01-28 Tom Lanesimplify_function() mustn't try to evaluate functions...
2004-01-12 Tom LanePreserve AND/OR flatness during eval_const_expressions...
2004-01-10 Tom LaneImprove has_nullable_targetlist() to allow strict funct...
2004-01-05 Tom LaneImprove UniquePath logic to detect the case where the...
2004-01-04 Tom LaneMerge restrictlist_selectivity into clauselist_selectiv...
2003-12-30 Tom LaneAdjust the definition of RestrictInfo's left_relids...
2003-12-28 Tom LaneClean up the usage of canonicalize_qual(): in particula...
2003-12-09 Tom Lanequery_tree_mutator should copy RangeTblEntry nodes...
next