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
2020-11-04
Remove useless entries for aggregate functions from fmgrtab.c.
Tom Lane
2020-11-03
Use INT64_FORMAT to print int64 variables in sort debug
Tomas Vondra
2020-11-03
Guard against core dump from uninitialized subplan.
Tom Lane
2020-11-02
Fix some grammar and typos in comments and docs
Michael Paquier
2020-10-26
In INSERT/UPDATE, use the table's real tuple descriptor as target.
Tom Lane
2020-10-23
Fix initialization of es_result_relations in EvalPlanQualStart().
Heikki Linnakangas
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-19
Clean up code to resolve the "root target relation" in nodeModifyTable.c
Heikki Linnakangas
2020-10-15
Refactor code for cross-partition updates to a separate function.
Heikki Linnakangas
2020-10-14
Remove es_result_relation_info from EState.
Heikki Linnakangas
2020-10-14
Include result relation info in direct modify ForeignScan nodes.
Heikki Linnakangas
2020-10-13
Create ResultRelInfos later in InitPlan, index them by RT index.
Heikki Linnakangas
2020-10-05
Support for OUT parameters in procedures
Peter Eisentraut
2020-09-27
Move resolution of AlternativeSubPlan choices to the planner.
Tom Lane
2020-09-16
Don't fetch partition check expression during InitResultRelInfo.
Tom Lane
2020-09-16
Change LogicalTapeSetBlocks() to use nBlocksWritten.
Jeff Davis
2020-09-16
HashAgg: release write buffers sooner by rewinding tape.
Jeff Davis
2020-09-12
logtape.c: do not preallocate for tapes when sorting
Jeff Davis
2020-09-08
Check default partitions constraints while descending
Alvaro Herrera
2020-08-15
Be more careful about the shape of hashable subplan clauses.
Tom Lane
2020-08-05
Fix matching of sub-partitions when a partitioned plan is stale.
Tom Lane
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-29
Rename another "hash_mem" local variable.
Peter Geoghegan
2020-07-28
Make EXPLAIN ANALYZE of HashAgg more similar to Hash Join
David Rowley
2020-07-26
Fix LookupTupleHashEntryHash() pipeline-stall issue.
Jeff Davis
2020-07-25
Fix buffer usage stats for nodes above Gather Merge.
Amit Kapila
2020-07-20
Fix minor typo in nodeIncrementalSort.c.
Amit Kapila
2020-07-18
Rename "hash_mem" local variable.
Peter Geoghegan
2020-07-17
Use MinimalTuple for tuple queues.
Thomas Munro
2020-07-13
HashAgg: before spilling tuples, set unneeded columns to NULL.
Jeff Davis
2020-07-08
code: replace 'master' with 'leader' where appropriate.
Andres Freund
2020-06-19
Fix EXPLAIN ANALYZE for parallel HashAgg plans
David Rowley
2020-06-16
Fix buffile.c error handling.
Thomas Munro
2020-06-12
Avoid using a cursor in plpgsql's RETURN QUERY statement.
Tom Lane
2020-06-09
Fix HashAgg regression from choosing too many initial buckets.
Jeff Davis
2020-05-17
Mop-up for wait event naming issues.
Tom Lane
2020-05-16
Run pgindent with new pg_bsd_indent version 2.1.1.
Tom Lane
2020-05-16
Fix assertion with relation using REPLICA IDENTITY FULL in subscriber
Michael Paquier
2020-05-14
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-13
Dial back -Wimplicit-fallthrough to level 3
Alvaro Herrera
2020-05-12
Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGS
Alvaro Herrera
2020-05-12
Fix typos and improve incremental sort comments
Tomas Vondra
2020-05-09
Do no reset bounded before incremental sort rescan
Tomas Vondra
2020-05-09
Fix handling of REWIND/MARK/BACKWARD in incremental sort
Tomas Vondra
2020-05-05
Change the display of WAL usage statistics in Explain.
Amit Kapila
2020-04-23
Fix transient memory leak for SRFs in FROM.
Andres Freund
2020-04-21
Fix minor violations of FunctionCallInvoke usage protocol.
Tom Lane
[next]