summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/join.out
Commit message (Expand)AuthorAgeFilesLines
* Fix some issues with improper placement of outer join clauses.Tom Lane2023-05-171-0/+143
* Undo faulty attempt at not relying on RINFO_IS_PUSHED_DOWN.Tom Lane2023-05-111-0/+16
* Work around implementation restriction in adjust_appendrel_attrs.Tom Lane2023-03-121-0/+22
* Fix mis-handling of outer join quals generated by EquivalenceClasses.Tom Lane2023-02-231-0/+32
* Fix some issues with wrong placement of pseudo-constant quals.Tom Lane2023-02-221-0/+61
* Fix buggy recursion in flatten_rtes_walker().Tom Lane2023-02-131-0/+12
* Fix thinkos in have_unsafe_outer_join_ref; reduce to Assert check.Tom Lane2023-02-131-0/+26
* Fix join removal logic to clean up sub-RestrictInfos of OR clauses.Tom Lane2023-02-101-0/+20
* Further fixes in qual nullingrel adjustment for outer join commutation.Tom Lane2023-02-101-0/+25
* remove_rel_from_query() must clean up PlaceHolderVar.phrels fields.Tom Lane2023-02-081-0/+16
* Rethink nullingrel marking rules in build_joinrel_tlist().Tom Lane2023-02-071-0/+44
* Remove leftover code in deconstruct_distribute_oj_quals().Tom Lane2023-02-071-0/+26
* Fix up join removal's interaction with PlaceHolderVars.Tom Lane2023-02-061-0/+20
* Fix over-optimistic updating of info about commutable outer joins.Tom Lane2023-02-051-0/+30
* Fix thinko in qual distribution.Tom Lane2023-02-041-0/+18
* Fix thinko in outer-join removal.Tom Lane2023-02-041-0/+15
* Rethink treatment of "postponed" quals in deconstruct_jointree().Tom Lane2023-02-041-0/+22
* Remove over-optimistic Assert.Tom Lane2023-01-311-0/+14
* Do assorted mop-up in the planner.Tom Lane2023-01-301-19/+15
* Make Vars be outer-join-aware.Tom Lane2023-01-301-6/+157
* Allow left join removals and unique joins on partitioned tablesDavid Rowley2023-01-091-0/+10
* Fix bit-rotted planner test case.Tom Lane2022-12-171-3/+32
* Remove bogus Assert and dead code in remove_useless_results_recurse().Tom Lane2022-11-291-0/+20
* Give better hints for ambiguous or unreferenceable columns.Tom Lane2022-11-221-10/+21
* Improve ruleutils' printout of LATERAL references within subplans.Tom Lane2022-11-161-4/+4
* Handle SubPlan cases in find_nonnullable_rels/vars.Tom Lane2022-11-051-0/+28
* Add basic regression tests for semi/antijoin recognition.Tom Lane2022-10-311-0/+63
* Avoid making commutatively-duplicate clauses in EquivalenceClasses.Tom Lane2022-10-271-5/+5
* Revert "Optimize order of GROUP BY keys".Tom Lane2022-10-031-24/+27
* Refactor addition of PlaceHolderVars to joinrel targetlists.Tom Lane2022-08-171-2/+2
* Relax overly strict rules in select_outer_pathkeys_for_merge()David Rowley2022-08-021-0/+31
* Estimate cost of elided SubqueryScan, Append, MergeAppend nodes better.Tom Lane2022-07-191-4/+4
* Fix alias matching in transformLockingClause().Dean Rasheed2022-07-071-0/+33
* Check column list length in XMLTABLE/JSON_TABLE aliasAlvaro Herrera2022-05-181-0/+3
* Fix incorrect row estimates used for Memoize costingDavid Rowley2022-05-161-16/+10
* Optimize order of GROUP BY keysTomas Vondra2022-03-311-27/+24
* Rearrange core regression tests to reduce cross-script dependencies.Tom Lane2022-02-081-2/+2
* Allow Memoize to operate in binary comparison modeDavid Rowley2021-11-241-9/+19
* Fix pull_varnos to cope with translated PlaceHolderVars.Tom Lane2021-09-171-0/+28
* Change the name of the Result Cache node to MemoizeDavid Rowley2021-07-141-12/+12
* Avoid creating a RESULT RTE that's marked LATERAL.Tom Lane2021-07-091-0/+8
* Fix setrefs.c code for Result Cache nodesDavid Rowley2021-05-251-13/+13
* Add Result Cache executor node (take 2)David Rowley2021-04-021-53/+78
* Revert b6002a796David Rowley2021-04-011-78/+53
* Add Result Cache executor nodeDavid Rowley2021-04-011-53/+78
* Allow an alias to be attached to a JOIN ... USINGPeter Eisentraut2021-03-311-0/+52
* Fix pull_varnos' miscomputation of relids set for a PlaceHolderVar.Tom Lane2021-01-211-0/+36
* Clean up ancient test stylePeter Eisentraut2020-12-151-1673/+1673
* Fix missed step in removal of useless RESULT RTEs in the planner.Tom Lane2020-12-051-0/+36
* Fix miscomputation of direct_lateral_relids for join relations.Tom Lane2020-11-301-0/+64