- 01 Feb, 2005 2 commits
-
-
Tom Lane authored
fix bug with inconsistent selection of default mask length for "class D" addresses. Per report from Steve Atkins.
-
Bruce Momjian authored
-
- 31 Jan, 2005 14 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
information.
-
- 30 Jan, 2005 14 commits
-
-
Tom Lane authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
right in the failure. We can always re-add it if required.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Tom Lane authored
-
- 29 Jan, 2005 2 commits
- 28 Jan, 2005 6 commits
-
-
Tom Lane authored
-
Tom Lane authored
with Postgres.
-
Tom Lane authored
clamp the estimated number of groups to table row count over 10, instead of table row count; this reflects a heuristic that people probably won't group over a near-unique set of columns, and the knowledge that we don't currently have any way to estimate the correlation of the columns better than guessing. This change creates a trivial plan change in one of the regression tests.
-
Tom Lane authored
look at the actual aggregate transition datatypes and the actual overhead needed by nodeAgg.c, instead of using pessimistic round numbers. Per a discussion with Michael Tiemann.
-
Tom Lane authored
defining List.
-
Tom Lane authored
Solaris and should be a little faster anyway, since in most scenarios all but perhaps the last path component will already exist.
-
- 27 Jan, 2005 2 commits
-
-
Tom Lane authored
functions of the aggregate, at both aggregate creation and execution times.
-
Neil Conway authored
utils/cache/lsyscache.c where it can be used by other things. Also cleans up both get_usesysid() and get_grosysid() a bit. From Stephen Frost.
-