summaryrefslogtreecommitdiff
path: root/src/backend/nodes
AgeCommit message (Expand)Author
2017-09-30Support arrays over domains.Tom Lane
2017-09-22Add inline murmurhash32(uint32) function.Andres Freund
2017-09-08Allow a partitioned table to have a default partition.Robert Haas
2017-09-07Reduce excessive dereferencing of function pointersPeter Eisentraut
2017-09-06Allow SET STATISTICS on expression indexesSimon Riggs
2017-08-30Force rescanning of parallel-aware scan nodes below a Gather[Merge].Tom Lane
2017-08-16Fix up some misusage of appendStringInfo() and friendsPeter Eisentraut
2017-08-15Avoid out-of-memory in a hash join with many duplicate inner keys.Tom Lane
2017-07-21Use MINVALUE/MAXVALUE instead of UNBOUNDED for range partition bounds.Dean Rasheed
2017-07-14Code review for NextValueExpr expression node type.Tom Lane
2017-07-05Fix output of char node fieldsPeter Eisentraut
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-06-16Reconcile nodes/*funcs.c with PostgreSQL 10 work.Noah Misch
2017-06-14Fix problems related to RangeTblEntry members enrname and enrtuples.Robert Haas
2017-06-14Fix no-longer-valid shortcuts in expression_returns_set().Tom Lane
2017-05-30Fix omission of locations in outfuncs/readfuncs partitioning node support.Tom Lane
2017-05-29Code review focused on new node types added by partitioning support.Tom Lane
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-05-14Remove no-longer-needed fields of Hash plan nodes.Tom Lane
2017-05-12Change CREATE STATISTICS syntaxAlvaro Herrera
2017-05-09Remove the NODROP SLOT option from DROP SUBSCRIPTIONPeter Eisentraut
2017-05-01Fire per-statement triggers on partitioned tables.Robert Haas
2017-04-28Fix crash when partitioned column specified twice.Robert Haas
2017-04-12Mark finished Plan nodes with parallel_safe flags.Tom Lane
2017-04-11Fix failure when a shared tidbitmap has only one page.Robert Haas
2017-04-10Improve castNode notation by introducing list-extraction-specific variants.Tom Lane
2017-04-08Optimize joins when the inner relation can be proven unique.Tom Lane
2017-04-06Identity columnsPeter Eisentraut
2017-04-04Print new RelOptInfo field top_parent_relids in outfuncs.cRobert Haas
2017-04-01Add infrastructure to support EphemeralNamedRelation references.Kevin Grittner
2017-04-01Fix parallel query so it doesn't spoil row estimates above Gather.Robert Haas
2017-03-29Cast result of copyObject() to correct typePeter Eisentraut
2017-03-27Pass DSA_ALLOC_HUGE when allocating a shared TIDBitmap.Robert Haas
2017-03-27Support hashed aggregation with grouping sets.Andrew Gierth
2017-03-24Implement multivariate n-distinct coefficientsAlvaro Herrera
2017-03-23ICU supportPeter Eisentraut
2017-03-23Assorted compilation and test fixesPeter Eisentraut
2017-03-21Don't scan partitioned tables.Robert Haas
2017-03-21Add missing support for new node fieldsAndrew Dunstan
2017-03-16Avoid access to uninitialized memory in shared tidbitmap iteration.Robert Haas
2017-03-15Allow referring to functions without arguments when uniquePeter Eisentraut
2017-03-09Fix bug in parallel tidbitmap iteration.Robert Haas
2017-03-09Add a Gather Merge executor node.Robert Haas
2017-03-08Support parallel bitmap heap scans.Robert Haas
2017-03-08Support XMLTABLE query expressionAlvaro Herrera
2017-03-08Silence compiler warnings in tbm_prepare_shared_iterate().Tom Lane
2017-03-08tidbitmap: Support shared iteration.Robert Haas
2017-03-06Replace LookupFuncNameTypeNames() with LookupFuncWithArgs()Peter Eisentraut