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
1999-12-14
fix_parsetree_attnums was not nearly smart enough about walking parse
Tom Lane
1999-12-13
New LDOUT makefile variable for QNX os.
Bruce Momjian
1999-12-13
aggregate(DISTINCT ...) works, per SQL spec.
Tom Lane
1999-12-09
Make LD -r as macros that can be changed for QNX.
Bruce Momjian
1999-12-09
Replace generic 'Illegal use of aggregates' error message with one that
Tom Lane
1999-11-23
Tid access method feature from Hiroshi Inoue, Inoue@tpf.co.jp
Bruce Momjian
1999-11-22
Add system indexes to match all caches.
Bruce Momjian
1999-11-21
Combine index_info and find_secondary_indexes into a single routine that
Tom Lane
1999-11-15
Implement subselects in target lists. Also, relax requirement that
Tom Lane
1999-11-07
New NameStr macro to convert Name to Str. No need for var.data anymore.
Bruce Momjian
1999-10-30
Skip invoking set_uppernode_references() for a RESULT node
Tom Lane
1999-10-30
Rewrite preprocess_targetlist() to reduce overhead for simple INSERTs.
Tom Lane
1999-10-07
Fix planner and rewriter to follow SQL semantics for tables that are
Tom Lane
1999-10-02
Fix make_clause and make_opclause to record valid type info
Tom Lane
1999-09-26
Implement constant-expression simplification per Bernard
Tom Lane
1999-09-21
values.h patch from Alex Howansky
Bruce Momjian
1999-09-18
Mega-commit to make heap_open/heap_openr/heap_close take an
Tom Lane
1999-09-13
First cut at doing something reasonable with OR-of-ANDs WHERE
Tom Lane
1999-09-12
Further improvements in cnfify: reduce amount of self-recursion
Tom Lane
1999-09-09
Repair error noticed by Roberto Cornacchia: selectivity code
Tom Lane
1999-09-07
Performance improvements in cnfify(): get rid of exponential
Tom Lane
1999-08-26
Clean up some mistakes in handling of uplevel Vars in planner.
Tom Lane
1999-08-25
Revise implementation of SubLinks so that there is a consistent,
Tom Lane
1999-08-22
Further sort-order twiddling in optimizer: be smart about
Tom Lane
1999-08-22
Further planner/optimizer cleanups. Move all set_tlist_references
Tom Lane
1999-08-21
Major revision of sort-node handling: push knowledge of query
Tom Lane
1999-08-18
Remove extraneous SeqScan node that make_noname was inserting
Tom Lane
1999-08-16
Assign sort keys properly when there are duplicate entries in
Tom Lane
1999-08-16
Major planner/optimizer revision: get rid of PathOrder node type,
Tom Lane
1999-08-13
Update comments about pathkeys.
Tom Lane
1999-08-12
Clean up optimizer's handling of indexscan quals that need to be
Tom Lane
1999-08-10
Minor cleanups and code beautification; eliminate some
Tom Lane
1999-08-10
Revise create_nestloop_node's handling of inner indexscan to
Tom Lane
1999-08-09
> > Prevent sorting if result is already sorted
Bruce Momjian
1999-08-09
Clean up tlist.c tree-walking routines with
Tom Lane
1999-08-09
Store -1 in attdisbursion to signal 'no duplicates in column'.
Tom Lane
1999-08-09
Move get_attdisbursion to lsyscache. Clean up get_typdefault.
Tom Lane
1999-08-09
Rewrite fix_indxqual_references, which was entirely bogus for
Tom Lane
1999-08-09
Clean up routines in setrefs.c by replacing individual tree
Tom Lane
1999-08-09
Create a standardized expression_tree_mutator support routine
Tom Lane
1999-08-06
Revise generation of hashjoin paths: generate one path per
Tom Lane
1999-07-30
Update comments about clause selectivity estimation.
Tom Lane
1999-07-30
Further cleanups of indexqual processing: simplify control
Tom Lane
1999-07-30
Fix coredump seen when doing mergejoin between indexed tables,
Tom Lane
1999-07-30
Update comments for create_indexscan_node().
Tom Lane
1999-07-29
Add support for Case exprs to fix_indxqual_references,
Tom Lane
1999-07-27
Correct bug in best_innerjoin(): it should check all the
Tom Lane
1999-07-27
First cut at doing LIKE/regex indexing optimization in
Tom Lane
1999-07-25
Further work on planning of indexscans. Cleaned up interfaces
Tom Lane
1999-07-25
Remove 'restrictinfojoinid' field from RestrictInfo nodes.
Tom Lane
[next]