index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
optimizer
Age
Commit message (
Expand
)
Author
2006-01-05
Make all command-line options of postmaster and postgres the same. See
Peter Eisentraut
2005-12-28
Implement SQL-compliant treatment of row comparisons for < <= > >= cases
Tom Lane
2005-12-20
Teach planner how to rearrange join order for some classes of OUTER JOIN.
Tom Lane
2005-12-06
In a nestloop inner indexscan, it's OK to use pushed-down baserestrictinfo
Tom Lane
2005-11-30
Tweak choose_bitmap_and() heuristics in the light of example provided in bug
Tom Lane
2005-11-27
Teach predtest.c how to reason about ScalarArrayOpExpr clauses as though
Tom Lane
2005-11-26
Teach tid-scan code to make use of "ctid = ANY (array)" clauses, so that
Tom Lane
2005-11-26
Teach push_nots() how to negate a ScalarArrayOpExpr. In passing, save
Tom Lane
2005-11-25
Teach planner and executor to handle ScalarArrayOpExpr as an indexable
Tom Lane
2005-11-22
Re-run pgindent, fixing a problem where comment lines after a blank
Bruce Momjian
2005-11-17
Make SQL arrays support null elements. This commit fixes the core array
Tom Lane
2005-11-16
make_restrictinfo() failed to attach the specified required_relids to
Tom Lane
2005-11-14
Restore the former RestrictInfo field valid_everywhere (but invert the flag
Tom Lane
2005-11-03
Thinking further, it seems we had better also copy down resorigtbl/resorigcol
Tom Lane
2005-11-03
Fix the recently-added code that eliminates unnecessary SubqueryScan nodes
Tom Lane
2005-10-25
Fix longstanding bug that would sometimes let the planner generate a bad plan
Tom Lane
2005-10-19
Fix oversight in recent changes to enable the 'physical tlist'
Tom Lane
2005-10-15
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-13
Don't try to remove duplicate OR-subclauses in create_bitmap_subplan and
Tom Lane
2005-10-11
Fix oversight in 8.0 modification of RestrictInfo data structures.
Tom Lane
2005-10-06
Fix oversight in indexscan plan creation. I recently added code to use
Tom Lane
2005-10-05
Make set_function_size_estimates() marginally smarter: per original
Tom Lane
2005-09-28
Repair planning bug introduced in 7.4: outer-join ON clauses that referenced
Tom Lane
2005-09-24
Clean up possibly-uninitialized-variable warnings reported by gcc 4.x.
Tom Lane
2005-09-22
Fix bug introduced into indexable_outerrelids() by an ill-considered
Tom Lane
2005-09-21
optimize_minmax_aggregates() neglected to check for inherited tables.
Tom Lane
2005-09-05
Back out prior patch and instead just suppress SubqueryScan elimination
Tom Lane
2005-09-05
For non-projecting plan node types such as Limit, set_plan_references
Tom Lane
2005-08-28
Tweak nodeBitmapAnd to stop evaluating sub-plan scans if it finds it's
Tom Lane
2005-08-27
cost_agg really ought to charge something per output tuple; else there
Tom Lane
2005-08-27
Change the division of labor between grouping_planner and query_planner
Tom Lane
2005-08-27
Fix two separate bugs in setrefs.c. set_subqueryscan_references needs
Tom Lane
2005-08-23
Clean up some very old and crufty code for TID scan planning. Not much
Tom Lane
2005-08-22
enable_constraint_exclusion => constraint_exclusion
Bruce Momjian
2005-08-18
Fix up LIMIT/OFFSET planning so that we cope with non-constant LIMIT
Tom Lane
2005-08-02
Prevent planner from including temp tables of other backends when expanding
Tom Lane
2005-08-01
Add NOWAIT option to SELECT FOR UPDATE/SHARE.
Tom Lane
2005-07-29
Fix an oversight I introduced on 2003-12-28: find_nots/push_nots should
Tom Lane
2005-07-28
Make use of new list primitives list_append_unique and list_concat_unique
Tom Lane
2005-07-28
Fix a bunch of bad interactions between partial indexes and the new
Tom Lane
2005-07-23
Simple constraint exclusion. For now, only child tables of inheritance
Tom Lane
2005-07-22
Fix compare_fuzzy_path_costs() to behave a bit more sanely. The original
Tom Lane
2005-07-15
Fix create_unique_plan() so it doesn't generate useless entries in the
Tom Lane
2005-07-15
Fix overenthusiastic optimization of 'x IN (SELECT DISTINCT ...)' and related
Tom Lane
2005-07-03
Don't try to constant-fold functions returning RECORD. We were never
Tom Lane
2005-07-03
Improve outer-join-deduction logic to be able to propagate equalities
Tom Lane
2005-07-02
Teach planner about some cases where a restriction clause can be
Tom Lane
2005-06-26
Add Oracle-compatible GREATEST and LEAST functions. Pavel Stehule
Tom Lane
2005-06-14
The random selection in function linear() could deliver a value equal to max
Tom Lane
2005-06-14
Teach planner to optionally ignore index columns that have an equality
Tom Lane
[next]