index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
optimizer
/
util
/
plancat.c
Commit message (
Expand
)
Author
Age
*
Properly check index mark/restore in ExecSupportsMarkRestore.
Andrew Gierth
2020-11-24
*
Fix style violations in syscache lookups.
Tom Lane
2019-05-05
*
Clean up handling of constraint_exclusion and enable_partition_pruning.
Tom Lane
2019-04-30
*
Post-feature-freeze pgindent run.
Tom Lane
2018-04-26
*
Add GUC enable_partition_pruning
Alvaro Herrera
2018-04-23
*
Reorganize partitioning code
Alvaro Herrera
2018-04-14
*
Cleanup covering infrastructure
Teodor Sigaev
2018-04-12
*
Revert MERGE patch
Simon Riggs
2018-04-12
*
Indexes with INCLUDE columns and their support in B-tree
Teodor Sigaev
2018-04-07
*
Faster partition pruning
Alvaro Herrera
2018-04-06
*
MERGE SQL Command following SQL:2016
Simon Riggs
2018-04-03
*
Revert "Modified files for MERGE"
Simon Riggs
2018-04-02
*
Modified files for MERGE
Simon Riggs
2018-04-02
*
Fast ALTER TABLE ADD COLUMN with a non-NULL default
Andrew Dunstan
2018-03-28
*
Fix improper uses of canonicalize_qual().
Tom Lane
2018-03-11
*
Improve predtest.c's internal docs, and enhance its functionality a bit.
Tom Lane
2018-03-09
*
For partitionwise join, match on partcollation, not parttypcoll.
Robert Haas
2018-02-28
*
Ignore partitioned indexes where appropriate
Alvaro Herrera
2018-01-25
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Try to exclude partitioned tables in toto.
Robert Haas
2017-12-01
*
Update typedefs.list and re-run pgindent
Robert Haas
2017-11-29
*
Copy information from the relcache instead of pointing to it.
Robert Haas
2017-10-06
*
Basic partition-wise join functionality.
Robert Haas
2017-10-06
*
Associate partitioning information with each RelOptInfo.
Robert Haas
2017-09-20
*
Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).
Andres Freund
2017-08-20
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Teach predtest.c about CHECK clauses to fix partitioning bugs.
Robert Haas
2017-06-14
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
Standardize terminology for pg_statistic_ext entries.
Tom Lane
2017-05-14
*
Rename columns in new pg_statistic_ext catalog
Alvaro Herrera
2017-04-17
*
Comment fixes for extended statistics
Alvaro Herrera
2017-04-06
*
Collect and use multi-column dependency stats
Simon Riggs
2017-04-05
*
Abstract logic to allow for multiple kinds of child rels.
Robert Haas
2017-04-03
*
Add infrastructure to support EphemeralNamedRelation references.
Kevin Grittner
2017-03-31
*
Implement multivariate n-distinct coefficients
Alvaro Herrera
2017-03-24
*
Support XMLTABLE query expression
Alvaro Herrera
2017-03-08
*
Add optimizer and executor support for parallel index scans.
Robert Haas
2017-02-15
*
Remove unnecessary arguments from partitioning functions.
Robert Haas
2017-01-04
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Implement table partitioning.
Robert Haas
2016-12-07
*
Fix get_relation_info name typo'ed in a comment
Alvaro Herrera
2016-11-28
*
Don't make FK-based selectivity estimates in inheritance situations.
Tom Lane
2016-11-02
*
Fix assorted fallout from IS [NOT] NULL patch.
Tom Lane
2016-07-28
*
Restore foreign-key-aware estimation of join relation sizes.
Tom Lane
2016-06-18
*
pgindent run for 9.6
Robert Haas
2016-06-09
*
Mop-up for parallel degree-ectomy.
Tom Lane
2016-06-09
*
Eliminate "parallel degree" terminology.
Robert Haas
2016-06-09
*
Revert "Use Foreign Key relationships to infer multi-column join selectivity".
Tom Lane
2016-06-07
*
Fix infer_arbiter_indexes() to not barf on system columns.
Tom Lane
2016-05-11
[next]