index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
executor
Age
Commit message (
Expand
)
Author
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-21
More improvements of error messages about mismatching relkind
Peter Eisentraut
2021-07-19
Use l*_node() family of functions where appropriate
Peter Eisentraut
2021-07-14
Change the name of the Result Cache node to Memoize
David Rowley
2021-07-07
Use a hash table to speed up NOT IN(values)
David Rowley
2021-07-06
Allow CustomScan providers to say whether they support projections.
Tom Lane
2021-07-04
Cleanup some aggregate code in the executor
David Rowley
2021-06-28
Pre branch pgindent / pgperltidy run
Andrew Dunstan
2021-06-18
Centralize the logic for protective copying of utility statements.
Tom Lane
2021-06-16
Fix copying data into slots with FDW batching
Tomas Vondra
2021-06-11
Optimize creation of slots for FDW bulk inserts
Tomas Vondra
2021-06-11
Use the correct article for abbreviations
David Rowley
2021-06-10
Reconsider the handling of procedure OUT parameters.
Tom Lane
2021-06-10
Shut down EvalPlanQual machinery when LockRows node reaches the end.
Tom Lane
2021-06-07
Fix rescanning of async-aware Append nodes.
Etsuro Fujita
2021-05-22
Fix planner's use of Result Cache with unique joins
David Rowley
2021-05-21
Fix usage of "tableoid" in GENERATED expressions.
Tom Lane
2021-05-21
Restore the portal-level snapshot after procedure COMMIT/ROLLBACK.
Tom Lane
2021-05-14
Convert misleading while loop into an if condition
David Rowley
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-05-10
Fix mishandling of resjunk columns in ON CONFLICT ... UPDATE tlists.
Tom Lane
2021-05-10
Prevent integer overflows in array subscripting calculations.
Tom Lane
2021-05-08
Move memory accounting Asserts for Result Cache code
David Rowley
2021-04-24
Fix come comments in execMain.c
Michael Paquier
2021-04-23
Minor code cleanup in asynchronous execution support.
Etsuro Fujita
2021-04-22
Don't crash on reference to an un-available system column.
Tom Lane
2021-04-22
Fix relcache inconsistency hazard in partition detach
Alvaro Herrera
2021-04-21
doc: Improve hyphenation consistency
Peter Eisentraut
2021-04-20
adjust query id feature to use pg_stat_activity.query_id
Bruce Momjian
2021-04-19
Fix typos and grammar in comments and docs
Michael Paquier
2021-04-15
Revert "Cope with NULL query string in ExecInitParallelPlan()."
Tom Lane
2021-04-15
Undo decision to allow pg_proc.prosrc to be NULL.
Tom Lane
2021-04-13
Redesign the caching done by get_cached_rowtype().
Tom Lane
2021-04-08
Fixes for query_id feature
Bruce Momjian
2021-04-08
Speedup ScalarArrayOpExpr evaluation
David Rowley
2021-04-08
Cope with NULL query string in ExecInitParallelPlan().
Andres Freund
2021-04-07
SQL-standard function body
Peter Eisentraut
2021-04-07
Make use of in-core query id added by commit 5fd9dfa5f5
Bruce Momjian
2021-04-07
Comment cleanup for a1115fa07.
Tom Lane
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-06
Fix missing #include in nodeResultCache.h.
Tom Lane
2021-04-06
Clean up treatment of missing default and CHECK-constraint records.
Tom Lane
2021-04-06
Adjust input value to WaitEventSetWait() in ExecAppendAsyncEventWait().
Etsuro Fujita
2021-04-02
Remove useless Asserts in Result Cache code
David Rowley
2021-04-02
Add Result Cache executor node (take 2)
David Rowley
2021-04-01
Revert b6002a796
David Rowley
2021-03-31
Add Result Cache executor node
David Rowley
[next]