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
/
plancat.h
Commit message (
Expand
)
Author
Age
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Improve relation width estimation for subqueries.
Tom Lane
2010-11-19
*
Teach CLUSTER to use seqscan-and-sort when it's faster than indexscan.
Tom Lane
2010-10-07
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
*
Make backend header files C++ safe
Peter Eisentraut
2009-07-16
*
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-11
*
Do some minor code refactoring in preparation for changing the APIs of
Tom Lane
2009-05-12
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
*
Clean up the loose ends in selectivity estimation left by my patch for semi
Tom Lane
2008-08-16
*
Improve our #include situation by moving pointer types away from the
Alvaro Herrera
2008-06-19
*
Fix an oversight I made in a cleanup patch over a year ago:
Tom Lane
2008-04-01
*
Change hash index creation so that rather than always establishing exactly
Tom Lane
2008-03-15
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
*
pgindent run for 8.3.
Bruce Momjian
2007-11-15
*
Rename DLLIMPORT macro to PGDLLIMPORT to avoid conflict with
Magnus Hagander
2007-07-25
*
Create hooks to let a loadable plugin monitor (or even replace) the planner
Tom Lane
2007-05-25
*
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2007-01-05
*
pgindent run for 8.2.
Bruce Momjian
2006-10-04
*
Improve usage of effective_cache_size parameter by assuming that all the
Tom Lane
2006-09-19
*
Change the relation_open protocol so that we obtain lock on a relation
Tom Lane
2006-07-31
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
*
Fix constraint exclusion to work in inherited UPDATE/DELETE queries
Tom Lane
2006-02-04
*
Simple constraint exclusion. For now, only child tables of inheritance
Tom Lane
2005-07-23
*
Remove planner's private fields from Query struct, and put them into
Tom Lane
2005-06-05
*
Tag appropriate files for rc3
PostgreSQL Daemon
2004-12-31
*
Update copyright to 2004.
Bruce Momjian
2004-08-29
*
make sure the $Id tags are converted to $PostgreSQL as well ...
PostgreSQL Daemon
2003-11-29
*
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
*
Tweak planner and executor to avoid doing ExecProject() in table scan
Tom Lane
2003-02-03
*
Extend join-selectivity API (oprjoin interface) so that join type is
Tom Lane
2003-01-28
*
Update copyright to 2002.
Bruce Momjian
2002-06-20
*
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
*
Modify optimizer data structures so that IndexOptInfo lists built for
Tom Lane
2001-05-20
*
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
*
Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias.
Tom Lane
2000-09-29
*
Cause inheritance patch to meet minimum coding standards (no gcc
Tom Lane
2000-06-09
*
Ye-old pgindent run. Same 4-space tabs.
Bruce Momjian
2000-04-12
*
Add:
Bruce Momjian
2000-01-26
*
Revise handling of index-type-specific indexscan cost estimation, per
Tom Lane
2000-01-22
*
Another round of planner/optimizer work. This is just restructuring and
Tom Lane
2000-01-09
*
Combine index_info and find_secondary_indexes into a single routine that
Tom Lane
1999-11-21
*
Further work on planning of indexscans. Cleaned up interfaces
Tom Lane
1999-07-25
*
Change #include's to use <> and "" as appropriate.
Bruce Momjian
1999-07-15
*
Change my-function-name-- to my_function_name, and optimizer renames.
Bruce Momjian
1999-02-13
[next]