aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor
Commit message (Expand)AuthorAge
* Install defenses against overflow in BuildTupleHashTable().Tom Lane2011-05-23
* Reset per-tuple memory context between every row in a scan node, even whenHeikki Linnakangas2011-05-21
* Refactor broken CREATE TABLE IF NOT EXISTS support.Robert Haas2011-04-25
* Make a code-cleanup pass over the collations patch.Tom Lane2011-04-22
* Pass collations to functions in FunctionCallInfoData, not FmgrInfo.Tom Lane2011-04-12
* Clean up most -Wunused-but-set-variable warnings from gcc 4.6Peter Eisentraut2011-04-11
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Fix check_exclusion_constraint() to insert correct collations in ScanKeys.Tom Lane2011-03-27
* Clean up cruft around collation initialization for tupdescs and scankeys.Tom Lane2011-03-26
* Pass collation to makeConst() instead of looking it up internally.Tom Lane2011-03-25
* Fix handling of collation in SQL-language functions.Tom Lane2011-03-24
* Revise collation derivation method and expression-tree representation.Tom Lane2011-03-19
* Split CollateClause into separate raw and analyzed node types.Tom Lane2011-03-11
* Rearrange snapshot handling to make rule expansion more consistent.Tom Lane2011-02-28
* Refactor the executor's API to support data-modifying CTEs better.Tom Lane2011-02-27
* Fix order of shutdown processing when CTEs contain inter-references.Tom Lane2011-02-25
* Support data-modifying commands (INSERT/UPDATE/DELETE) in WITH.Tom Lane2011-02-25
* Remove ExecRemoveJunk(), which is no longer used anywhere.Tom Lane2011-02-21
* Fix dangling-pointer problem in before-row update trigger processing.Tom Lane2011-02-21
* Implement an API to let foreign-data wrappers actually be functional.Tom Lane2011-02-20
* Fix improper matching of resjunk column names for FOR UPDATE in subselect.Tom Lane2011-02-09
* Per-column collation supportPeter Eisentraut2011-02-08
* Implement genuine serializable isolation level.Heikki Linnakangas2011-02-08
* Fix wrong error reports in 'number of array dimensions exceeds theItagaki Takahiro2011-02-01
* Fix PlanRowMark/ExecRowMark structures to handle inheritance correctly.Tom Lane2011-01-12
* Basic foreign table support.Robert Haas2011-01-01
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Move symbols for ExecMergeJoin's state machine into nodeMergejoin.c.Tom Lane2010-12-30
* Support RIGHT and FULL OUTER JOIN in hash joins.Tom Lane2010-12-30
* Fix typos.Robert Haas2010-12-21
* Generalize concept of temporary relations to "relation persistence".Robert Haas2010-12-13
* Create core infrastructure for KNNGIST.Tom Lane2010-12-02
* Prevent inlining a SQL function with multiple OUT parameters.Tom Lane2010-12-01
* Dept of second thoughts: don't try to push LIMIT below a SRF.Tom Lane2010-11-18
* Further fallout from the MergeAppend patch.Tom Lane2010-11-18
* Avoid using a local FunctionCallInfoData struct in ExecMakeFunctionResultTom Lane2010-11-01
* Support MergeAppend plans, to allow sorted output from append relations.Tom Lane2010-10-14
* Support triggers on views.Tom Lane2010-10-10
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* SERIALIZABLE transactions are actually implemented beneath the covers withJoe Conway2010-09-11
* Fix ExecMakeTableFunctionResult to verify that all rows returned by a SRFTom Lane2010-08-26
* Reset the per-output-tuple exprcontext each time through the main loop inTom Lane2010-08-18
* Standardize get_whatever_oid functions for object types withRobert Haas2010-08-05
* Fix oversight in new EvalPlanQual logic: the second loop over the ExecRowMarkTom Lane2010-07-28
* Fix potential failure when hashing the output of a subplan that producesTom Lane2010-07-28
* CREATE TABLE IF NOT EXISTS.Robert Haas2010-07-25
* Centralize DML permissions-checking logic.Robert Haas2010-07-22
* Remove a sanity check in the exclusion-constraint code that prevented usersTom Lane2010-07-16
* Make NestLoop plan nodes pass outer-relation variables into their innerTom Lane2010-07-12
* Add a hook in ExecCheckRTPerms().Robert Haas2010-07-09