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
/
nodes
Age
Commit message (
Expand
)
Author
2018-01-09
Expression evaluation based aggregate transition invocation.
Andres Freund
2018-01-09
Improve the heuristic for ordering child paths of a parallel append.
Tom Lane
2018-01-04
Simplify and encapsulate tuple routing support code.
Robert Haas
2018-01-04
Code review for Parallel Append.
Robert Haas
2018-01-03
Update copyright for 2018
Bruce Momjian
2018-01-03
Simplify representation of aggregate transition values a bit.
Andres Freund
2017-12-29
Perform slot validity checks in a separate pass over expression.
Andres Freund
2017-12-21
Rearrange execution of PARAM_EXTERN Params for plpgsql's benefit.
Tom Lane
2017-12-21
Add parallel-aware hash joins.
Andres Freund
2017-12-13
Rethink MemoryContext creation to improve performance.
Tom Lane
2017-12-05
Support Parallel Append plan nodes.
Robert Haas
2017-12-05
Fix EXPLAIN ANALYZE of hash join when the leader doesn't participate.
Andres Freund
2017-11-30
SQL procedures
Peter Eisentraut
2017-11-29
New C function: bms_add_range
Robert Haas
2017-11-29
Update typedefs.list and re-run pgindent
Robert Haas
2017-11-22
Generational memory allocator
Simon Riggs
2017-11-16
Pass InitPlan values to workers via Gather (Merge).
Robert Haas
2017-11-13
Track in the plan the types associated with PARAM_EXEC parameters.
Robert Haas
2017-11-10
Account for the effect of lossy pages when costing bitmap scans.
Robert Haas
2017-11-09
Add hash partitioning.
Robert Haas
2017-11-08
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-01
Allow bitmap scans to operate as index-only scans when possible.
Tom Lane
2017-11-01
Fix ALTER TABLE code to update domain constraints when needed.
Tom Lane
2017-10-27
Revert "Move new structure member to the end."
Robert Haas
2017-10-27
Move new structure member to the end.
Robert Haas
2017-10-27
Fix mistaken failure to allow parallelism in corner case.
Robert Haas
2017-10-26
Support domains over composite types.
Tom Lane
2017-10-16
Repair breakage of aggregate FILTER option.
Tom Lane
2017-10-12
Use ResultRelInfo ** rather than ResultRelInfo * for tuple routing.
Robert Haas
2017-10-12
Fix AggGetAggref() so it won't lie to aggregate final functions.
Tom Lane
2017-10-11
pg_stat_statements: Widen query IDs from 32 bits to 64 bits.
Robert Haas
2017-10-08
Reduce memory usage of targetlist SRFs.
Andres Freund
2017-10-06
Basic partition-wise join functionality.
Robert Haas
2017-10-03
Allow multiple tables to be specified in one VACUUM or ANALYZE command.
Tom Lane
2017-09-30
Support arrays over domains.
Tom Lane
2017-09-21
Associate partitioning information with each RelOptInfo.
Robert Haas
2017-09-16
Fix SQL-spec incompatibilities in new transition table feature.
Tom Lane
2017-09-14
Expand partitioned table RTEs level by level, without flattening.
Robert Haas
2017-09-08
Allow a partitioned table to have a default partition.
Robert Haas
2017-09-06
Allow SET STATISTICS on expression indexes
Simon Riggs
2017-09-06
Clean up handling of dropped columns in NAMEDTUPLESTORE RTEs.
Tom Lane
2017-09-01
Add a WAIT option to DROP_REPLICATION_SLOT
Alvaro Herrera
2017-08-31
Avoid memory leaks when a GatherMerge node is rescanned.
Tom Lane
2017-08-30
Code review for nodeGatherMerge.c.
Tom Lane
2017-08-30
Separate reinitialization of shared parallel-scan state from ExecReScan.
Tom Lane
2017-08-30
Force rescanning of parallel-aware scan nodes below a Gather[Merge].
Tom Lane
2017-08-29
Propagate sort instrumentation from workers back to leader.
Robert Haas
2017-08-29
Push tuple limits through Gather and Gather Merge.
Robert Haas
2017-08-18
Fix interaction of triggers, partitioning, and EXPLAIN ANALYZE.
Robert Haas
2017-08-16
Make the planner assume that the entries in a VALUES list are distinct.
Tom Lane
[next]