postgresql/src/include
Tom Lane f905d65ee3 Rewrite of planner statistics-gathering code. ANALYZE is now available as
a separate statement (though it can still be invoked as part of VACUUM, too).
pg_statistic redesigned to be more flexible about what statistics are
stored.  ANALYZE now collects a list of several of the most common values,
not just one, plus a histogram (not just the min and max values).  Random
sampling is used to make the process reasonably fast even on very large
tables.  The number of values and histogram bins collected is now
user-settable via an ALTER TABLE command.

There is more still to do; the new stats are not being used everywhere
they could be in the planner.  But the remaining changes for this project
should be localized, and the behavior is already better than before.

A not-very-related change is that sorting now makes use of btree comparison
routines if it can find one, rather than invoking '<' twice.
2001-05-07 00:43:27 +00:00
..
access Rewrite of planner statistics-gathering code. ANALYZE is now available as 2001-05-07 00:43:27 +00:00
bootstrap Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 2001-01-24 19:43:33 +00:00
catalog Rewrite of planner statistics-gathering code. ANALYZE is now available as 2001-05-07 00:43:27 +00:00
commands Rewrite of planner statistics-gathering code. ANALYZE is now available as 2001-05-07 00:43:27 +00:00
executor pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
lib pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
libpq pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
mb BTW it does not add encodign it just patches existing one (KOI8) to 2001-05-03 21:38:45 +00:00
nodes Rewrite of planner statistics-gathering code. ANALYZE is now available as 2001-05-07 00:43:27 +00:00
optimizer Rewrite of planner statistics-gathering code. ANALYZE is now available as 2001-05-07 00:43:27 +00:00
parser pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
port Remove dashes in comments that don't need them, rewrap with pgindent. 2001-03-22 06:16:21 +00:00
regex pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
rewrite pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
storage Suppress compiler warnings in Vax and NS32K assembly code: 'register foo' 2001-04-13 23:32:57 +00:00
tcop pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
utils Rewrite of planner statistics-gathering code. ANALYZE is now available as 2001-05-07 00:43:27 +00:00
c.h pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
config.h.in Rewrite of planner statistics-gathering code. ANALYZE is now available as 2001-05-07 00:43:27 +00:00
config.h.win32 Updates for 7.1.1. Not done yet. 2001-05-03 16:47:58 +00:00
fmgr.h pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
Makefile Add missing semicolon required by QNX shell. 2001-03-01 16:17:53 +00:00
miscadmin.h pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
postgres.h Mark exception and assert global variables as DLLIMPORT, so that plpgsql 2001-03-23 18:26:01 +00:00
postgres_ext.h pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
postgres_fe.h Restructure the key include files per recent pghackers discussion: there 2001-02-10 02:31:31 +00:00
rusagestub.h Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 2001-01-24 19:43:33 +00:00
strdup.h Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting. 1997-09-08 02:41:22 +00:00