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
*
Handle EEOP_FUNCEXPR_[STRICT_]FUSAGE out of line.
Andres Freund
2018-03-20
*
Remove unnecessary members from ModifyTableState and ExecInsert
Alvaro Herrera
2018-03-19
*
Expand comment a little bit
Alvaro Herrera
2018-03-19
*
Fix state reversal after partition tuple routing
Alvaro Herrera
2018-03-19
*
Fix WHERE CURRENT OF when the referenced cursor uses an index-only scan.
Tom Lane
2018-03-17
*
Fix query-lifespan memory leakage in repeatedly executed hash joins.
Tom Lane
2018-03-16
*
Support INOUT arguments in procedures
Peter Eisentraut
2018-03-14
*
Fix comment for ExecProcessReturning
Stephen Frost
2018-03-14
*
Fix parent node of WCO expressions in partitioned tables.
Andres Freund
2018-03-05
*
Add prokind column, replacing proisagg and proiswindow
Peter Eisentraut
2018-03-02
*
Fix assertion failure when Parallel Append is run serially.
Robert Haas
2018-02-28
*
Use the correct tuplestore read pointer in a NamedTuplestoreScan.
Tom Lane
2018-02-27
*
Fix brown-paper-bag bug in commit 0a459cec96d3856f476c2db298c6b52f592894e8.
Tom Lane
2018-02-23
*
Be lazier about partition tuple routing.
Robert Haas
2018-02-22
*
Remove extra word from comment.
Robert Haas
2018-02-22
*
Fix misbehavior of CTE-used-in-a-subplan during EPQ rechecks.
Tom Lane
2018-02-19
*
Remove redundant initialization of a local variable.
Tom Lane
2018-02-18
*
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
*
Make plpgsql use its DTYPE_REC code paths for composite-type variables.
Tom Lane
2018-02-13
*
Avoid listing the same ResultRelInfo in more than one EState list.
Robert Haas
2018-02-08
*
Fix possible infinite loop with Parallel Append.
Robert Haas
2018-02-08
*
Support all SQL:2011 options for window frame clauses.
Tom Lane
2018-02-07
*
Fix incorrect grammar.
Robert Haas
2018-02-06
*
Skip setting up shared instrumentation for Hash node if not needed.
Tom Lane
2018-02-04
*
Fix another instance of unsafe coding for shm_toc_lookup failure.
Tom Lane
2018-02-02
*
Support parallel btree index builds.
Robert Haas
2018-02-02
*
Add new function WaitForParallelWorkersToAttach.
Robert Haas
2018-02-02
*
Introduce ExecQualAndReset() helper.
Andres Freund
2018-01-29
*
Initialize unused ExprEvalStep fields.
Andres Freund
2018-01-29
*
Improve bit perturbation in TupleHashTableHash.
Andres Freund
2018-01-29
*
Avoid crash during EvalPlanQual recheck of an inner indexscan.
Tom Lane
2018-01-27
*
Add missing "static" markers.
Tom Lane
2018-01-25
*
Avoid referencing off the end of subplan_partition_offsets.
Robert Haas
2018-01-24
*
Improve implementation of pg_attribute_always_inline.
Tom Lane
2018-01-23
*
Transaction control in PL procedures
Peter Eisentraut
2018-01-22
*
Allow UPDATE to move rows between partitions.
Robert Haas
2018-01-19
*
Replace AclObjectKind with ObjectType
Peter Eisentraut
2018-01-19
*
Remove useless lookup of root partitioned rel in ExecInitModifyTable().
Tom Lane
2018-01-17
*
Revert "Move portal pinning from PL/pgSQL to SPI"
Peter Eisentraut
2018-01-10
*
Move portal pinning from PL/pgSQL to SPI
Peter Eisentraut
2018-01-10
*
Expression evaluation based aggregate transition invocation.
Andres Freund
2018-01-09
*
Remove PortalGetQueryDesc()
Peter Eisentraut
2018-01-09
*
Update portal-related memory context names and API
Peter Eisentraut
2018-01-09
*
Factor error generation out of ExecPartitionCheck.
Robert Haas
2018-01-05
*
Simplify and encapsulate tuple routing support code.
Robert Haas
2018-01-04
*
Code review for Parallel Append.
Robert Haas
2018-01-04
*
Fix some minor errors in new PHJ code.
Tom Lane
2018-01-03
[next]