aboutsummaryrefslogtreecommitdiff
path: root/src/backend/optimizer/util
Commit message (Expand)AuthorAge
* Get rid of artificial restriction on hash table sizes on Windows.Tom Lane2021-07-25
* Fix planner's row-mark code for inheritance from a foreign table.Tom Lane2021-06-02
* Fix mis-planning of repeated application of a projection.Tom Lane2021-05-31
* Fix error with CREATE PUBLICATION, wal_level=minimal, and new tables.Noah Misch2021-01-30
* Silence another gcc 11 warning.Tom Lane2021-01-28
* Fix pull_varnos' miscomputation of relids set for a PlaceHolderVar.Tom Lane2021-01-21
* Disallow SRFs when considering sorts below Gather MergeTomas Vondra2020-12-21
* Teach contain_leaked_vars that assignment SubscriptingRefs are leaky.Tom Lane2020-12-08
* Fix missing outfuncs.c support for IncrementalSortPath.Tom Lane2020-11-30
* Fix miscomputation of direct_lateral_relids for join relations.Tom Lane2020-11-30
* Properly check index mark/restore in ExecSupportsMarkRestore.Andrew Gierth2020-11-24
* Fix list-munging bug that broke SQL function result coercions.Tom Lane2020-10-19
* Suppress unnecessary RelabelType nodes in yet more cases.Tom Lane2020-08-19
* Be more careful about the shape of hashable subplan clauses.Tom Lane2020-08-14
* Add hash_mem_multiplier GUC.Peter Geoghegan2020-07-29
* Fix bitmap AND/OR scans on the inside of a nestloop partition-wise join.Tom Lane2020-07-14
* Run pgindent with new pg_bsd_indent version 2.1.1.Tom Lane2020-05-16
* Dial back -Wimplicit-fallthrough to level 3Alvaro Herrera2020-05-13
* Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGSAlvaro Herrera2020-05-12
* Remove unnecessary #include.Etsuro Fujita2020-05-12
* Get rid of trailing semicolons in C macro definitions.Tom Lane2020-05-01
* Allow partitionwise join to handle nested FULL JOIN USING cases.Tom Lane2020-04-07
* Allow partitionwise joins in more cases.Etsuro Fujita2020-04-08
* Support FETCH FIRST WITH TIESAlvaro Herrera2020-04-07
* Implement Incremental SortTomas Vondra2020-04-06
* Cosmetic improvements for code related to partitionwise join.Tom Lane2020-04-03
* Implement operator class parametersAlexander Korotkov2020-03-30
* Disk-based Hash Aggregation.Jeff Davis2020-03-18
* Save calculated transitionSpace in Agg node.Jeff Davis2020-02-27
* Suppress unnecessary RelabelType nodes in more cases.Tom Lane2020-02-26
* Reconsider the representation of join alias Vars.Tom Lane2020-01-09
* Improve the handling of result type coercions in SQL functions.Tom Lane2020-01-08
* Update copyrights for 2020Bruce Momjian2020-01-01
* Revert "Rename files and headers related to index AM"Michael Paquier2019-12-27
* Rename files and headers related to index AMMichael Paquier2019-12-25
* Fix EXPLAIN's column alias output for mismatched child tables.Tom Lane2019-12-02
* Add a reverse-translation column number array to struct AppendRelInfo.Tom Lane2019-12-02
* Fix typo in comment.Etsuro Fujita2019-11-27
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-12
* Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund2019-11-05
* Generate EquivalenceClass members for partitionwise child join rels.Tom Lane2019-11-05
* Remove last traces of heap_open/close in the treeMichael Paquier2019-10-19
* Remove useless bms_free() calls in build_child_join_rel().Etsuro Fujita2019-08-16
* Don't constraint-exclude partitioned tables as muchAlvaro Herrera2019-08-13
* Rationalize use of list_concat + list_copy combinations.Tom Lane2019-08-12
* Cosmetic improvements in setup of planner's per-RTE arrays.Tom Lane2019-08-09
* Fix typo in pathnode.cMichael Paquier2019-08-06
* Allow functions-in-FROM to be pulled up if they reduce to constants.Tom Lane2019-08-01
* Speed up finding EquivalenceClasses for a given set of relsDavid Rowley2019-07-21
* Avoid using lcons and list_delete_first where it's easy to do so.Tom Lane2019-07-17