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
/
include
/
executor
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix issues in pg_stat_wal.
Fujii Masao
2021-05-19
1
-0
/
+12
*
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
2
-2
/
+2
*
Fix EXPLAIN ANALYZE for async-capable nodes.
Etsuro Fujita
2021-05-12
1
-1
/
+4
*
Change data type of counters in BufferUsage and WalUsage from long to int64.
Fujii Masao
2021-05-12
1
-12
/
+12
*
Fix mishandling of resjunk columns in ON CONFLICT ... UPDATE tlists.
Tom Lane
2021-05-10
1
-1
/
+2
*
Undo decision to allow pg_proc.prosrc to be NULL.
Tom Lane
2021-04-15
1
-3
/
+2
*
Redesign the caching done by get_cached_rowtype().
Tom Lane
2021-04-13
1
-11
/
+25
*
Speedup ScalarArrayOpExpr evaluation
David Rowley
2021-04-08
1
-0
/
+19
*
SQL-standard function body
Peter Eisentraut
2021-04-07
1
-0
/
+15
*
Postpone some stuff out of ExecInitModifyTable.
Tom Lane
2021-04-06
2
-2
/
+8
*
Fix missing #include in nodeResultCache.h.
Tom Lane
2021-04-06
1
-0
/
+1
*
Add Result Cache executor node (take 2)
David Rowley
2021-04-02
2
-0
/
+38
*
Revert b6002a796
David Rowley
2021-04-01
2
-38
/
+0
*
Add Result Cache executor node
David Rowley
2021-04-01
2
-0
/
+38
*
Rework planning and execution of UPDATE and DELETE.
Tom Lane
2021-03-31
1
-5
/
+26
*
Add support for asynchronous execution.
Etsuro Fujita
2021-03-31
3
-0
/
+31
*
Revert "Fix race in Parallel Hash Join batch cleanup."
Thomas Munro
2021-03-18
1
-19
/
+18
*
Update the names of Parallel Hash Join phases.
Thomas Munro
2021-03-17
1
-19
/
+19
*
Fix race in Parallel Hash Join batch cleanup.
Thomas Munro
2021-03-17
1
-1
/
+2
*
Add TID Range Scans to support efficient scanning ranges of TIDs
David Rowley
2021-02-27
1
-0
/
+24
*
Fix permission checks on constraint violation errors on partitions.
Heikki Linnakangas
2021-02-08
1
-1
/
+6
*
Rethink recently-added SPI interfaces.
Tom Lane
2021-01-26
1
-10
/
+14
*
Improve performance of repeated CALLs within plpgsql procedures.
Tom Lane
2021-01-25
2
-5
/
+13
*
Pass down "logically unchanged index" hint.
Peter Geoghegan
2021-01-13
1
-0
/
+1
*
Add the ability for the core grammar to have more than one parse target.
Tom Lane
2021-01-04
2
-1
/
+13
*
Update copyright for 2021
Bruce Momjian
2021-01-02
56
-56
/
+56
*
Support subscripting of arbitrary types, not only arrays.
Tom Lane
2020-12-09
1
-25
/
+31
*
Move per-agg and per-trans duplicate finding to the planner.
Heikki Linnakangas
2020-11-24
1
-2
/
+1
*
In INSERT/UPDATE, use the table's real tuple descriptor as target.
Tom Lane
2020-10-26
1
-0
/
+3
*
Fix list-munging bug that broke SQL function result coercions.
Tom Lane
2020-10-19
1
-2
/
+2
*
Remove PartitionRoutingInfo struct.
Heikki Linnakangas
2020-10-19
1
-21
/
+0
*
Revise child-to-root tuple conversion map management.
Heikki Linnakangas
2020-10-19
1
-6
/
+0
*
Remove es_result_relation_info from EState.
Heikki Linnakangas
2020-10-14
2
-7
/
+16
*
Create ResultRelInfos later in InitPlan, index them by RT index.
Heikki Linnakangas
2020-10-13
1
-1
/
+4
*
Move resolution of AlternativeSubPlan choices to the planner.
Tom Lane
2020-09-27
2
-14
/
+0
*
Fix comment in instrument.h
Michael Paquier
2020-07-31
1
-1
/
+1
*
Add hash_mem_multiplier GUC.
Peter Geoghegan
2020-07-29
2
-3
/
+3
*
HashAgg: use better cardinality estimate for recursive spilling.
Jeff Davis
2020-07-28
1
-1
/
+1
*
Fix LookupTupleHashEntryHash() pipeline-stall issue.
Jeff Davis
2020-07-26
1
-1
/
+1
*
Use MinimalTuple for tuple queues.
Thomas Munro
2020-07-17
1
-2
/
+2
*
Fix EXPLAIN ANALYZE for parallel HashAgg plans
David Rowley
2020-06-19
1
-0
/
+7
*
Avoid using a cursor in plpgsql's RETURN QUERY statement.
Tom Lane
2020-06-12
2
-1
/
+16
*
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-14
1
-4
/
+7
*
Change the display of WAL usage statistics in Explain.
Amit Kapila
2020-05-05
1
-1
/
+1
*
Cosmetic fixups for WAL usage work.
Amit Kapila
2020-04-13
1
-1
/
+1
*
Make EXPLAIN report maximum hashtable usage across multiple rescans.
Tom Lane
2020-04-11
1
-2
/
+2
*
Create memory context for HashAgg with a reasonable maxBlockSize.
Jeff Davis
2020-04-07
1
-0
/
+1
*
Implement Incremental Sort
Tomas Vondra
2020-04-06
2
-0
/
+30
*
Add infrastructure to track WAL usage.
Amit Kapila
2020-04-04
2
-2
/
+17
*
Include chunk overhead in hash table entry size estimate.
Jeff Davis
2020-04-03
1
-1
/
+1
[prev]
[next]