index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
nodes
/
execnodes.h
Commit message (
Expand
)
Author
Age
*
Ensure we allocate NAMEDATALEN bytes for names in Index Only Scans
David Rowley
2024-05-01
*
Fix index-only scan plans, take 2.
Tom Lane
2022-01-03
*
Make ExecGetInsertedCols() and friends more robust and improve comments.
Heikki Linnakangas
2021-02-15
*
Fix permission checks on constraint violation errors on partitions.
Heikki Linnakangas
2021-02-08
*
Be more careful about the shape of hashable subplan clauses.
Tom Lane
2020-08-14
*
Repair more failures with SubPlans in multi-row VALUES lists.
Tom Lane
2020-01-17
*
Reorder EPQ work, to fix rowmark related bugs and improve efficiency.
Andres Freund
2019-09-09
*
Fix representation of hash keys in Hash/HashJoin nodes.
Andres Freund
2019-08-02
*
Fix confusion on different kinds of slots in IndexOnlyScans.
Heikki Linnakangas
2019-06-06
*
Fix typos in various places
Michael Paquier
2019-06-03
*
Initial pgindent run for v12.
Tom Lane
2019-05-22
*
Fix duplicated words in comments
Michael Paquier
2019-05-14
*
Fix slot type issue for fuzzy distance index scan over out-of-core table AM.
Andres Freund
2019-04-19
*
tableam: Add table_multi_insert() and revamp/speed-up COPY FROM buffering.
Andres Freund
2019-04-04
*
tableam: bitmap table scan.
Andres Freund
2019-03-31
*
tableam: sample scan.
Andres Freund
2019-03-31
*
Generated columns
Peter Eisentraut
2019-03-30
*
Collations with nondeterministic comparison
Peter Eisentraut
2019-03-22
*
tableam: Add and use scan APIs.
Andres Freund
2019-03-11
*
Allow ATTACH PARTITION with only ShareUpdateExclusiveLock.
Robert Haas
2019-03-07
*
Don't reuse slots between root and partition in ON CONFLICT ... UPDATE.
Andres Freund
2019-03-06
*
Store tuples for EvalPlanQual in slots, rather than as HeapTuples.
Andres Freund
2019-03-01
*
Use slots in trigger infrastructure, except for the actual invocation.
Andres Freund
2019-02-26
*
Change function call information to be variable length.
Andres Freund
2019-01-26
*
Fix misc typos in comments.
Heikki Linnakangas
2019-01-23
*
Don't include genam.h from execnodes.h and relscan.h anymore.
Andres Freund
2019-01-14
*
Don't include heapam.h from others headers.
Andres Freund
2019-01-14
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-20
*
Redesign initialization of partition routing structures
Alvaro Herrera
2018-11-16
*
Introduce notion of different types of slots (without implementing them).
Andres Freund
2018-11-15
*
Don't require return slots for nodes without projection.
Andres Freund
2018-11-09
*
Improve some comments related to executor result relations.
Tom Lane
2018-10-17
*
Avoid O(N^2) cost in ExecFindRowMark().
Tom Lane
2018-10-08
*
In the executor, use an array of pointers to access the rangetable.
Tom Lane
2018-10-04
*
Centralize executor's opening/closing of Relations for rangetable entries.
Tom Lane
2018-10-04
*
Fix issues around EXPLAIN with JIT.
Andres Freund
2018-10-03
*
Collect JIT instrumentation from workers.
Andres Freund
2018-09-25
*
Fix parsetree representation of XMLTABLE(XMLNAMESPACES(DEFAULT ...)).
Tom Lane
2018-09-17
*
Fix IndexInfo comments.
Heikki Linnakangas
2018-08-30
*
Avoid query-lifetime memory leaks in XMLTABLE (bug #15321)
Andrew Gierth
2018-08-13
*
Expand run-time partition pruning to work with MergeAppend
Heikki Linnakangas
2018-07-19
*
Fix misc typos, mostly in comments.
Heikki Linnakangas
2018-07-18
*
Post-feature-freeze pgindent run.
Tom Lane
2018-04-26
*
Update Append's idea of first_partial_plan
Alvaro Herrera
2018-04-17
*
Revert MERGE patch
Simon Riggs
2018-04-12
*
Rename IndexInfo.ii_KeyAttrNumbers array
Teodor Sigaev
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
*
Indexes with INCLUDE columns and their support in B-tree
Teodor Sigaev
2018-04-07
[next]