index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
executor
Commit message (
Expand
)
Author
Age
*
Improve division of labor between execParallel.c and nodeGather[Merge].c.
Tom Lane
2017-09-01
*
Avoid memory leaks when a GatherMerge node is rescanned.
Tom Lane
2017-08-31
*
Clean up shm_mq cleanup.
Tom Lane
2017-08-31
*
Code review for nodeGatherMerge.c.
Tom Lane
2017-08-30
*
Separate reinitialization of shared parallel-scan state from ExecReScan.
Tom Lane
2017-08-30
*
Force rescanning of parallel-aware scan nodes below a Gather[Merge].
Tom Lane
2017-08-30
*
Propagate sort instrumentation from workers back to leader.
Robert Haas
2017-08-29
*
Push tuple limits through Gather and Gather Merge.
Robert Haas
2017-08-29
*
Code review for pushing LIMIT through subqueries.
Tom Lane
2017-08-25
*
Push limit through subqueries to underlying sort, where possible.
Robert Haas
2017-08-21
*
Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).
Andres Freund
2017-08-20
*
Fix interaction of triggers, partitioning, and EXPLAIN ANALYZE.
Robert Haas
2017-08-18
*
Don't lock tables in RelationGetPartitionDispatchInfo.
Robert Haas
2017-08-17
*
Fix ExecReScanGatherMerge.
Tom Lane
2017-08-17
*
Add missing call to ExecReScanGatherMerge.
Robert Haas
2017-08-15
*
Final pgindent + perltidy run for v10.
Tom Lane
2017-08-14
*
Remove uses of "slave" in replication contexts
Peter Eisentraut
2017-08-10
*
Improve ExecModifyTable comments.
Robert Haas
2017-08-03
*
Teach map_partition_varattnos to handle whole-row expressions.
Robert Haas
2017-08-03
*
Fix typo
Peter Eisentraut
2017-07-31
*
Move ExecProcNode from dispatch to function pointer based model.
Andres Freund
2017-07-30
*
Move interrupt checking from ExecProcNode() to executor nodes.
Andres Freund
2017-07-30
*
Fix partitioning crashes during error reporting.
Robert Haas
2017-07-24
*
Be more consistent about errors for opfamily member lookup failures.
Tom Lane
2017-07-24
*
Reverse-convert row types in ExecWithCheckOptions.
Robert Haas
2017-07-17
*
Use a real RT index when setting up partition tuple routing.
Robert Haas
2017-07-17
*
Improve comments for execExpr.c's handling of FieldStore subexpressions.
Tom Lane
2017-07-15
*
Improve comments for execExpr.c's isAssignmentIndirectionExpr().
Tom Lane
2017-07-15
*
Code review for NextValueExpr expression node type.
Tom Lane
2017-07-14
*
Fix transition tables for wCTEs.
Andrew Gierth
2017-06-28
*
Fix transition tables for partition/inheritance.
Andrew Gierth
2017-06-28
*
Fix replication with replica identity full
Peter Eisentraut
2017-06-23
*
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
*
Fix typo in comment.
Heikki Linnakangas
2017-06-21
*
Disallow set-returning functions inside CASE or COALESCE.
Tom Lane
2017-06-13
*
Re-run pgindent.
Tom Lane
2017-06-13
*
Fix confusion about number of subplans in partitioned INSERT setup.
Tom Lane
2017-06-12
*
Prevent BEFORE triggers from violating partitioning constraints.
Robert Haas
2017-06-07
*
Don't be so trusting that shm_toc_lookup() will always succeed.
Tom Lane
2017-06-05
*
Fix typo in comment
Magnus Hagander
2017-05-29
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
Check relkind of tables in CREATE/ALTER SUBSCRIPTION
Peter Eisentraut
2017-05-16
*
Preventive maintenance in advance of pgindent run.
Tom Lane
2017-05-16
*
Fix relcache leak when row triggers on partitions are fired by COPY.
Robert Haas
2017-05-16
*
Redesign get_attstatsslot()/free_attstatsslot() for more safety and speed.
Tom Lane
2017-05-13
*
Fix typos in comments.
Robert Haas
2017-05-09
*
Pass EXEC_FLAG_REWIND when initializing a tuplestore scan.
Robert Haas
2017-05-09
*
Fire per-statement triggers on partitioned tables.
Robert Haas
2017-05-01
[next]