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
*
Fix application of identity values in some cases
Peter Eisentraut
2018-02-02
*
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
*
Repair breakage of aggregate FILTER option.
Tom Lane
2017-10-16
*
Fix AggGetAggref() so it won't lie to aggregate final functions.
Tom Lane
2017-10-12
*
Fix SQL-spec incompatibilities in new transition table feature.
Tom Lane
2017-09-16
*
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
*
Fix interaction of triggers, partitioning, and EXPLAIN ANALYZE.
Robert Haas
2017-08-18
*
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
*
Fix problems related to RangeTblEntry members enrname and enrtuples.
Robert Haas
2017-06-14
*
Fix ALTER SUBSCRIPTION grammar ambiguity
Peter Eisentraut
2017-06-05
*
Code review focused on new node types added by partitioning support.
Tom Lane
2017-05-28
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
Remove no-longer-needed fields of Hash plan nodes.
Tom Lane
2017-05-14
*
Fix multi-column range partitioning constraints.
Robert Haas
2017-05-13
*
Change CREATE STATISTICS syntax
Alvaro Herrera
2017-05-12
*
Remove the NODROP SLOT option from DROP SUBSCRIPTION
Peter Eisentraut
2017-05-09
*
Fire per-statement triggers on partitioned tables.
Robert Haas
2017-05-01
*
Fix crash when partitioned column specified twice.
Robert Haas
2017-04-28
*
Fix testing of parallel-safety of SubPlans.
Tom Lane
2017-04-18
*
Avoid transferring parallel-unsafe subplans to parallel workers.
Tom Lane
2017-04-12
*
Mark finished Plan nodes with parallel_safe flags.
Tom Lane
2017-04-12
*
Improve castNode notation by introducing list-extraction-specific variants.
Tom Lane
2017-04-10
*
Optimize joins when the inner relation can be proven unique.
Tom Lane
2017-04-07
*
Comment fixes for extended statistics
Alvaro Herrera
2017-04-06
*
Identity columns
Peter Eisentraut
2017-04-06
*
Abstract logic to allow for multiple kinds of child rels.
Robert Haas
2017-04-03
*
Add infrastructure to support EphemeralNamedRelation references.
Kevin Grittner
2017-03-31
*
Fix parallel query so it doesn't spoil row estimates above Gather.
Robert Haas
2017-03-31
*
Cast result of copyObject() to correct type
Peter Eisentraut
2017-03-28
*
Support hashed aggregation with grouping sets.
Andrew Gierth
2017-03-27
*
Faster expression evaluation and targetlist projection.
Andres Freund
2017-03-25
*
Implement multivariate n-distinct coefficients
Alvaro Herrera
2017-03-24
*
ICU support
Peter Eisentraut
2017-03-23
*
Logical replication support for initial data copy
Peter Eisentraut
2017-03-23
[next]