summaryrefslogtreecommitdiff
path: root/src/include/nodes
AgeCommit message (Expand)Author
2018-04-20Change more places to be less trusting of RestrictInfo.is_pushed_down.Tom Lane
2017-04-10Improve castNode notation by introducing list-extraction-specific variants.Tom Lane
2017-01-27Orthography fixes for new castNode() macro.Tom Lane
2017-01-27Add castNode(type, ptr) for safe casting between NodeTag based types.Andres Freund
2016-12-22Fix handling of expanded objects in CoerceToDomain and CASE execution.Tom Lane
2016-08-24Fix improper repetition of previous results from a hashed aggregate.Tom Lane
2016-07-28Fix assorted fallout from IS [NOT] NULL patch.Tom Lane
2016-06-27Fix CREATE MATVIEW/CREATE TABLE AS ... WITH NO DATA to not plan the query.Tom Lane
2016-01-21Add defenses against putting expanded objects into Const nodes.Tom Lane
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-09Simplify LATERAL-related calculations within add_paths_to_joinrel().Tom Lane
2015-12-08Allow foreign and custom joins to handle EvalPlanQual rechecks.Robert Haas
2015-10-20Fix incorrect comment in plannodes.hRobert 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-16Remove no-longer-used T_PrivGrantee node tag.Tom Lane
2015-09-15RLS refactoringStephen Frost
2015-08-21Rename 'cmd' to 'cmd_name' in CreatePolicyStmtStephen Frost
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-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
2015-05-24pgindent run for 9.5Bruce Momjian
2015-05-22Remove the new UPSERT command tag and use INSERT instead.Andres Freund
2015-05-19Refactor ON CONFLICT index inference parse tree representation.Andres Freund
2015-05-18Fix failure to copy IndexScan.indexorderbyops in copyfuncs.c.Tom Lane
2015-05-16Support GROUPING SETS, CUBE and ROLLUP.Andres Freund
2015-05-15TABLESAMPLE, SQL Standard and extensibleSimon Riggs
2015-05-15Allow GiST distance function to return merely a lower-bound.Heikki Linnakangas
2015-05-15Support VERBOSE option in REINDEX command.Fujii Masao
2015-05-14Support "expanded" objects, particularly arrays, for better performance.Tom Lane
2015-05-12Add support for doing late row locking in FDWs.Tom Lane
2015-05-11Allow on-the-fly capture of DDL event detailsAlvaro Herrera
2015-05-10Code review for foreign/custom join pushdown patch.Tom Lane
2015-05-08Minor ON CONFLICT related comments and doc fixes.Andres Freund
2015-05-08Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund
2015-05-07Represent columns requiring insert and update privileges indentently.Andres Freund
2015-05-01Allow FDWs and custom scan providers to replace joins with scans.Robert Haas
2015-04-26Add transforms featurePeter Eisentraut
2015-04-25Perform RLS WITH CHECK before constraints, etcStephen Frost
2015-04-02Define integer limits independently from the system definitions.Andres Freund
2015-03-26Add support for index-only scans in GiST.Heikki Linnakangas
2015-03-25Centralize definition of integer limits.Andres Freund
2015-03-22Allow foreign tables to participate in inheritance.Tom Lane
2015-03-18Rationalize vacuuming options and parametersAlvaro Herrera
2015-03-16Support opfamily members in get_object_addressAlvaro Herrera
2015-03-15Improve representation of PlanRowMark.Tom Lane