index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
nodes
Commit message (
Expand
)
Author
Age
*
SQL procedures
Peter Eisentraut
2017-11-30
*
New C function: bms_add_range
Robert Haas
2017-11-29
*
Update typedefs.list and re-run pgindent
Robert Haas
2017-11-29
*
Generational memory allocator
Simon Riggs
2017-11-23
*
Pass InitPlan values to workers via Gather (Merge).
Robert Haas
2017-11-16
*
Track in the plan the types associated with PARAM_EXEC parameters.
Robert Haas
2017-11-13
*
Account for the effect of lossy pages when costing bitmap scans.
Robert Haas
2017-11-10
*
Add hash partitioning.
Robert Haas
2017-11-09
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
*
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-11-01
*
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-27
*
Support domains over composite types.
Tom Lane
2017-10-26
*
Repair breakage of aggregate FILTER option.
Tom Lane
2017-10-16
*
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-12
*
pg_stat_statements: Widen query IDs from 32 bits to 64 bits.
Robert Haas
2017-10-11
*
Reduce memory usage of targetlist SRFs.
Andres Freund
2017-10-08
*
Basic partition-wise join functionality.
Robert Haas
2017-10-06
*
Allow multiple tables to be specified in one VACUUM or ANALYZE command.
Tom Lane
2017-10-03
*
Support arrays over domains.
Tom Lane
2017-09-30
*
Associate partitioning information with each RelOptInfo.
Robert Haas
2017-09-20
*
Fix SQL-spec incompatibilities in new transition table feature.
Tom Lane
2017-09-16
*
Expand partitioned table RTEs level by level, without flattening.
Robert Haas
2017-09-14
*
Allow a partitioned table to have a default partition.
Robert Haas
2017-09-08
*
Allow SET STATISTICS on expression indexes
Simon Riggs
2017-09-06
*
Clean up handling of dropped columns in NAMEDTUPLESTORE RTEs.
Tom Lane
2017-09-06
*
Add a WAIT option to DROP_REPLICATION_SLOT
Alvaro Herrera
2017-09-01
*
Avoid memory leaks when a GatherMerge node is rescanned.
Tom Lane
2017-08-31
*
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-30
*
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-29
*
Fix interaction of triggers, partitioning, and EXPLAIN ANALYZE.
Robert Haas
2017-08-18
*
Make the planner assume that the entries in a VALUES list are distinct.
Tom Lane
2017-08-16
*
Avoid out-of-memory in a hash join with many duplicate inner keys.
Tom Lane
2017-08-15
*
Final pgindent + perltidy run for v10.
Tom Lane
2017-08-14
*
Fix typo in comment.
Robert Haas
2017-08-10
*
Move ExecProcNode from dispatch to function pointer based model.
Andres Freund
2017-07-30
*
Use MINVALUE/MAXVALUE instead of UNBOUNDED for range partition bounds.
Dean Rasheed
2017-07-21
*
Code review for NextValueExpr expression node type.
Tom Lane
2017-07-14
*
Fix transition tables for partition/inheritance.
Andrew Gierth
2017-06-28
*
Reformat comments about ResultRelInfo
Peter Eisentraut
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
*
Final pgindent run with old pg_bsd_indent (version 1.3).
Tom Lane
2017-06-21
*
Fix typos in comments
Magnus Hagander
2017-06-17
[next]