- 08 May, 2001 8 commits
-
-
Bruce Momjian authored
-
Tom Lane authored
that doesn't actually work.
-
Bruce Momjian authored
-
Tom Lane authored
passed, which occurs when no rows are retrieved by a SELECT. Mea maxima culpa ... I should have caught this.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 07 May, 2001 11 commits
-
-
Bruce Momjian authored
-
Peter Eisentraut authored
-
Bruce Momjian authored
-
Peter Eisentraut authored
set null/default).
-
Peter Eisentraut authored
-
Bruce Momjian authored
-
Bruce Momjian authored
> cronjob: > NOTICE: RegisterSharedInvalid: SI buffer overflow > NOTICE: InvalidateSharedInvalid: cache state reset > I don't understand what these mean. Should I be concerned about them > and what do they signify? No real need to worry. Those should've been downgraded to DEBUG-level messages a release or two back, but nobody bothered... Tom Lane
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
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.
-
- 06 May, 2001 3 commits
-
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
- 05 May, 2001 2 commits
-
-
Marc G. Fournier authored
not sure about this one ... but should have changelog in both versions ...
-
Bruce Momjian authored
-
- 04 May, 2001 6 commits
-
-
Tom Lane authored
configuration parameters in chapter 3.
-
Bruce Momjian authored
-
Tom Lane authored
going to have any at all.
-
Bruce Momjian authored
-
Tom Lane authored
running deferred triggers. They are really part of the regular transaction, and they could take awhile.
-
Bruce Momjian authored
-
- 03 May, 2001 10 commits
-
-
Tom Lane authored
routine DetermineLocalTimeZone(). In that routine, be more wary of broken mktime() implementations than the original code was: don't allow mktime to change the already-set y/m/d/h/m/s information, and don't use tm_gmtoff if mktime failed. Possibly this will resolve some of the complaints we've been hearing from users of Middle Eastern timezones on RedHat.
-
Bruce Momjian authored
support two - KOI8-R and KOI8-U (latter is superset of the former if not to take to the account pseudographics) Andy Rysin
-
Tom Lane authored
either :-(.
-
Bruce Momjian authored
-
Bruce Momjian authored
Oleg Bartunov
-
Tom Lane authored
give consistent results for all datatypes. Types float4, float8, and numeric were broken for NaN values; abstime, timestamp, and interval were broken for INVALID values; timetz was just plain broken (some possible pairs of values were neither < nor = nor >). Also clean up text, bpchar, varchar, and bit/varbit to eliminate duplicate code and thereby reduce the probability of similar inconsistencies arising in the future.
-
Tom Lane authored
-
Tom Lane authored
Per bug report from Lieven Van Acker, 5/2/01.
-
Bruce Momjian authored
-
Bruce Momjian authored
-