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
/
include
/
executor
Age
Commit message (
Expand
)
Author
2020-12-09
Support subscripting of arbitrary types, not only arrays.
Tom Lane
2020-11-24
Move per-agg and per-trans duplicate finding to the planner.
Heikki Linnakangas
2020-10-26
In INSERT/UPDATE, use the table's real tuple descriptor as target.
Tom Lane
2020-10-19
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-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-09-27
Move resolution of AlternativeSubPlan choices to the planner.
Tom Lane
2020-07-31
Fix comment in instrument.h
Michael Paquier
2020-07-29
Add hash_mem_multiplier GUC.
Peter Geoghegan
2020-07-29
HashAgg: use better cardinality estimate for recursive spilling.
Jeff Davis
2020-07-26
Fix LookupTupleHashEntryHash() pipeline-stall issue.
Jeff Davis
2020-07-17
Use MinimalTuple for tuple queues.
Thomas Munro
2020-06-19
Fix EXPLAIN ANALYZE for parallel HashAgg plans
David Rowley
2020-06-12
Avoid using a cursor in plpgsql's RETURN QUERY statement.
Tom Lane
2020-05-14
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-05
Change the display of WAL usage statistics in Explain.
Amit Kapila
2020-04-13
Cosmetic fixups for WAL usage work.
Amit Kapila
2020-04-11
Make EXPLAIN report maximum hashtable usage across multiple rescans.
Tom Lane
2020-04-08
Create memory context for HashAgg with a reasonable maxBlockSize.
Jeff Davis
2020-04-06
Implement Incremental Sort
Tomas Vondra
2020-04-04
Add infrastructure to track WAL usage.
Amit Kapila
2020-04-04
Include chunk overhead in hash table entry size estimate.
Jeff Davis
2020-03-30
Expose BufferUsageAccumDiff().
Fujii Masao
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-18
Disk-based Hash Aggregation.
Jeff Davis
2020-03-05
Extend ExecBuildAggTrans() to support a NULL pointer check.
Jeff Davis
2020-02-24
expression eval: Reduce number of steps for agg transition invocations.
Andres Freund
2020-02-17
Optimize update of tables with generated columns
Peter Eisentraut
2020-02-10
Change signature of TupleHashTableHash().
Jeff Davis
2020-02-07
Introduce TupleHashTableHash() and LookupTupleHashEntryHash().
Jeff Davis
2020-02-07
expression eval: Don't redundantly keep track of AggState.
Andres Freund
2020-02-06
Refactor hash_agg_entry_size().
Jeff Davis
2020-01-08
Improve the handling of result type coercions in SQL functions.
Tom Lane
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-12-26
Revert "Rename files and headers related to index AM"
Michael Paquier
2019-12-25
Rename files and headers related to index AM
Michael Paquier
2019-12-05
Minor comment improvements for instrumentation.h
Robert Haas
2019-11-25
Make the order of the header file includes consistent.
Amit Kapila
2019-11-06
Minor code review for tuple slot rewrite.
Tom Lane
2019-10-04
Fix crash caused by EPQ happening with a before update trigger present.
Andres Freund
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-16
Remove redundant prototypes for SQL callable functions.
Andres Freund
2019-08-12
Remove EState.es_range_table_array.
Tom Lane
2019-08-05
Fix inconsistencies and typos in the tree, take 9
Michael Paquier
2019-07-22
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-18
Further adjust SPITupleTable to provide a public row-count field.
Tom Lane
[next]