index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
optimizer
/
planmain.h
Commit message (
Expand
)
Author
Age
*
Another pgindent run with updated typedefs.
Bruce Momjian
2003-08-08
*
Update copyrights to 2003.
Bruce Momjian
2003-08-04
*
pgindent run.
Bruce Momjian
2003-08-04
*
Restructure building of join relation targetlists so that a join plan
Tom Lane
2003-06-29
*
Support expressions of the form 'scalar op ANY (array)' and
Tom Lane
2003-06-29
*
Implement feature of new FE/BE protocol whereby RowDescription identifies
Tom Lane
2003-05-06
*
Restructure parsetree representation of DECLARE CURSOR: now it's a
Tom Lane
2003-03-10
*
Modify planner's implied-equality-deduction code so that when a set
Tom Lane
2003-01-24
*
IN clauses appearing at top level of WHERE can now be handled as joins.
Tom Lane
2003-01-20
*
Now that switch_outer processing no longer relies on being run after
Tom Lane
2003-01-15
*
Allow merge and hash joins to occur on arbitrary expressions (anything not
Tom Lane
2003-01-15
*
Phase 2 of read-only-plans project: restructure expression-tree nodes
Tom Lane
2002-12-12
*
Finish implementation of hashed aggregation. Add enable_hashagg GUC
Tom Lane
2002-11-21
*
Add an at-least-marginally-plausible method of estimating the number
Tom Lane
2002-11-19
*
First phase of implementing hash-based grouping/aggregation. An AGG plan
Tom Lane
2002-11-06
*
pgindent run.
Bruce Momjian
2002-09-04
*
Update copyright to 2002.
Bruce Momjian
2002-06-20
*
Remove KSQO from GUC and move file to _deadcode.
Bruce Momjian
2002-06-16
*
Change set_plan_references and join_references to take an rtable List
Tom Lane
2002-05-18
*
Second try at fixing join alias variables. Instead of attaching miscellaneous
Tom Lane
2002-04-28
*
Restructure representation of join alias variables. An explicit JOIN
Tom Lane
2002-03-12
*
New pgindent run with fixes suggested by Tom. Patch manually reviewed,
Bruce Momjian
2001-11-05
*
Another pgindent run. Fixes enum indenting, and improves #endif
Bruce Momjian
2001-10-28
*
pgindent run on all C files. Java run to follow. initdb/regression
Bruce Momjian
2001-10-25
*
Further work on making use of new statistics in planner. Adjust APIs
Tom Lane
2001-06-05
*
pgindent run. Make it all clean.
Bruce Momjian
2001-03-22
*
Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.
Bruce Momjian
2001-01-24
*
Restructure handling of inheritance queries so that they work with outer
Tom Lane
2000-11-12
*
Re-implement LIMIT/OFFSET as a plan node type, instead of a hack in
Tom Lane
2000-10-26
*
Reimplementation of UNION/INTERSECT/EXCEPT. INTERSECT/EXCEPT now meet the
Tom Lane
2000-10-05
*
Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias.
Tom Lane
2000-09-29
*
First cut at full support for OUTER JOINs. There are still a few loose
Tom Lane
2000-09-12
*
Deduce equality constraints that are implied by transitivity of
Tom Lane
2000-07-24
*
Reimplement nodeMaterial to use a temporary BufFile (or even memory, if the
Tom Lane
2000-06-18
*
Mark functions as static and ifdef NOT_USED as appropriate.
Bruce Momjian
2000-06-08
*
The heralded `Grand Unified Configuration scheme' (GUC)
Peter Eisentraut
2000-05-31
*
Ye-old pgindent run. Same 4-space tabs.
Bruce Momjian
2000-04-12
*
New cost model for planning, incorporating a penalty for random page
Tom Lane
2000-02-15
*
Redesign DISTINCT ON as discussed in pgsql-sql 1/25/00: syntax is now
Tom Lane
2000-01-27
*
Add:
Bruce Momjian
2000-01-26
*
Another round of planner/optimizer work. This is just restructuring and
Tom Lane
2000-01-09
*
Fix planner and rewriter to follow SQL semantics for tables that are
Tom Lane
1999-10-07
*
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-22
*
Major revision of sort-node handling: push knowledge of query
Tom Lane
1999-08-21
*
Clean up routines in setrefs.c by replacing individual tree
Tom Lane
1999-08-09
*
Clean up #include in /include directory. Add scripts for checking includes.
Bruce Momjian
1999-07-15
*
Fix problems with grouping/aggregation in queries that use
Tom Lane
1999-06-06
*
Make functions static or NOT_USED as appropriate.
Bruce Momjian
1999-05-26
*
pgindent run over code.
Bruce Momjian
1999-05-25
[next]