summaryrefslogtreecommitdiff
path: root/src/backend/nodes
AgeCommit message (Expand)Author
2018-10-12Correct attach/detach logic for FKs in partitionsAlvaro Herrera
2018-10-07Remove some unnecessary fields from Plan trees.Tom Lane
2018-10-04Centralize executor's opening/closing of Relations for rangetable entries.Tom Lane
2018-09-30Create an RTE field to record the query's lock mode for each relation.Tom Lane
2018-09-18Add a debugging option to stress-test outfuncs.c and readfuncs.c.Tom Lane
2018-09-18Fix some minor issues exposed by outfuncs/readfuncs testing.Tom Lane
2018-09-18Fix some probably-minor oversights in readfuncs.c.Tom Lane
2018-09-16Add outfuncs.c support for RawStmt nodes.Tom Lane
2018-09-14Order active window clauses for greater reuse of Sort nodes.Andrew Gierth
2018-08-31Disable support for partitionwise joins in problematic cases.Etsuro Fujita
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