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