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
Commit message (
Expand
)
Author
Age
*
Restructure creation of run-time pruning steps.
Tom Lane
2019-05-17
*
Allow to reset execGrouping.c style tuple hashtables.
Andres Freund
2019-02-09
*
Advance transaction timestamp for intra-procedure transactions.
Tom Lane
2018-10-08
*
Collect JIT instrumentation from workers.
Andres Freund
2018-09-25
*
Fix failure with initplans used conditionally during EvalPlanQual rechecks.
Tom Lane
2018-09-15
*
Move PartitionDispatchData struct definition to execPartition.c
Alvaro Herrera
2018-09-14
*
Save/restore SPI's global variables in SPI_connect() and SPI_finish().
Tom Lane
2018-09-07
*
Fix run-time partition pruning for appends with multiple source rels.
Tom Lane
2018-08-01
*
Fix up run-time partition pruning's use of relcache's partition data.
Tom Lane
2018-06-13
*
Improve commentary about run-time partition pruning data structures.
Tom Lane
2018-06-11
*
Don't needlessly check the partition contraint twice
Alvaro Herrera
2018-06-11
*
Assorted cosmetic cleanup of run-time-partition-pruning code.
Tom Lane
2018-06-10
*
Improve run-time partition pruning to handle any stable expression.
Tom Lane
2018-06-10
*
Improve spelling of new FINALFUNC_MODIFY aggregate attribute.
Tom Lane
2018-05-21
*
Fix SPI error cleanup and memory leak
Peter Eisentraut
2018-05-03
*
C comment: add description of root_tuple_slot
Bruce Momjian
2018-04-26
*
Post-feature-freeze pgindent run.
Tom Lane
2018-04-26
*
Reorganize partitioning code
Alvaro Herrera
2018-04-14
*
Revert MERGE patch
Simon Riggs
2018-04-12
*
Fix IndexOnlyScan counter for heap fetches in parallel mode
Alvaro Herrera
2018-04-10
*
Support partition pruning at execution time
Alvaro Herrera
2018-04-07
*
Raise error when affecting tuple moved into different partition.
Andres Freund
2018-04-07
*
Allow insert and update tuple routing and COPY for foreign tables.
Robert Haas
2018-04-06
*
MERGE post-commit review
Simon Riggs
2018-04-05
*
New files for MERGE
Simon Riggs
2018-04-03
*
MERGE SQL Command following SQL:2016
Simon Riggs
2018-04-03
*
Revert "MERGE SQL Command following SQL:2016"
Simon Riggs
2018-04-02
*
Revert "Modified files for MERGE"
Simon Riggs
2018-04-02
*
Modified files for MERGE
Simon Riggs
2018-04-02
*
MERGE SQL Command following SQL:2016
Simon Riggs
2018-04-02
*
Fix a boatload of typos in C comments.
Tom Lane
2018-04-01
*
PL/pgSQL: Nested CALL with transactions
Peter Eisentraut
2018-03-28
*
Quick adaption of JIT tuple deforming to the fast default patch.
Andres Freund
2018-03-27
*
JIT tuple deforming in LLVM JIT provider.
Andres Freund
2018-03-26
*
Add FIELDNO_* macro designating offset into structs required for JIT.
Andres Freund
2018-03-22
*
Handle EEOP_FUNCEXPR_[STRICT_]FUSAGE out of line.
Andres Freund
2018-03-20
*
Fix WHERE CURRENT OF when the referenced cursor uses an index-only scan.
Tom Lane
2018-03-17
*
Support INOUT arguments in procedures
Peter Eisentraut
2018-03-14
*
Update PartitionTupleRouting struct comment
Alvaro Herrera
2018-02-26
*
Be lazier about partition tuple routing.
Robert Haas
2018-02-22
*
Use platform independent type for TupleTableSlot->tts_off.
Andres Freund
2018-02-20
*
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
*
Avoid referencing off the end of subplan_partition_offsets.
Robert Haas
2018-01-24
*
Transaction control in PL procedures
Peter Eisentraut
2018-01-22
*
Allow UPDATE to move rows between partitions.
Robert Haas
2018-01-19
*
Expression evaluation based aggregate transition invocation.
Andres Freund
2018-01-09
[next]