index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
optimizer
/
util
/
var.c
Commit message (
Expand
)
Author
Age
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
*
Remove planner's private fields from Query struct, and put them into
Tom Lane
2005-06-05
*
Revise handling of dropped columns in JOIN alias lists to avoid a
Tom Lane
2005-06-03
*
Tag appropriate files for rc3
PostgreSQL Daemon
2004-12-31
*
Pgindent run for 8.0.
Bruce Momjian
2004-08-29
*
Update copyright to 2004.
Bruce Momjian
2004-08-29
*
Repair some issues with column aliases and RowExpr construction in the
Tom Lane
2004-08-19
*
Just about there on de-FastList-ification.
Tom Lane
2004-06-01
*
Use the new List API function names throughout the backend, and disable the
Neil Conway
2004-05-30
*
Reimplement the linked list data structure used throughout the backend.
Neil Conway
2004-05-26
*
Promote row expressions to full-fledged citizens of the expression syntax,
Tom Lane
2004-05-10
*
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2003-11-29
*
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
*
Implement outer-level aggregates to conform to the SQL spec, with
Tom Lane
2003-06-06
*
Fix some planner performance problems with large WHERE clauses, by
Tom Lane
2003-05-28
*
Replace planner's representation of relation sets, per pghackers discussion.
Tom Lane
2003-02-08
*
Make flatten_join_alias_vars() do the right thing when expanding an alias
Tom Lane
2003-02-06
*
IN clauses appearing at top level of WHERE can now be handled as joins.
Tom Lane
2003-01-20
*
Adjust API of expression_tree_mutator and query_tree_mutator to
Tom Lane
2003-01-17
*
Ooops, didn't cut-and-paste quite enough code from ResolveNew;
Tom Lane
2003-01-16
*
Allow merge and hash joins to occur on arbitrary expressions (anything not
Tom Lane
2003-01-15
*
Further tweaking of parsetree & plantree representation of SubLinks.
Tom Lane
2003-01-10
*
Clean up plantree representation of SubPlan-s --- SubLink does not appear
Tom Lane
2002-12-14
*
Phase 2 of read-only-plans project: restructure expression-tree nodes
Tom Lane
2002-12-12
*
Tweak querytree-dependency-extraction code so that columns of tables
Tom Lane
2002-09-11
*
pgindent run.
Bruce Momjian
2002-09-04
*
Update copyright to 2002.
Bruce Momjian
2002-06-20
*
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 aggregate functions so that they have pg_proc
Tom Lane
2002-04-11
*
Restructure representation of join alias variables. An explicit JOIN
Tom Lane
2002-03-12
*
pgindent run on all C files. Java run to follow. initdb/regression
Bruce Momjian
2001-10-25
*
First cut at making indexscan cost estimates depend on correlation
Tom Lane
2001-05-09
*
Make the world safe for passing whole rows of views to functions. This
Tom Lane
2001-04-18
*
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
*
Reimplementation of UNION/INTERSECT/EXCEPT. INTERSECT/EXCEPT now meet the
Tom Lane
2000-10-05
*
First cut at full support for OUTER JOINs. There are still a few loose
Tom Lane
2000-09-12
*
Ye-old pgindent run. Same 4-space tabs.
Bruce Momjian
2000-04-12
*
Add:
Bruce Momjian
2000-01-26
*
Clean up some mistakes in handling of uplevel Vars in planner.
Tom Lane
1999-08-26
*
Further planner/optimizer cleanups. Move all set_tlist_references
Tom Lane
1999-08-22
*
Minor cleanups and code beautification; eliminate some
Tom Lane
1999-08-10
*
Remove unused #includes in *.c files.
Bruce Momjian
1999-07-15
*
Create a generic expression-tree-walker subroutine, which
Tom Lane
1999-06-19
*
pgindent run over code.
Bruce Momjian
1999-05-25
*
Revise union_planner and associated routines to clean up breakage
Tom Lane
1999-05-03
[next]