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
/
nodes
/
execnodes.h
Age
Commit message (
Expand
)
Author
2022-01-12
Fix memory leak in indexUnchanged hint mechanism.
Peter Geoghegan
2022-01-07
Update copyright for 2022
Bruce Momjian
2022-01-03
Fix index-only scan plans, take 2.
Tom Lane
2021-11-24
Flush Memoize cache when non-key parameters change, take 2
David Rowley
2021-11-24
Revert "Flush Memoize cache when non-key parameters change"
David Rowley
2021-11-24
Flush Memoize cache when non-key parameters change
David Rowley
2021-11-24
Allow Memoize to operate in binary comparison mode
David Rowley
2021-10-18
Refactor LogicalTapeSet/LogicalTape interface.
Heikki Linnakangas
2021-07-22
Make nodeSort.c use Datum sorts for single column sorts
David Rowley
2021-07-21
Rename NodeTag of ExprState
Peter Eisentraut
2021-07-14
Change the name of the Result Cache node to Memoize
David Rowley
2021-06-28
Pre branch pgindent / pgperltidy run
Andrew Dunstan
2021-06-11
Optimize creation of slots for FDW bulk inserts
Tomas Vondra
2021-05-12
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
Fix EXPLAIN ANALYZE for async-capable nodes.
Etsuro Fujita
2021-04-06
Postpone some more stuff out of ExecInitModifyTable.
Tom Lane
2021-04-06
Postpone some stuff out of ExecInitModifyTable.
Tom Lane
2021-04-02
Add Result Cache executor node (take 2)
David Rowley
2021-04-01
Revert b6002a796
David Rowley
2021-04-01
Add Result Cache executor node
David Rowley
2021-03-31
Rework planning and execution of UPDATE and DELETE.
Tom Lane
2021-03-31
Add support for asynchronous execution.
Etsuro Fujita
2021-02-27
Add TID Range Scans to support efficient scanning ranges of TIDs
David Rowley
2021-02-15
Make ExecGetInsertedCols() and friends more robust and improve comments.
Heikki Linnakangas
2021-02-08
Fix permission checks on constraint violation errors on partitions.
Heikki Linnakangas
2021-01-20
Implement support for bulk inserts in postgres_fdw
Tomas Vondra
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-11-24
Move per-agg and per-trans duplicate finding to the planner.
Heikki Linnakangas
2020-11-23
Fix a few comments that referred to copy.c.
Heikki Linnakangas
2020-10-19
Remove PartitionRoutingInfo struct.
Heikki Linnakangas
2020-10-19
Revise child-to-root tuple conversion map management.
Heikki Linnakangas
2020-10-19
Clean up code to resolve the "root target relation" in nodeModifyTable.c
Heikki Linnakangas
2020-10-14
Remove es_result_relation_info from EState.
Heikki Linnakangas
2020-10-14
Include result relation info in direct modify ForeignScan nodes.
Heikki Linnakangas
2020-10-13
Create ResultRelInfos later in InitPlan, index them by RT index.
Heikki Linnakangas
2020-09-27
Move resolution of AlternativeSubPlan choices to the planner.
Tom Lane
2020-09-16
Don't fetch partition check expression during InitResultRelInfo.
Tom Lane
2020-08-14
Be more careful about the shape of hashable subplan clauses.
Tom Lane
2020-08-02
Use int64 instead of long in incremental sort code
David Rowley
2020-07-12
HashAgg: before spilling tuples, set unneeded columns to NULL.
Jeff Davis
2020-07-08
code: replace most remaining uses of 'master'.
Andres Freund
2020-06-19
Fix EXPLAIN ANALYZE for parallel HashAgg plans
David Rowley
2020-05-14
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-04-11
Make EXPLAIN report maximum hashtable usage across multiple rescans.
Tom Lane
2020-04-07
Support FETCH FIRST WITH TIES
Alvaro Herrera
2020-04-06
Implement Incremental Sort
Tomas Vondra
2020-03-30
Implement operator class parameters
Alexander Korotkov
2020-03-18
Disk-based Hash Aggregation.
Jeff Davis
2020-02-17
Optimize update of tables with generated columns
Peter Eisentraut
2020-02-06
expression eval: Don't redundantly keep track of AggState.
Andres Freund
[next]