index
:
delta/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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
executor
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix EXPLAIN ANALYZE for async-capable nodes.
Etsuro Fujita
2021-05-12
6
-9
/
+66
*
Fix mishandling of resjunk columns in ON CONFLICT ... UPDATE tlists.
Tom Lane
2021-05-10
4
-120
/
+154
*
Prevent integer overflows in array subscripting calculations.
Tom Lane
2021-05-10
1
-0
/
+4
*
Move memory accounting Asserts for Result Cache code
David Rowley
2021-05-09
1
-35
/
+29
*
Fix come comments in execMain.c
Michael Paquier
2021-04-24
1
-3
/
+3
*
Minor code cleanup in asynchronous execution support.
Etsuro Fujita
2021-04-23
1
-5
/
+13
*
Don't crash on reference to an un-available system column.
Tom Lane
2021-04-22
1
-5
/
+35
*
Fix relcache inconsistency hazard in partition detach
Alvaro Herrera
2021-04-22
1
-11
/
+8
*
doc: Improve hyphenation consistency
Peter Eisentraut
2021-04-21
1
-2
/
+2
*
adjust query id feature to use pg_stat_activity.query_id
Bruce Momjian
2021-04-20
2
-5
/
+5
*
Fix typos and grammar in comments and docs
Michael Paquier
2021-04-19
1
-3
/
+3
*
Revert "Cope with NULL query string in ExecInitParallelPlan()."
Tom Lane
2021-04-15
1
-5
/
+2
*
Undo decision to allow pg_proc.prosrc to be NULL.
Tom Lane
2021-04-15
2
-10
/
+12
*
Redesign the caching done by get_cached_rowtype().
Tom Lane
2021-04-13
2
-83
/
+111
*
Fixes for query_id feature
Bruce Momjian
2021-04-08
1
-1
/
+0
*
Speedup ScalarArrayOpExpr evaluation
David Rowley
2021-04-08
2
-18
/
+343
*
Cope with NULL query string in ExecInitParallelPlan().
Andres Freund
2021-04-07
1
-2
/
+5
*
SQL-standard function body
Peter Eisentraut
2021-04-07
1
-31
/
+48
*
Make use of in-core query id added by commit 5fd9dfa5f5
Bruce Momjian
2021-04-07
2
-2
/
+12
*
Comment cleanup for a1115fa07.
Tom Lane
2021-04-07
1
-4
/
+1
*
Postpone some more stuff out of ExecInitModifyTable.
Tom Lane
2021-04-06
2
-158
/
+208
*
Postpone some stuff out of ExecInitModifyTable.
Tom Lane
2021-04-06
4
-252
/
+212
*
Fix missing #include in nodeResultCache.h.
Tom Lane
2021-04-06
1
-1
/
+0
*
Clean up treatment of missing default and CHECK-constraint records.
Tom Lane
2021-04-06
1
-1
/
+10
*
Adjust input value to WaitEventSetWait() in ExecAppendAsyncEventWait().
Etsuro Fujita
2021-04-06
1
-1
/
+3
*
Remove useless Asserts in Result Cache code
David Rowley
2021-04-03
1
-4
/
+0
*
Add Result Cache executor node (take 2)
David Rowley
2021-04-02
6
-0
/
+1306
*
Revert b6002a796
David Rowley
2021-04-01
6
-1305
/
+0
*
Add Result Cache executor node
David Rowley
2021-04-01
6
-0
/
+1305
*
Rework planning and execution of UPDATE and DELETE.
Tom Lane
2021-03-31
6
-307
/
+707
*
Add support for asynchronous execution.
Etsuro Fujita
2021-03-31
6
-13
/
+665
*
ALTER TABLE ... DETACH PARTITION ... CONCURRENTLY
Alvaro Herrera
2021-03-25
1
-6
/
+23
*
Sanitize the term "combo CID" in code comments
Michael Paquier
2021-03-25
1
-1
/
+1
*
Revert "Enable parallel SELECT for "INSERT INTO ... SELECT ..."."
Amit Kapila
2021-03-24
1
-3
/
+0
*
Revert "Fix race in Parallel Hash Join batch cleanup."
Thomas Munro
2021-03-18
2
-117
/
+89
*
Update the names of Parallel Hash Join phases.
Thomas Munro
2021-03-17
2
-76
/
+79
*
Fix race in Parallel Hash Join batch cleanup.
Thomas Munro
2021-03-17
2
-31
/
+56
*
Enable parallel SELECT for "INSERT INTO ... SELECT ...".
Amit Kapila
2021-03-10
1
-0
/
+3
*
Complain if a function-in-FROM returns a set when it shouldn't.
Tom Lane
2021-03-08
1
-1
/
+11
*
Add TID Range Scans to support efficient scanning ranges of TIDs
David Rowley
2021-02-27
5
-0
/
+431
*
Fix some typos, grammar and style in docs and comments
Michael Paquier
2021-02-24
1
-2
/
+1
*
Fix tuple routing to initialize batching only for inserts
Tomas Vondra
2021-02-18
1
-1
/
+2
*
Simplify loop logic in nodeIncrementalSort.c.
Tom Lane
2021-02-15
1
-34
/
+11
*
Make ExecGetInsertedCols() and friends more robust and improve comments.
Heikki Linnakangas
2021-02-15
1
-7
/
+21
*
Fix permission checks on constraint violation errors on partitions.
Heikki Linnakangas
2021-02-08
5
-77
/
+146
*
Fix bug in HashAgg's selective-column-spilling logic.
Tom Lane
2021-02-04
1
-1
/
+7
*
Fix YA incremental sort bug.
Tom Lane
2021-02-04
1
-0
/
+7
*
Fix hash partition pruning with asymmetric partition sets.
Tom Lane
2021-01-28
1
-3
/
+1
*
Don't add bailout adjustment for non-strict deserialize calls.
Andrew Gierth
2021-01-28
1
-2
/
+4
*
Rethink recently-added SPI interfaces.
Tom Lane
2021-01-26
1
-64
/
+50
[next]