index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
executor
/
executor.h
Commit message (
Expand
)
Author
Age
*
Allow to reset execGrouping.c style tuple hashtables.
Andres Freund
2019-02-09
*
Don't needlessly check the partition contraint twice
Alvaro Herrera
2018-06-11
*
Post-feature-freeze pgindent run.
Tom Lane
2018-04-26
*
Reorganize partitioning code
Alvaro Herrera
2018-04-14
*
Allow tupleslots to have a fixed tupledesc, use in executor nodes.
Andres Freund
2018-02-16
*
Do execGrouping.c via expression eval machinery, take two.
Andres Freund
2018-02-16
*
Revert "Do execGrouping.c via expression eval machinery."
Andres Freund
2018-02-15
*
Do execGrouping.c via expression eval machinery.
Andres Freund
2018-02-15
*
Introduce ExecQualAndReset() helper.
Andres Freund
2018-01-29
*
Expression evaluation based aggregate transition invocation.
Andres Freund
2018-01-09
*
Factor error generation out of ExecPartitionCheck.
Robert Haas
2018-01-05
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Rearrange execution of PARAM_EXTERN Params for plpgsql's benefit.
Tom Lane
2017-12-21
*
Allow executor nodes to change their ExecProcNode function.
Andres Freund
2017-12-13
*
Avoid projecting tuples unnecessarily in Gather and Gather Merge.
Robert Haas
2017-11-25
*
Centralize executor-related partitioning code.
Robert Haas
2017-11-15
*
Use ResultRelInfo ** rather than ResultRelInfo * for tuple routing.
Robert Haas
2017-10-12
*
Reduce memory usage of targetlist SRFs.
Andres Freund
2017-10-08
*
Reduce excessive dereferencing of function pointers
Peter Eisentraut
2017-09-07
*
Even if some partitions are foreign, allow tuple routing.
Robert Haas
2017-09-07
*
Push tuple limits through Gather and Gather Merge.
Robert Haas
2017-08-29
*
Fix interaction of triggers, partitioning, and EXPLAIN ANALYZE.
Robert Haas
2017-08-18
*
Move ExecProcNode from dispatch to function pointer based model.
Andres Freund
2017-07-30
*
Use a real RT index when setting up partition tuple routing.
Robert Haas
2017-07-17
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
Check relkind of tables in CREATE/ALTER SUBSCRIPTION
Peter Eisentraut
2017-05-16
*
Fix relcache leak when row triggers on partitions are fired by COPY.
Robert Haas
2017-05-16
*
Provide an error cursor for "can't call an SRF here" errors.
Tom Lane
2017-04-18
*
Fix reporting of violations in ExecConstraints, again.
Robert Haas
2017-04-10
*
Faster expression evaluation and targetlist projection.
Andres Freund
2017-03-25
*
Allow for parallel execution whenever ExecutorRun() is done only once.
Robert Haas
2017-03-23
*
Don't scan partitioned tables.
Robert Haas
2017-03-21
*
Logical replication
Peter Eisentraut
2017-01-20
*
Remove obsoleted code relating to targetlist SRF evaluation.
Andres Freund
2017-01-19
*
Fix failure to enforce partitioning contraint for internal partitions.
Robert Haas
2017-01-19
*
Move targetlist SRF handling from expression evaluation to new executor node.
Andres Freund
2017-01-18
*
Fix reporting of constraint violations for table partitioning.
Robert Haas
2017-01-04
*
Move partition_tuple_slot out of EState.
Robert Haas
2017-01-04
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Refactor partition tuple routing code to reduce duplication.
Robert Haas
2016-12-21
*
Unbreak Finalize HashAggregate over Partial HashAggregate.
Robert Haas
2016-12-16
*
Implement table partitioning.
Robert Haas
2016-12-07
*
Use more efficient hashtable for execGrouping.c to speed up hash aggregation.
Andres Freund
2016-10-14
*
Fix latent crash in do_text_output_multiline().
Tom Lane
2016-05-23
*
Widen query numbers-of-tuples-processed counters to uint64.
Tom Lane
2016-03-12
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Add a Gather executor node.
Robert Haas
2015-09-30
[next]