summaryrefslogtreecommitdiff
path: root/src/backend/nodes
AgeCommit message (Expand)Author
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
2016-09-07Support renaming an existing value of an enum type.Tom Lane
2016-09-06Add location field to DefElemPeter Eisentraut
2016-08-24Fix improper repetition of previous results from a hashed aggregate.Tom Lane
2016-08-19Speed up planner's scanning for parallel-query hazards.Tom Lane
2016-08-17Improve parsetree representation of special functions such as CURRENT_DATE.Tom Lane
2016-07-28Teach parser to transform "x IS [NOT] DISTINCT FROM NULL" to a NullTest.Tom Lane
2016-07-27Fix thinko in copyParamList.Robert Haas
2016-07-15Avoid invalidating all foreign-join cached plans when user mappings change.Tom Lane
2016-07-07Fix typo in comment.Robert Haas
2016-07-01Set consider_parallel correctly for upper planner rels.Robert Haas
2016-06-27Fix CREATE MATVIEW/CREATE TABLE AS ... WITH NO DATA to not plan the query.Tom Lane
2016-06-26Rethink node-level representation of partial-aggregation modes.Tom Lane
2016-06-21Refactor planning of projection steps that don't need a Result plan node.Tom Lane
2016-06-18Restore foreign-key-aware estimation of join relation sizes.Tom Lane
2016-06-18Fix handling of argument and result datatypes for partial aggregation.Tom Lane
2016-06-10Remove reltarget_has_non_vars flag.Tom Lane
2016-06-10Refactor to reduce code duplication for function property checking.Tom Lane
2016-06-09pgindent run for 9.6Robert Haas
2016-06-09Don't generate parallel paths for rels with parallel-restricted outputs.Robert Haas