]> granicus.if.org Git - postgresql/history - src/backend/executor/execQual.c
Faster expression evaluation and targetlist projection.
[postgresql] / src / backend / executor / execQual.c
2017-03-25 Andres FreundFaster expression evaluation and targetlist projection.
2017-03-12 Noah MischUse wrappers of PG_DETOAST_DATUM_PACKED() more.
2017-03-11 Andres FreundImprove expression evaluation test coverage.
2017-01-27 Andres FreundUse the new castNode() macro in a number of places.
2017-01-19 Andres FreundRemove obsoleted code relating to targetlist SRF evalua...
2017-01-18 Andres FreundMove targetlist SRF handling from expression evaluation...
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-12-23 Peter EisentrautRemove unnecessary casts of makeNode() result
2016-12-22 Tom LaneFix handling of expanded objects in CoerceToDomain...
2016-08-17 Tom LaneImprove parsetree representation of special functions...
2016-08-08 Tom LaneFix two errors with nested CASE/WHEN constructs.
2016-07-27 Tom LaneAllow functions that return sets of tuples to return...
2016-07-26 Tom LaneFix constant-folding of ROW(...) IS [NOT] NULL with...
2016-06-26 Tom LaneRethink node-level representation of partial-aggregatio...
2016-06-03 Tom LaneMark read/write expanded values as read-only in ExecPro...
2016-04-27 Robert HaasTighten up sanity checks for parallel aggregate in...
2016-03-21 Robert HaasSupport parallel aggregation.
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-12-23 Tom LaneAllow omitting one or both boundaries in an array slice...
2015-12-18 Teodor SigaevRevert 9246af6799819847faa33baf441251003acbb8fe because
2015-12-18 Teodor SigaevAllow to omit boundaries in array subscript
2015-08-04 Heikki LinnakangasShare transition state between different aggregates...
2015-08-03 Tom LaneFix a number of places that produced XX000 errors in...
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-05-16 Andres FreundSupport GROUPING SETS, CUBE and ROLLUP.
2015-05-14 Tom LaneSupport "expanded" objects, particularly arrays, for...
2015-03-01 Tom LaneUse the typcache to cache constraints for domain types.
2015-02-16 Tom LaneRationalize the APIs of array element/slice access...
2015-02-16 Tom LaneFix null-pointer-deref crash while doing COPY IN with...
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-11-10 Tom LaneEnsure that RowExprs and whole-row Vars produce the...
2014-07-11 Tom LaneFix bug with whole-row references to append subplans.
2014-06-20 Tom LaneAvoid leaking memory while evaluating arguments for...
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-05-01 Tom LaneFix failure to detoast fields in composite elements...
2014-01-09 Tom LaneFix "cannot accept a set" error when only some arms...
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-12-23 Tom LaneSupport ordered-set (WITHIN GROUP) aggregates.
2013-07-17 Noah MischImplement the FILTER clause for aggregate function...
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-05-12 Tom LaneFix handling of strict non-set functions with NULLs...
2013-04-19 Tom LaneImprove error message when an FDW doesn't support WHERE...
2013-04-12 Robert Haassepgsql: Enforce db_procedure:{execute} permission.
2013-01-29 Tom LaneProvide database object names as separate fields in...
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-08-30 Alvaro HerreraSplit tuple struct defs from htup.h to htup_details.h
2012-07-20 Tom LaneFix whole-row Var evaluation to cope with resjunk colum...
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-02-14 Tom LanePreserve column names in the execution-time tupledesc...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-10-11 Tom LaneRearrange the implementation of index-only scans.
2011-04-12 Tom LanePass collations to functions in FunctionCallInfoData...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-03-26 Tom LanePass collation to makeConst() instead of looking it...
2011-03-20 Tom LaneRevise collation derivation method and expression-tree...
2011-03-11 Tom LaneSplit CollateClause into separate raw and analyzed...
2011-02-08 Peter EisentrautPer-column collation support
2011-02-01 Itagaki TakahiroFix wrong error reports in 'number of array dimensions...
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-12-03 Tom LaneCreate core infrastructure for KNNGIST.
2010-11-01 Tom LaneAvoid using a local FunctionCallInfoData struct in...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-08-26 Tom LaneFix ExecMakeTableFunctionResult to verify that all...
2010-07-12 Tom LaneMake NestLoop plan nodes pass outer-relation variables...
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-18 Tom LaneFix ExecEvalArrayRef to pass down the old value of...
2010-01-11 Tom LaneImprove ExecEvalVar's handling of whole-row variables...
2010-01-09 Tom LaneMake ExecEvalFieldSelect throw a more intelligible...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2010-01-01 Tom LaneAdd an "argisrow" field to NullTest nodes, following...
2009-12-29 Heikki LinnakangasPrevious fix for temporary file management broke return...
2009-12-14 Tom LaneFix a bug introduced when set-returning SQL functions...
2009-11-20 Tom LaneAdd a WHEN clause to CREATE TRIGGER, allowing a boolean...
2009-11-04 Tom LaneAdd support for invoking parser callback hooks via...
2009-10-26 Tom LaneRe-implement EvalPlanQual processing to improve its...
2009-10-08 Tom LaneRemove very ancient tuple-counting infrastructure ...
2009-08-06 Tom LaneImprove plpgsql's ability to cope with rowtypes contain...
2009-06-11 Tom LaneFix things so that you can still do "select foo()"...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-06-09 Peter EisentrautFix xmlattribute escaping XML special characters twice...
2009-06-04 Tom LaneImprove the recently-added support for properly plurali...
2009-04-08 Peter EisentrautXMLATTRIBUTES() should send the attribute values through
2009-04-05 Tom LaneMake ExecInitExpr build the list of SubPlans found...
2009-04-02 Tom LaneRefactor ExecProject and associated routines so that...
2009-03-27 Tom LaneFix possible failures when a tuplestore switches from...
2009-03-26 Peter EisentrautGettext plural support
2009-01-09 Tom LaneArrange for function default arguments to be processed...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-12-28 Tom LaneSupport window functions a la SQL:2008.
2008-12-18 Tom LaneFix oversight in my recent patch to allow ExecMakeFunct...
2008-11-15 Peter EisentrautFix crash of xmlconcat(NULL)
2008-10-31 Tom LaneAllow SQL-language functions to return the output of...
2008-10-29 Tom LaneBe more tense about not creating tuplestores with rando...
2008-10-28 Tom LaneExtend ExecMakeFunctionResult() to support set-returnin...
2008-08-25 Tom LaneMove exprType(), exprTypmod(), expression_tree_walker...
2008-08-22 Tom LaneArrange to convert EXISTS subqueries that are equivalen...
2008-05-15 Tom LaneAdd support for tracking call counts and elapsed runtim...
2008-05-12 Alvaro HerreraRestructure some header files a bit, in particular...
2008-04-13 Tom LaneSince createplan.c no longer cares whether index operat...
2008-03-25 Tom LaneSimplify and standardize conversions between TEXT datum...
next