summaryrefslogtreecommitdiff
path: root/src/include/nodes
AgeCommit message (Expand)Author
2016-02-12Introduce extensible node types.Robert Haas
2016-02-07Introduce a new GUC force_parallel_mode for testing purposes.Robert Haas
2016-02-03Allow parallel custom and foreign scans.Robert Haas
2016-02-03Remove CustomPath's TextOutCustomPath method.Robert Haas
2016-01-28Only try to push down foreign joins if the user mapping OIDs match.Robert Haas
2016-01-21Add defenses against putting expanded objects into Const nodes.Tom Lane
2016-01-20Support parallel joins, and make related improvements.Robert Haas
2016-01-20Support multi-stage aggregation.Robert Haas
2016-01-18Restructure index access method API to hide most of it at the C level.Tom Lane
2016-01-02Update copyright for 2016Bruce Momjian
2015-12-23Allow 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-12-11Get rid of the planner's LateralJoinInfo data structure.Tom Lane
2015-12-11Still more fixes for planner's handling of LATERAL references.Tom Lane
2015-12-09Allow EXPLAIN (ANALYZE, VERBOSE) to display per-worker statistics.Robert Haas
2015-12-08Improve performance in freeing memory contextsKevin Grittner
2015-12-08Allow foreign and custom joins to handle EvalPlanQual rechecks.Robert Haas
2015-12-07Simplify LATERAL-related calculations within add_paths_to_joinrel().Tom Lane
2015-11-27COPY (INSERT/UPDATE/DELETE .. RETURNING ..)Teodor Sigaev
2015-11-12Provide readfuncs support for custom scans.Robert Haas
2015-11-11Generate parallel sequential scan plans in simple cases.Robert Haas
2015-11-11Make sequential scans parallel-aware.Robert Haas
2015-11-06Modify tqueue infrastructure to support transient record types.Robert Haas
2015-11-02Fix problems with ParamListInfo serialization mechanism.Robert Haas
2015-10-27Make Gather node projection-capable.Robert Haas
2015-10-20Fix incorrect comment in plannodes.hRobert Haas
2015-10-16Rewrite interaction of parallel mode with parallel executor support.Robert Haas
2015-10-15Allow FDWs to push down quals without breaking EvalPlanQual rechecks.Robert Haas
2015-10-05Do not write out WCOs in QueryStephen Frost
2015-10-05ALTER TABLE .. FORCE ROW LEVEL SECURITYStephen Frost
2015-09-30Add a Gather executor node.Robert Haas
2015-09-29Parallel executor support.Robert Haas
2015-09-17Add new function planstate_tree_walker.Robert Haas
2015-09-16Determine whether it's safe to attempt a parallel plan for a query.Robert Haas
2015-09-16Remove no-longer-used T_PrivGrantee node tag.Tom Lane
2015-09-15RLS refactoringStephen Frost
2015-09-08Allow per-tablespace effective_io_concurrencyAlvaro Herrera
2015-09-06Add ability to reserve WAL upon slot creation via replication protocol.Andres Freund
2015-08-25Limit the verbosity of memory context statistics dumps.Tom Lane
2015-08-21Rename 'cmd' to 'cmd_name' in CreatePolicyStmtStephen Frost
2015-08-12Postpone extParam/allParam calculations until the very end of planning.Tom Lane
2015-08-05Rely on inline functions even if that causes warnings in older compilers.Andres Freund
2015-08-04Share transition state between different aggregates when possible.Heikki Linnakangas
2015-07-25Redesign tablesample method API, and do extensive code review.Tom Lane
2015-07-20Handle AT_ReAddComment in test_ddl_deparse, and add a catch-all default.Heikki Linnakangas
2015-07-14Add ALTER OPERATOR command, for changing selectivity estimator functions.Heikki Linnakangas
2015-07-14Retain comments on indexes and constraints at ALTER TABLE ... TYPE ...Heikki Linnakangas
2015-06-26Improve handling of CustomPath/CustomPlan(State) children.Robert Haas
2015-06-03Fix planner's cost estimation for SEMI/ANTI joins with inner indexscans.Tom Lane