- 06 May, 2001 2 commits
-
-
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 17 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
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Tom Lane authored
-
Tom Lane authored
-
D'Arcy J.M. Cain authored
-
- 02 May, 2001 6 commits
-
-
Bruce Momjian authored
aggregate 'agg' for 'type' does not exist. Mismatch with synopsis, agg must be name here. Frank Wegmann
-
Bruce Momjian authored
-
Bruce Momjian authored
Echo the queries that createuser generates and sends to the backend. ^^^^^^^^^^ Frank Wegmann
-
Tom Lane authored
Convert back to Unix style --- it seems some versions of nmake insist on this.
-
D'Arcy J.M. Cain authored
the way to handle this.
-
D'Arcy J.M. Cain authored
properly on 64 bit systems. Change submitted by Marc Poinot (Marc.Poinot@onera.fr)
-
- 01 May, 2001 6 commits
-
-
Peter Eisentraut authored
before release...
-
Peter Eisentraut authored
-
Tom Lane authored
-
Tom Lane authored
-
Thomas G. Lockhart authored
This is an extension to the SQL9x standard, but is consistant with usage of the underlying date_part() function used to implement it. Example: EXTRACT('YEAR',...) No impact on regression tests.
-
Hiroshi Inoue authored
2) fix a bug reported by Jan Wieck. psqlodbc is 7.01.0005 now.
-
- 30 Apr, 2001 1 commit
-
-
Tom Lane authored
on HPUX 11.
-