Commits

DateSubjectAuthorReleases
2011-03-26 Pass collation to makeConst() instead of looking it up internally. Tom Lane 9.1.0
2011-03-20 Revise collation derivation method and expression-tree representation. Tom Lane 9.1.0
2011-03-11 Split CollateClause into separate raw and analyzed node types. Tom Lane 9.1.0
2010-12-03 Create core infrastructure for KNNGIST. Tom Lane 9.1.0
2010-11-01 Avoid using a local FunctionCallInfoData struct in ExecMakeFunctionResult Tom Lane 9.1.0
2010-08-26 Fix ExecMakeTableFunctionResult to verify that all rows returned by a SRF Tom Lane 8.0.26
2010-08-26 Fix ExecMakeTableFunctionResult to verify that all rows returned by a SRF Tom Lane 8.1.22
2010-08-26 Fix ExecMakeTableFunctionResult to verify that all rows returned by a SRF Tom Lane 8.2.18
2010-08-26 Fix ExecMakeTableFunctionResult to verify that all rows returned by a SRF Tom Lane 8.3.12
2010-08-26 Fix ExecMakeTableFunctionResult to verify that all rows returned by a SRF Tom Lane 8.4.5
2010-08-26 Fix ExecMakeTableFunctionResult to verify that all rows returned by a SRF Tom Lane 9.0.0
2010-08-26 Fix ExecMakeTableFunctionResult to verify that all rows returned by a SRF Tom Lane 9.1.0
2010-07-12 Make NestLoop plan nodes pass outer-relation variables into their inner Tom Lane 9.1.0
2010-02-18 Fix ExecEvalArrayRef to pass down the old value of the array element or slice Tom Lane 8.3.10
2010-02-18 Fix ExecEvalArrayRef to pass down the old value of the array element or slice Tom Lane 8.4.3
2010-02-18 Fix ExecEvalArrayRef to pass down the old value of the array element or slice Tom Lane 9.0.0
2010-01-11 Improve ExecEvalVar's handling of whole-row variables in cases where the Tom Lane 8.4.3
2010-01-11 Improve ExecEvalVar's handling of whole-row variables in cases where the Tom Lane 9.0.0
2010-01-09 Make ExecEvalFieldSelect throw a more intelligible error if it's asked to Tom Lane 9.0.0
2010-01-01 Add an "argisrow" field to NullTest nodes, following a plan made way back in Tom Lane 9.0.0
2009-12-14 Fix a bug introduced when set-returning SQL functions were made inline-able: Tom Lane 8.4.3
2009-12-14 Fix a bug introduced when set-returning SQL functions were made inline-able: Tom Lane 9.0.0
2009-11-20 Add a WHEN clause to CREATE TRIGGER, allowing a boolean expression to be Tom Lane 9.0.0
2009-11-04 Add support for invoking parser callback hooks via SPI and in cached plans. Tom Lane 9.0.0
2009-10-26 Re-implement EvalPlanQual processing to improve its performance and eliminate Tom Lane 9.0.0