index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
optimizer
/
util
Age
Commit message (
Expand
)
Author
2022-09-21
Suppress more variable-set-but-not-used warnings from clang 15.
Tom Lane
2021-12-13
Silence another gcc 11 warning.
Tom Lane
2018-04-20
Change more places to be less trusting of RestrictInfo.is_pushed_down.
Tom Lane
2018-04-19
Fix incorrect handling of join clauses pushed into parameterized paths.
Tom Lane
2018-03-11
Fix improper uses of canonicalize_qual().
Tom Lane
2018-01-23
Teach reparameterize_path() to handle AppendPaths.
Tom Lane
2017-02-06
Fix typos in comments.
Heikki Linnakangas
2016-08-08
Fix two errors with nested CASE/WHEN constructs.
Tom Lane
2016-07-28
Fix assorted fallout from IS [NOT] NULL patch.
Tom Lane
2016-07-26
Fix constant-folding of ROW(...) IS [NOT] NULL with composite fields.
Tom Lane
2016-04-29
Fix mishandling of equivalence-class tests in parameterized plans.
Tom Lane
2015-12-11
Still more fixes for planner's handling of LATERAL references.
Tom Lane
2015-12-09
Simplify LATERAL-related calculations within add_paths_to_joinrel().
Tom Lane
2015-12-07
Fix another oversight in checking if a join with LATERAL refs is legal.
Tom Lane
2015-07-28
Remove an unsafe Assert, and explain join_clause_is_movable_into() better.
Tom Lane
2015-06-03
Fix planner's cost estimation for SEMI/ANTI joins with inner indexscans.
Tom Lane
2014-10-20
Fix mishandling of FieldSelect-on-whole-row-Var in nested lateral queries.
Tom Lane
2014-10-01
Fix some more problems with nested append relations.
Tom Lane
2014-07-08
Don't assume a subquery's output is unique if there's a SRF in its tlist.
Tom Lane
2014-05-06
Remove tabs after spaces in C comments
Bruce Momjian
2013-11-08
Make contain_volatile_functions/contain_mutable_functions look into SubLinks.
Tom Lane
2013-11-06
Support default arguments and named-argument notation for window functions.
Tom Lane
2013-08-23
In locate_grouping_columns(), don't expect an exact match of Var typmods.
Tom Lane
2013-08-17
Fix thinko in comment.
Tom Lane
2013-08-17
Fix planner problems with LATERAL references in PlaceHolderVars.
Tom Lane
2013-08-14
Remove ph_may_need from PlaceHolderInfo, with attendant simplifications.
Tom Lane
2013-07-23
Change post-rewriter representation of dropped columns in joinaliasvars.
Tom Lane
2013-05-29
pgindent run for release 9.3
Bruce Momjian
2013-03-14
Avoid inserting Result nodes that only compute identity projections.
Tom Lane
2013-03-06
Arrange to cache FdwRoutine structs in foreign tables' relcache entries.
Tom Lane
2013-03-03
Add a materialized view relations.
Kevin Grittner
2013-01-21
Add infrastructure for storing a VARIADIC ANY function's VARIADIC flag.
Tom Lane
2013-01-11
Redesign the planner's handling of index-descent cost estimation.
Tom Lane
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-11-28
Fix assorted bugs in CREATE/DROP INDEX CONCURRENTLY.
Tom Lane
2012-10-12
Get rid of COERCE_DONTCARE.
Tom Lane
2012-10-12
Make equal() ignore CoercionForm fields for better planning with casts.
Tom Lane
2012-09-05
Fix PARAM_EXEC assignment mechanism to be safe in the presence of WITH.
Tom Lane
2012-09-01
Drop cheap-startup-cost paths during add_path() if we don't need them.
Tom Lane
2012-09-01
Fix mark_placeholder_maybe_needed to handle LATERAL references.
Tom Lane
2012-08-31
Fix LATERAL references to join alias variables.
Tom Lane
2012-08-30
Split tuple struct defs from htup.h to htup_details.h
Alvaro Herrera
2012-08-29
Adjust definition of cheapest_total_path to work better with LATERAL.
Tom Lane
2012-08-28
Split heapam_xlog.h from heapam.h
Alvaro Herrera
2012-08-26
Fix up planner infrastructure to support LATERAL properly.
Tom Lane
2012-08-18
Another round of planner fixes for LATERAL.
Tom Lane
2012-08-12
More fixes for planner's handling of LATERAL.
Tom Lane
2012-08-10
Centralize the logic for detecting misplaced aggregates, window funcs, etc.
Tom Lane
2012-08-07
Implement SQL-standard LATERAL subqueries.
Tom Lane
2012-07-21
Account for SRFs in targetlists in planner rowcount estimates.
Tom Lane
[next]