aboutsummaryrefslogtreecommitdiff
path: root/src/backend/optimizer/util
Commit message (Expand)AuthorAge
* Fix parallel-safety marking when moving initplans to another node.Tom Lane2023-04-12
* Fix calculation of which GENERATED columns need to be updated.Tom Lane2023-01-05
* Fix typos in comments, code and documentationMichael Paquier2023-01-03
* Guard against table-AM-less relations in planner.Tom Lane2022-10-17
* Suppress more variable-set-but-not-used warnings from clang 15.Tom Lane2022-09-21
* Fix incorrect tests for SRFs in relation_can_be_sorted_early().Tom Lane2022-08-03
* Make pull_var_clause() handle GroupingFuncs exactly like Aggrefs.Tom Lane2022-05-12
* Avoid O(N^2) behavior in SyncPostCheckpoint().Tom Lane2021-11-02
* Fix pull_varnos to cope with translated PlaceHolderVars.Tom Lane2021-09-17
* 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