index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
nodes
Commit message (
Expand
)
Author
Age
*
Support all SQL:2011 options for window frame clauses.
Tom Lane
2018-02-07
*
Fix application of identity values in some cases
Peter Eisentraut
2018-02-02
*
Remove the obsolete WITH clause of CREATE FUNCTION.
Tom Lane
2018-01-26
*
Allow UPDATE to move rows between partitions.
Robert Haas
2018-01-19
*
Local partitioned indexes
Alvaro Herrera
2018-01-19
*
Rewrite list_qsort() to avoid trashing its input list.
Tom Lane
2018-01-09
*
Improve the heuristic for ordering child paths of a parallel append.
Tom Lane
2018-01-09
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Rearrange execution of PARAM_EXTERN Params for plpgsql's benefit.
Tom Lane
2017-12-21
*
Add parallel-aware hash joins.
Andres Freund
2017-12-21
*
Support Parallel Append plan nodes.
Robert Haas
2017-12-05
*
Remove extra word from comment.
Robert Haas
2017-11-30
*
SQL procedures
Peter Eisentraut
2017-11-30
*
New C function: bms_add_range
Robert Haas
2017-11-29
*
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
*
Support domains over composite types.
Tom Lane
2017-10-26
*
pg_stat_statements: Widen query IDs from 32 bits to 64 bits.
Robert Haas
2017-10-11
*
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
*
Add inline murmurhash32(uint32) function.
Andres Freund
2017-09-22
*
Allow a partitioned table to have a default partition.
Robert Haas
2017-09-08
*
Reduce excessive dereferencing of function pointers
Peter Eisentraut
2017-09-07
*
Allow SET STATISTICS on expression indexes
Simon Riggs
2017-09-06
*
Force rescanning of parallel-aware scan nodes below a Gather[Merge].
Tom Lane
2017-08-30
*
Fix up some misusage of appendStringInfo() and friends
Peter Eisentraut
2017-08-15
*
Avoid out-of-memory in a hash join with many duplicate inner keys.
Tom Lane
2017-08-15
*
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 output of char node fields
Peter Eisentraut
2017-07-05
*
Phase 3 of pgindent updates.
Tom Lane
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
*
Reconcile nodes/*funcs.c with PostgreSQL 10 work.
Noah Misch
2017-06-16
*
Fix problems related to RangeTblEntry members enrname and enrtuples.
Robert Haas
2017-06-14
*
Fix no-longer-valid shortcuts in expression_returns_set().
Tom Lane
2017-06-14
*
Fix omission of locations in outfuncs/readfuncs partitioning node support.
Tom Lane
2017-05-30
*
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
*
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
*
Mark finished Plan nodes with parallel_safe flags.
Tom Lane
2017-04-12
*
Fix failure when a shared tidbitmap has only one page.
Robert Haas
2017-04-11
*
Improve castNode notation by introducing list-extraction-specific variants.
Tom Lane
2017-04-10
[next]