- 16 Sep, 2006 1 commit
-
-
Bruce Momjian authored
-
- 09 Mar, 2004 1 commit
-
-
Neil Conway authored
where appropriate. Add "id" and "xreflabel" tags to the descriptions of the GUC variables to facilitate this. Also make a few minor docs cleanups.
-
- 14 Dec, 2003 1 commit
-
-
Neil Conway authored
example from the RESET reference page because it seemed completely redundant.
-
- 29 Nov, 2003 1 commit
-
-
PostgreSQL Daemon authored
$Header: -> $PostgreSQL Changes ...
-
- 12 Sep, 2003 1 commit
-
-
Tom Lane authored
-
- 11 Sep, 2003 1 commit
-
-
Bruce Momjian authored
<varname> conventions more consistent, and improve the ANALYZE ref page. Neil Conway
-
- 09 Sep, 2003 1 commit
-
-
Tom Lane authored
discussion. (Still have some work to do editing the remainder.)
-
- 31 Aug, 2003 1 commit
-
-
Peter Eisentraut authored
-
- 15 Apr, 2003 1 commit
-
-
Peter Eisentraut authored
-
- 25 Mar, 2003 1 commit
-
-
Peter Eisentraut authored
vague cross-references with real links.
-
- 19 Jan, 2003 1 commit
-
-
Bruce Momjian authored
including: - replacing all the appropriate usages of <citetitle>PostgreSQL ...</citetitle> with &cite-user;, &cite-admin;, and so on - fix an omission in the EXECUTE documentation - add some more text to the EXPLAIN documentation - improve the PL/PgSQL RETURN NEXT documentation (more work to do here) - minor markup fixes Neil Conway
-
- 31 Jul, 2002 1 commit
-
-
Tom Lane authored
attstattarget to indicate 'use the default'. The default is now a GUC variable default_statistics_target, and so may be changed on the fly. Along the way we gain the ability to have pg_dump dump the per-column statistics target when it's not the default. Patch by Neil Conway, with some kibitzing from Tom Lane.
-
- 23 Apr, 2002 1 commit
-
-
Tom Lane authored
-
- 21 Apr, 2002 1 commit
-
-
Thomas G. Lockhart authored
capabilities of specifying time zones as intervals per SQL9x. Put refentrytitle contents on the same line as the tag. Otherwise, leading whitespace is propagated into the product, which (at least) messes up the ToC layout. Remove (some) docinfo tags containing dates. Best to omit if the dates are not accurate; maybe use CVS dates instead or leave them out.
-
- 20 Jan, 2002 1 commit
-
-
Peter Eisentraut authored
-
- 08 Dec, 2001 1 commit
-
-
Thomas G. Lockhart authored
between Postgres and PostgreSQL.
-
- 18 Nov, 2001 1 commit
-
-
Tom Lane authored
-
- 16 Oct, 2001 1 commit
-
-
Tom Lane authored
of the new pg_stats view.
-
- 03 Sep, 2001 1 commit
-
-
Peter Eisentraut authored
-
- 07 May, 2001 1 commit
-
-
Tom Lane authored
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.
-