summaryrefslogtreecommitdiff
path: root/src/backend/nodes
AgeCommit message (Expand)Author
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
2017-10-26Support domains over composite types.Tom Lane
2017-10-11pg_stat_statements: Widen query IDs from 32 bits to 64 bits.Robert Haas
2017-10-03Allow multiple tables to be specified in one VACUUM or ANALYZE command.Tom Lane
2017-09-30Support arrays over domains.Tom Lane
2017-09-22Add inline murmurhash32(uint32) function.Andres Freund
2017-09-08Allow a partitioned table to have a default partition.Robert Haas
2017-09-07Reduce excessive dereferencing of function pointersPeter Eisentraut
2017-09-06Allow SET STATISTICS on expression indexesSimon Riggs
2017-08-30Force rescanning of parallel-aware scan nodes below a Gather[Merge].Tom Lane
2017-08-16Fix up some misusage of appendStringInfo() and friendsPeter Eisentraut
2017-08-15Avoid out-of-memory in a hash join with many duplicate inner keys.Tom Lane
2017-07-21Use MINVALUE/MAXVALUE instead of UNBOUNDED for range partition bounds.Dean Rasheed
2017-07-14Code review for NextValueExpr expression node type.Tom Lane
2017-07-05Fix output of char node fieldsPeter Eisentraut
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane