summaryrefslogtreecommitdiff
path: root/src/include/nodes
AgeCommit message (Expand)Author
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-04ALTER 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-23pgindent run for 9.5Bruce Momjian
2015-05-23Remove 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-17Fix 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-08Represent 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-24Perform 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
2015-03-15Move LockClauseStrength, LockWaitPolicy into new file nodes/lockoptions.h.Tom Lane
2015-03-11Support flattening of empty-FROM subqueries and one-row VALUES tables.Tom Lane
2015-03-11Improve planner's cost estimation in the presence of semijoins.Tom Lane
2015-03-11Support default ACLs in get_object_addressAlvaro Herrera
2015-03-11Support user mappings in get_object_addressAlvaro Herrera
2015-03-11Make operator precedence follow the SQL standard more closely.Tom Lane
2015-03-09Allow CURRENT/SESSION_USER to be used in certain commandsAlvaro Herrera
2015-03-05Remove comment claiming that PARAM_EXTERN Params always have typmod -1.Tom Lane