aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor
Commit message (Expand)AuthorAge
* Restore the portal-level snapshot after procedure COMMIT/ROLLBACK.Tom Lane2021-05-21
* Fix mishandling of resjunk columns in ON CONFLICT ... UPDATE tlists.Tom Lane2021-05-10
* Prevent integer overflows in array subscripting calculations.Tom Lane2021-05-10
* Fix bugs in RETURNING in cross-partition UPDATE cases.Tom Lane2021-04-22
* Redesign the caching done by get_cached_rowtype().Tom Lane2021-04-13
* Revert "Fix race in Parallel Hash Join batch cleanup."Thomas Munro2021-03-18
* Fix race in Parallel Hash Join batch cleanup.Thomas Munro2021-03-17
* Make ExecGetInsertedCols() and friends more robust and improve comments.Heikki Linnakangas2021-02-15
* Fix permission checks on constraint violation errors on partitions.Heikki Linnakangas2021-02-08
* Fix hash partition pruning with asymmetric partition sets.Tom Lane2021-01-28
* Don't add bailout adjustment for non-strict deserialize calls.Andrew Gierth2021-01-28
* Remove faulty support for MergeAppend plan with WHERE CURRENT OF.Tom Lane2021-01-19
* Avoid crash with WHERE CURRENT OF and a custom scan plan.Tom Lane2021-01-18
* Properly check index mark/restore in ExecSupportsMarkRestore.Andrew Gierth2020-11-24
* Skip allocating hash table in EXPLAIN-only mode.Heikki Linnakangas2020-11-20
* Guard against core dump from uninitialized subplan.Tom Lane2020-11-03
* Be more careful about the shape of hashable subplan clauses.Tom Lane2020-08-14
* Fix buffer usage stats for nodes above Gather Merge.Amit Kapila2020-07-25
* Fix buffile.c error handling.Thomas Munro2020-06-16
* Fix assertion with relation using REPLICA IDENTITY FULL in subscriberMichael Paquier2020-05-16
* Fix minor violations of FunctionCallInvoke usage protocol.Tom Lane2020-04-21
* Clear dangling pointer to avoid bogus EXPLAIN printout in a corner case.Tom Lane2020-04-11
* Fix potential crash after constraint violation errors in partitioned tables.Andres Freund2020-03-23
* Correctly re-use hash tables in buildSubPlanHash().Tom Lane2020-02-29
* Add missing break out seqscan loop in logical replicationAlvaro Herrera2020-02-03
* Avoid unnecessary shm writes in Parallel Hash Join.Thomas Munro2020-01-27
* Fix edge case leading to agg transitions skipping ExecAggTransReparent() calls.Andres Freund2020-01-20
* Repair more failures with SubPlans in multi-row VALUES lists.Tom Lane2020-01-17
* Make rewriter prevent auto-updates on views with conditional INSTEAD rules.Dean Rasheed2020-01-14
* Rotate instead of shifting hash join batch number.Thomas Munro2019-12-24
* Don't shut down Gather[Merge] early under Limit.Amit Kapila2019-11-26
* Always call ExecShutdownNode() if appropriate.Thomas Munro2019-11-16
* jit: Re-allow JIT compilation of execGrouping.c hashtable comparisons.Andres Freund2019-09-29
* Fix usage of whole-row variables in WCO and RLS policy expressions.Tom Lane2019-09-12
* Fix choice of comparison operators for cross-type hashed subplans.Tom Lane2019-08-05
* Pass QueryEnvironment down to EvalPlanQual's EState.Thomas Munro2019-07-10
* Fix misleading comment in nodeIndexonlyscan.c.Thomas Munro2019-06-28
* Fix inconsistency in comments atop ExecParallelEstimate.Amit Kapila2019-06-07
* Fix array size allocation for HashAggregate hash keys.Andrew Gierth2019-05-23
* Minimally fix partial aggregation for aggregates that don't have one argument.Andres Freund2019-05-19
* Restructure creation of run-time pruning steps.Tom Lane2019-05-17
* Fix tuple printing in error message of tuple routing for partitionsMichael Paquier2019-05-06
* Fix problems with auto-held portals.Tom Lane2019-04-19
* Fix EvalPlanQualStart to handle partitioned result rels correctly.Tom Lane2019-04-08
* Fix partition tuple routing with dropped attributesMichael Paquier2019-04-08
* Reset, not recreate, execGrouping.c style hashtables.Andres Freund2019-02-09
* Allow to reset execGrouping.c style tuple hashtables.Andres Freund2019-02-09
* Plug leak in BuildTupleHashTable by creating ExprContext in correct context.Andres Freund2019-02-09
* Fix misc typos in comments.Heikki Linnakangas2019-01-23
* Fix outdated commentPeter Eisentraut2019-01-19