aboutsummaryrefslogtreecommitdiff
path: root/src/backend/optimizer/util/plancat.c
Commit message (Expand)AuthorAge
* Properly check index mark/restore in ExecSupportsMarkRestore.Andrew Gierth2020-11-24
* Fix style violations in syscache lookups.Tom Lane2019-05-05
* Clean up handling of constraint_exclusion and enable_partition_pruning.Tom Lane2019-04-30
* Post-feature-freeze pgindent run.Tom Lane2018-04-26
* Add GUC enable_partition_pruningAlvaro Herrera2018-04-23
* Reorganize partitioning codeAlvaro Herrera2018-04-14
* Cleanup covering infrastructureTeodor Sigaev2018-04-12
* Revert MERGE patchSimon Riggs2018-04-12
* Indexes with INCLUDE columns and their support in B-treeTeodor Sigaev2018-04-07
* Faster partition pruningAlvaro Herrera2018-04-06
* MERGE SQL Command following SQL:2016Simon Riggs2018-04-03
* Revert "Modified files for MERGE"Simon Riggs2018-04-02
* Modified files for MERGESimon Riggs2018-04-02
* Fast ALTER TABLE ADD COLUMN with a non-NULL defaultAndrew Dunstan2018-03-28
* Fix improper uses of canonicalize_qual().Tom Lane2018-03-11
* Improve predtest.c's internal docs, and enhance its functionality a bit.Tom Lane2018-03-09
* For partitionwise join, match on partcollation, not parttypcoll.Robert Haas2018-02-28
* Ignore partitioned indexes where appropriateAlvaro Herrera2018-01-25
* Update copyright for 2018Bruce Momjian2018-01-02
* Try to exclude partitioned tables in toto.Robert Haas2017-12-01
* Update typedefs.list and re-run pgindentRobert Haas2017-11-29
* Copy information from the relcache instead of pointing to it.Robert Haas2017-10-06
* Basic partition-wise join functionality.Robert Haas2017-10-06
* Associate partitioning information with each RelOptInfo.Robert Haas2017-09-20
* Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).Andres Freund2017-08-20
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Teach predtest.c about CHECK clauses to fix partitioning bugs.Robert Haas2017-06-14
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Standardize terminology for pg_statistic_ext entries.Tom Lane2017-05-14
* Rename columns in new pg_statistic_ext catalogAlvaro Herrera2017-04-17
* Comment fixes for extended statisticsAlvaro Herrera2017-04-06
* Collect and use multi-column dependency statsSimon Riggs2017-04-05
* Abstract logic to allow for multiple kinds of child rels.Robert Haas2017-04-03
* Add infrastructure to support EphemeralNamedRelation references.Kevin Grittner2017-03-31
* Implement multivariate n-distinct coefficientsAlvaro Herrera2017-03-24
* Support XMLTABLE query expressionAlvaro Herrera2017-03-08
* Add optimizer and executor support for parallel index scans.Robert Haas2017-02-15
* Remove unnecessary arguments from partitioning functions.Robert Haas2017-01-04
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Implement table partitioning.Robert Haas2016-12-07
* Fix get_relation_info name typo'ed in a commentAlvaro Herrera2016-11-28
* Don't make FK-based selectivity estimates in inheritance situations.Tom Lane2016-11-02
* Fix assorted fallout from IS [NOT] NULL patch.Tom Lane2016-07-28
* Restore foreign-key-aware estimation of join relation sizes.Tom Lane2016-06-18
* pgindent run for 9.6Robert Haas2016-06-09
* Mop-up for parallel degree-ectomy.Tom Lane2016-06-09
* Eliminate "parallel degree" terminology.Robert Haas2016-06-09
* Revert "Use Foreign Key relationships to infer multi-column join selectivity".Tom Lane2016-06-07
* Fix infer_arbiter_indexes() to not barf on system columns.Tom Lane2016-05-11