summaryrefslogtreecommitdiff
path: root/src/backend/nodes
AgeCommit message (Expand)Author
2018-08-01Fix run-time partition pruning for appends with multiple source rels.Tom Lane
2018-07-30Remove dead code left behind by 1b6801051.Tom Lane
2018-07-30Change bms_add_range to be a no-op for empty rangesAlvaro Herrera
2018-07-24Refactor cluster_rel() to handle more optionsMichael Paquier
2018-07-19Expand run-time partition pruning to work with MergeAppendHeikki Linnakangas
2018-07-11Fix bugs with degenerate window ORDER BY clauses in GROUPS/RANGE mode.Tom Lane
2018-06-10Assorted cosmetic cleanup of run-time-partition-pruning code.Tom Lane
2018-06-10Relocate partition pruning structs to a saner place.Tom Lane
2018-06-10Improve run-time partition pruning to handle any stable expression.Tom Lane
2018-05-31Reconcile nodes/*funcs.c with PostgreSQL 11 work.Noah Misch
2018-04-28Fix incorrect field type for PlannedStmt.jitFlags in outfuncs/readfuncs.Tom Lane
2018-04-26Post-feature-freeze pgindent run.Tom Lane
2018-04-23Add GUC enable_partition_pruningAlvaro Herrera
2018-04-23Make bms_prev_member work correctly with a 64 bit bitmapwordTeodor Sigaev
2018-04-12Revert MERGE patchSimon Riggs
2018-04-07Support partition pruning at execution timeAlvaro Herrera
2018-04-07Add bms_prev_member functionAlvaro Herrera
2018-04-07Indexes with INCLUDE columns and their support in B-treeTeodor Sigaev
2018-04-06Faster partition pruningAlvaro Herrera
2018-04-06Improve parse representation for MERGESimon Riggs
2018-04-03WITH support in MERGESimon Riggs
2018-04-03MERGE SQL Command following SQL:2016Simon Riggs
2018-04-02Revert "Modified files for MERGE"Simon Riggs
2018-04-02Modified files for MERGESimon Riggs
2018-03-29C comments: "a" <--> "an" correctionsBruce Momjian
2018-03-22Basic planner and executor integration for JIT.Andres Freund
2018-03-16Simplify parse representation of savepoint commandsPeter Eisentraut
2018-03-13Move strtoint() to commonPeter Eisentraut
2018-03-13Change internal integer representation of Value nodePeter Eisentraut
2018-03-05Clone extended stats in CREATE TABLE (LIKE INCLUDING ALL)Alvaro Herrera
2018-02-23Support parameters in CALLPeter Eisentraut
2018-02-07Support all SQL:2011 options for window frame clauses.Tom Lane
2018-02-02Fix application of identity values in some casesPeter Eisentraut
2018-01-26Remove the obsolete WITH clause of CREATE FUNCTION.Tom Lane
2018-01-19Allow UPDATE to move rows between partitions.Robert Haas
2018-01-19Local partitioned indexesAlvaro Herrera
2018-01-09Rewrite list_qsort() to avoid trashing its input list.Tom Lane
2018-01-09Improve the heuristic for ordering child paths of a parallel append.Tom Lane
2018-01-03Update copyright for 2018Bruce Momjian
2017-12-21Rearrange execution of PARAM_EXTERN Params for plpgsql's benefit.Tom Lane
2017-12-21Add parallel-aware hash joins.Andres Freund
2017-12-05Support Parallel Append plan nodes.Robert Haas
2017-11-30Remove extra word from comment.Robert Haas
2017-11-30SQL proceduresPeter Eisentraut
2017-11-29New C function: bms_add_rangeRobert Haas
2017-11-16Pass InitPlan values to workers via Gather (Merge).Robert Haas
2017-11-13Track in the plan the types associated with PARAM_EXEC parameters.Robert Haas
2017-11-10Account for the effect of lossy pages when costing bitmap scans.Robert Haas
2017-11-09Add hash partitioning.Robert Haas
2017-11-08Change TRUE/FALSE to true/falsePeter Eisentraut