Commit Graph

254 Commits (fe9ba28ee852bb968bc8948d172c6bc0c70c50df)

Author SHA1 Message Date
Tom Lane c12d570fa1 Support arrays over domains. 8 years ago
Tom Lane 382ceffdf7 Phase 3 of pgindent updates. 8 years ago
Tom Lane c7b8998ebb Phase 2 of pgindent updates. 8 years ago
Bruce Momjian a6fd7b7a5f Post-PG 10 beta1 pgindent run 8 years ago
Robert Haas e180c8aa8c Fire per-statement triggers on partitioned tables. 9 years ago
Tom Lane 8f0530f580 Improve castNode notation by introducing list-extraction-specific variants. 9 years ago
Kevin Grittner 18ce3a4ab2 Add infrastructure to support EphemeralNamedRelation references. 9 years ago
Peter Eisentraut 4cb824699e Cast result of copyObject() to correct type 9 years ago
Robert Haas d3cc37f1d8 Don't scan partitioned tables. 9 years ago
Robert Haas 355d3993c5 Add a Gather Merge executor node. 9 years ago
Alvaro Herrera fcec6caafa Support XMLTABLE query expression 9 years ago
Peter Eisentraut 38d103763d Make more use of castNode() 9 years ago
Andres Freund 69f4b9c85f Move targetlist SRF handling from expression evaluation to new executor node. 9 years ago
Bruce Momjian 1d25779284 Update copyright via script for 2017 9 years ago
Tom Lane 0b78106cd4 Fix reporting of column typmods for multi-row VALUES constructs. 9 years ago
Tom Lane da8f3ebf30 Don't convert Consts into Vars during setrefs.c processing. 9 years ago
Tom Lane 6d85bb1ba7 Correctly set up aggregate FILTER expression in partial-aggregation plans. 9 years ago
Tom Lane 45639a0525 Avoid invalidating all foreign-join cached plans when user mappings change. 9 years ago
Tom Lane 19e972d558 Rethink node-level representation of partial-aggregation modes. 9 years ago
Tom Lane 59a3795c25 Simplify planner's final setup of Aggrefs for partial aggregation. 9 years ago
Tom Lane 915b703e16 Fix handling of argument and result datatypes for partial aggregation. 9 years ago
Tom Lane 2f153ddfdd Refactor to reduce code duplication for function property checking. 9 years ago
Robert Haas 4bc424b968 pgindent run for 9.6 9 years ago
Robert Haas 59eb551279 Fix EXPLAIN VERBOSE output for parallel aggregate. 10 years ago
Tom Lane de94e2af18 Run pgindent on a batch of (mostly-planner-related) source files. 10 years ago
Robert Haas 5fe5a2cee9 Allow aggregate transition states to be serialized and deserialized. 10 years ago
Robert Haas e06a38965b Support parallel aggregation. 10 years ago
Tom Lane 364a9f47ab Refactor pull_var_clause's API to make it less tedious to extend. 10 years ago
Robert Haas 7400559a3f Comment update for fdw_recheck_quals. 10 years ago
Tom Lane 3fc6e2d7f5 Make the upper part of the planner work by generating and comparing Paths. 10 years ago
Bruce Momjian ee94300446 Update copyright for 2016 10 years ago
Stephen Frost e5e11c8cca Collect the global OR of hasRowSecurity flags for plancache 10 years ago
Robert Haas 7907a949ab Fix incomplete set_foreignscan_references handling for fdw_recheck_quals 10 years ago
Robert Haas 8538a63070 Make Gather node projection-capable. 10 years ago
Robert Haas 5fc4c26db5 Allow FDWs to push down quals without breaking EvalPlanQual rechecks. 10 years ago
Andres Freund ad22783792 Fix several bugs related to ON CONFLICT's EXCLUDED pseudo relation. 10 years ago
Robert Haas 3bd909b220 Add a Gather executor node. 10 years ago
Robert Haas d1b7c1ffe7 Parallel executor support. 10 years ago
Tom Lane 87efbc2be1 Fix setrefs.c comment properly. 10 years ago
Stephen Frost 1e460d4bd6 Fix typo in setrefs.c 10 years ago
Robert Haas f04ce31475 Fix incorrect comment. 10 years ago
Tom Lane dd7a8f66ed Redesign tablesample method API, and do extensive code review. 10 years ago
Tom Lane 46d0a9bfac Fix add_rte_to_flat_rtable() for recent feature additions. 10 years ago
Andres Freund 3ed26e5f87 For consistency add a pfree to ON CONFLICT set_plan_refs code. 10 years ago
Heikki Linnakangas 7845db2aa7 Fix typo in comment 10 years ago
Robert Haas 5ca611841b Improve handling of CustomPath/CustomPlan(State) children. 10 years ago
Bruce Momjian 807b9e0dff pgindent run for 9.5 10 years ago
Andres Freund f3d3118532 Support GROUPING SETS, CUBE and ROLLUP. 10 years ago
Simon Riggs f6d208d6e5 TABLESAMPLE, SQL Standard and extensible 10 years ago
Andres Freund 4af6e61a36 Fix ON CONFLICT bugs that manifest when used in rules. 11 years ago