summaryrefslogtreecommitdiff
path: root/src/backend/executor/execQual.c
AgeCommit message (Expand)Author
2016-06-03Mark read/write expanded values as read-only in ExecProject().Tom Lane
2016-04-27Tighten up sanity checks for parallel aggregate in execQual.c.Robert Haas
2016-03-21Support parallel aggregation.Robert Haas
2016-01-02Update copyright for 2016Bruce Momjian
2015-12-22Allow omitting one or both boundaries in an array slice specifier.Tom Lane
2015-12-18Revert 9246af6799819847faa33baf441251003acbb8fe becauseTeodor Sigaev
2015-12-18Allow to omit boundaries in array subscriptTeodor Sigaev
2015-08-04Share transition state between different aggregates when possible.Heikki Linnakangas
2015-08-02Fix a number of places that produced XX000 errors in the regression tests.Tom Lane
2015-05-23pgindent run for 9.5Bruce Momjian
2015-05-16Support GROUPING SETS, CUBE and ROLLUP.Andres Freund
2015-05-14Support "expanded" objects, particularly arrays, for better performance.Tom Lane
2015-03-01Use the typcache to cache constraints for domain types.Tom Lane
2015-02-16Rationalize the APIs of array element/slice access functions.Tom Lane
2015-02-15Fix null-pointer-deref crash while doing COPY IN with check constraints.Tom Lane
2015-01-06Update copyright for 2015Bruce Momjian
2014-11-10Ensure that RowExprs and whole-row Vars produce the expected column names.Tom Lane
2014-07-11Fix bug with whole-row references to append subplans.Tom Lane
2014-06-19Avoid leaking memory while evaluating arguments for a table function.Tom Lane
2014-05-06pgindent run for 9.4Bruce Momjian
2014-05-01Fix failure to detoast fields in composite elements of structured types.Tom Lane
2014-01-08Fix "cannot accept a set" error when only some arms of a CASE return a set.Tom Lane
2014-01-07Update copyright for 2014Bruce Momjian
2013-12-23Support ordered-set (WITHIN GROUP) aggregates.Tom Lane
2013-07-16Implement the FILTER clause for aggregate function calls.Noah Misch
2013-05-29pgindent run for release 9.3Bruce Momjian
2013-05-12Fix handling of strict non-set functions with NULLs in set-valued inputs.Tom Lane
2013-04-19Improve error message when an FDW doesn't support WHERE CURRENT OF.Tom Lane
2013-04-12sepgsql: Enforce db_procedure:{execute} permission.Robert Haas
2013-01-29Provide database object names as separate fields in error messages.Tom Lane
2013-01-01Update copyrights for 2013Bruce Momjian
2012-08-30Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera
2012-07-20Fix whole-row Var evaluation to cope with resjunk columns (again).Tom Lane
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-02-14Preserve column names in the execution-time tupledesc for a RowExpr.Tom Lane
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-10-11Rearrange the implementation of index-only scans.Tom Lane
2011-04-12Pass collations to functions in FunctionCallInfoData, not FmgrInfo.Tom Lane
2011-04-10pgindent run before PG 9.1 beta 1.Bruce Momjian
2011-03-25Pass collation to makeConst() instead of looking it up internally.Tom Lane
2011-03-19Revise collation derivation method and expression-tree representation.Tom Lane
2011-03-11Split CollateClause into separate raw and analyzed node types.Tom Lane
2011-02-08Per-column collation supportPeter Eisentraut
2011-02-01Fix wrong error reports in 'number of array dimensions exceeds theItagaki Takahiro
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-12-02Create core infrastructure for KNNGIST.Tom Lane
2010-11-01Avoid using a local FunctionCallInfoData struct in ExecMakeFunctionResultTom Lane
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-08-26Fix ExecMakeTableFunctionResult to verify that all rows returned by a SRFTom Lane
2010-07-12Make NestLoop plan nodes pass outer-relation variables into their innerTom Lane