summaryrefslogtreecommitdiff
path: root/src/include/nodes
AgeCommit message (Expand)Author
2017-06-17Fix typos in commentsMagnus Hagander
2017-06-14Fix problems related to RangeTblEntry members enrname and enrtuples.Robert Haas
2017-06-06Fix ALTER SUBSCRIPTION grammar ambiguityPeter Eisentraut
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-13Fix multi-column range partitioning constraints.Robert Haas
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-18Fix testing of parallel-safety of SubPlans.Tom Lane
2017-04-12Avoid transferring parallel-unsafe subplans to parallel workers.Tom Lane
2017-04-12Mark finished Plan nodes with parallel_safe flags.Tom Lane
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-06Comment fixes for extended statisticsAlvaro Herrera
2017-04-06Identity columnsPeter Eisentraut
2017-04-04Abstract logic to allow for multiple kinds of child rels.Robert 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-27Support hashed aggregation with grouping sets.Andrew Gierth
2017-03-25Faster expression evaluation and targetlist projection.Andres Freund
2017-03-24Implement multivariate n-distinct coefficientsAlvaro Herrera
2017-03-23ICU supportPeter Eisentraut
2017-03-23Logical replication support for initial data copyPeter Eisentraut
2017-03-21Don't scan partitioned tables.Robert Haas
2017-03-20Add IF NOT EXISTS for CREATE SERVER and CREATE USER MAPPINGAndrew Dunstan
2017-03-15Allow referring to functions without arguments when uniquePeter Eisentraut
2017-03-14Add option to control snapshot export to CREATE_REPLICATION_SLOTPeter Eisentraut
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-08tidbitmap: Support shared iteration.Robert Haas
2017-03-06Replace LookupFuncNameTypeNames() with LookupFuncWithArgs()Peter Eisentraut
2017-03-06Remove objname/objargs split for referring to objectsPeter Eisentraut
2017-03-06Add operator_with_argtypes grammar rulePeter Eisentraut
2017-03-06Use class_args field in opclass_dropPeter Eisentraut
2017-02-27Add "Slab" MemoryContext implementation for efficient equal-sized allocations.Andres Freund
2017-02-26Allow custom and foreign scans to have shutdown callbacks.Robert Haas
2017-02-22Pass the source text for a parallel query to the workers.Robert Haas
2017-02-19Add optimizer and executor support for parallel index-only scans.Robert Haas
2017-02-15Add optimizer and executor support for parallel index scans.Robert Haas
2017-02-15Add CREATE COLLATION IF NOT EXISTS clausePeter Eisentraut
2017-02-14Allow parallel workers to execute subplans.Robert Haas
2017-02-09Allow index AMs to cache data across aminsert calls within a SQL command.Tom Lane
2017-01-27Orthography fixes for new castNode() macro.Tom Lane
2017-01-27Add castNode(type, ptr) for safe casting between NodeTag based types.Andres Freund
2017-01-24Reindent table partitioning code.Robert Haas