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
/
executor.h
Age
Commit message (
Expand
)
Author
2023-03-24
Invent GENERIC_PLAN option for EXPLAIN.
Tom Lane
2023-03-20
Ignore BRIN indexes when checking for HOT updates
Tomas Vondra
2023-03-06
Fill EState.es_rteperminfos more systematically.
Tom Lane
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-06
Rework query relation permission checking
Alvaro Herrera
2022-12-02
Generalize ri_RootToPartitionMap to use for non-partition children
Alvaro Herrera
2022-09-19
Harmonize parameter names in storage and AM code.
Peter Geoghegan
2022-09-19
Future-proof the recursion inside ExecShutdownNode().
Tom Lane
2022-09-01
Revert SQL/JSON features
Andrew Dunstan
2022-05-12
Pre-beta mechanical code beautification.
Tom Lane
2022-04-07
Revert "Rewrite some RI code to avoid using SPI"
Alvaro Herrera
2022-04-07
Rewrite some RI code to avoid using SPI
Alvaro Herrera
2022-03-29
SQL/JSON query functions
Andrew Dunstan
2022-03-20
Enforce foreign key correctly during cross-partition updates
Alvaro Herrera
2022-01-07
Update copyright for 2022
Bruce Momjian
2021-09-15
Remove arbitrary 64K-or-so limit on rangetable size.
Tom Lane
2021-05-10
Fix mishandling of resjunk columns in ON CONFLICT ... UPDATE tlists.
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-02-08
Fix permission checks on constraint violation errors on partitions.
Heikki Linnakangas
2021-01-13
Pass down "logically unchanged index" hint.
Peter Geoghegan
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-10-26
In INSERT/UPDATE, use the table's real tuple descriptor as target.
Tom Lane
2020-10-14
Remove es_result_relation_info from EState.
Heikki Linnakangas
2020-10-13
Create ResultRelInfos later in InitPlan, index them by RT index.
Heikki Linnakangas
2020-07-26
Fix LookupTupleHashEntryHash() pipeline-stall issue.
Jeff Davis
2020-04-07
Create memory context for HashAgg with a reasonable maxBlockSize.
Jeff Davis
2020-03-25
Go back to returning int from ereport auxiliary functions.
Tom Lane
2020-03-24
Improve the internal implementation of ereport().
Tom Lane
2020-03-04
Extend ExecBuildAggTrans() to support a NULL pointer check.
Jeff Davis
2020-02-10
Change signature of TupleHashTableHash().
Jeff Davis
2020-02-06
Introduce TupleHashTableHash() and LookupTupleHashEntryHash().
Jeff Davis
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-09-09
Reorder EPQ work, to fix rowmark related bugs and improve efficiency.
Andres Freund
2019-08-16
Remove fmgr.h includes from headers that don't really need it.
Andres Freund
2019-08-12
Remove EState.es_range_table_array.
Tom Lane
2019-07-08
Fix inconsistencies in the code
Michael Paquier
2019-06-08
Fix assorted inconsistencies.
Amit Kapila
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
Initial pgindent run for v12.
Tom Lane
2019-03-23
tableam: Add tuple_{insert, delete, update, lock} and use.
Andres Freund
2019-03-22
Collations with nondeterministic comparison
Peter Eisentraut
2019-03-01
Store tuples for EvalPlanQual in slots, rather than as HeapTuples.
Andres Freund
2019-02-26
Use slots in trigger infrastructure, except for the actual invocation.
Andres Freund
2019-02-09
Allow to reset execGrouping.c style tuple hashtables.
Andres Freund
2019-01-29
Rename nodes/relation.h to nodes/pathnodes.h.
Tom Lane
2019-01-14
Don't include heapam.h from others headers.
Andres Freund
[next]