summaryrefslogtreecommitdiff
path: root/src/backend/nodes
AgeCommit message (Expand)Author
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
2017-03-06Remove objname/objargs split for referring to objectsPeter Eisentraut
2017-03-06Add operator_with_argtypes grammar rulePeter Eisentraut
2017-03-01Move atooid() definition to a central placePeter Eisentraut
2017-02-21Make more use of castNode()Peter Eisentraut
2017-02-15Add CREATE COLLATION IF NOT EXISTS clausePeter Eisentraut
2017-02-14Allow parallel workers to execute subplans.Robert Haas
2017-02-09simplehash: Additional tweaks to make specifying an allocator work.Robert Haas
2017-02-07Revise the way the element allocator for a simplehash is specified.Robert Haas
2017-02-07Allow the element allocator for a simplehash to be specified.Robert Haas
2017-01-20Logical replicationPeter Eisentraut
2017-01-18Move targetlist SRF handling from expression evaluation to new executor node.Andres Freund
2017-01-18Improve RLS planning by marking individual quals with security levels.Tom Lane
2017-01-14Change representation of statement lists, and add statement location info.Tom Lane
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-12-23Replace enum InhOption with simple boolean.Tom Lane
2016-12-23Remove sql_inheritance GUC.Robert Haas
2016-12-08Fix reporting of column typmods for multi-row VALUES constructs.Tom Lane
2016-12-07Implement table partitioning.Robert Haas
2016-12-05Add support for restrictive RLS policiesStephen Frost
2016-11-04Implement syntax for transition tables in AFTER triggers.Kevin Grittner
2016-10-14Use more efficient hashtable for tidbitmap.c to speed up bitmap scans.Andres Freund
2016-09-16Add debugging aid "bmsToString(Bitmapset *bms)".Tom Lane
2016-09-13Improve parser's and planner's handling of set-returning functions.Tom Lane