index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
executor
Age
Commit message (
Expand
)
Author
2018-10-02
Use slots more widely in tuple mapping code and make naming more consistent.
Andres Freund
2018-09-25
Split ExecStoreTuple into ExecStoreHeapTuple and ExecStoreBufferHeapTuple.
Andres Freund
2018-09-25
Change TupleTableSlot->tts_nvalid to type AttrNumber.
Andres Freund
2018-09-25
Collect JIT instrumentation from workers.
Andres Freund
2018-09-15
Fix failure with initplans used conditionally during EvalPlanQual rechecks.
Tom Lane
2018-09-14
Move PartitionDispatchData struct definition to execPartition.c
Alvaro Herrera
2018-09-10
Hide a static inline from FRONTEND code.
Tom Lane
2018-09-07
Save/restore SPI's global variables in SPI_connect() and SPI_finish().
Tom Lane
2018-08-23
Deduplicate code between slot_getallattrs() and slot_getsomeattrs().
Andres Freund
2018-08-01
Fix run-time partition pruning for appends with multiple source rels.
Tom Lane
2018-08-01
Allow multi-inserts during COPY into a partitioned table
Peter Eisentraut
2018-06-13
Fix up run-time partition pruning's use of relcache's partition data.
Tom Lane
2018-06-11
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-10
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-05-21
Improve spelling of new FINALFUNC_MODIFY aggregate attribute.
Tom Lane
2018-05-03
Fix SPI error cleanup and memory leak
Peter Eisentraut
2018-04-26
C comment: add description of root_tuple_slot
Bruce Momjian
2018-04-26
Post-feature-freeze pgindent run.
Tom Lane
2018-04-14
Reorganize partitioning code
Alvaro Herrera
2018-04-12
Revert MERGE patch
Simon Riggs
2018-04-10
Fix IndexOnlyScan counter for heap fetches in parallel mode
Alvaro Herrera
2018-04-07
Support partition pruning at execution time
Alvaro Herrera
2018-04-07
Raise error when affecting tuple moved into different partition.
Andres Freund
2018-04-06
Allow insert and update tuple routing and COPY for foreign tables.
Robert Haas
2018-04-05
MERGE post-commit review
Simon Riggs
2018-04-03
New files for MERGE
Simon Riggs
2018-04-03
MERGE SQL Command following SQL:2016
Simon Riggs
2018-04-02
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-01
Fix a boatload of typos in C comments.
Tom Lane
2018-03-28
PL/pgSQL: Nested CALL with transactions
Peter Eisentraut
2018-03-27
Quick adaption of JIT tuple deforming to the fast default patch.
Andres Freund
2018-03-26
JIT tuple deforming in LLVM JIT provider.
Andres Freund
2018-03-22
Add FIELDNO_* macro designating offset into structs required for JIT.
Andres Freund
2018-03-20
Handle EEOP_FUNCEXPR_[STRICT_]FUSAGE out of line.
Andres Freund
2018-03-17
Fix WHERE CURRENT OF when the referenced cursor uses an index-only scan.
Tom Lane
2018-03-14
Support INOUT arguments in procedures
Peter Eisentraut
2018-02-26
Update PartitionTupleRouting struct comment
Alvaro Herrera
2018-02-22
Be lazier about partition tuple routing.
Robert Haas
2018-02-20
Use platform independent type for TupleTableSlot->tts_off.
Andres Freund
2018-02-16
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-15
Revert "Do execGrouping.c via expression eval machinery."
Andres Freund
2018-02-15
Do execGrouping.c via expression eval machinery.
Andres Freund
2018-01-29
Introduce ExecQualAndReset() helper.
Andres Freund
2018-01-24
Avoid referencing off the end of subplan_partition_offsets.
Robert Haas
[prev]
[next]