- 22 Feb, 2001 1 commit
-
-
Hiroshi Inoue authored
reported by Matteo Cavalleri. Great thanks to Tom for his accurate analysis.
-
- 21 Feb, 2001 8 commits
-
-
Tom Lane authored
semantics, a few other small improvements.
-
Tom Lane authored
microseconds < 100000 should be displayed as, eg, 13.000126, not 13.126.
-
Bruce Momjian authored
-
Tom Lane authored
in Turkish locale. Keywords are now checked under pure ASCII case-folding rules ('A'-'Z'->'a'-'z' and nothing else). However, once a word is determined not to be a keyword, it will be case-folded under the current locale, same as before. See pghackers discussion 20-Feb-01.
-
Peter Eisentraut authored
markup. ;-)
-
Tatsuo Ishii authored
in multi-byte build.
-
Tatsuo Ishii authored
-
Tatsuo Ishii authored
-
- 20 Feb, 2001 14 commits
-
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Tom Lane authored
be lurking in the install target directory. But don't zap up-to-date headers (so install-all-headers before regular install will work). Per suggestion from Larry Rosenman.
-
Tom Lane authored
-
Peter Eisentraut authored
or library directories on the command line.
-
Tom Lane authored
compiler or g++ with HP's C compiler.
-
Tom Lane authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
* reverse the change #include <> -> "" in krb.c. It _must not_ include files in "." * Makefile update. Inconsistent var usage and SHLIB was not set. Now it should work with all external libs. arko Kreen
-
Tom Lane authored
so that we don't reject overlength names unnecessarily.
-
Bruce Momjian authored
-
Tom Lane authored
-
Tom Lane authored
use the ANSI varargs style (<stdarg.h>) not the old style. Tatsuo had reported this change was necessary back in the 7.0 beta cycle (4/13/00) but for some reason, making the edit never got done.
-
- 19 Feb, 2001 11 commits
-
-
Tom Lane authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Tom Lane authored
syntax. Fix the RESULT_OID case, which never worked. Add documentation.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Michael Meskes authored
-
Tatsuo Ishii authored
STRTOL='strtoul.o' --> STRTOUL='strtoul.o'
-
Tom Lane authored
in FROM instead of an auxiliary view. We didn't have subselect-in-FROM when I wrote this originally...
-
Tom Lane authored
-
- 18 Feb, 2001 6 commits
-
-
Bruce Momjian authored
-
Peter Eisentraut authored
the ones specified by SQL.
-
Tom Lane authored
option of CREATE DATABASE. In pg_regress, create regression database from template0 to ensure that any installation-local cruft in template1 will not mess up the tests.
-
Peter Eisentraut authored
current_time, current_timestamp. Add more examples. Remove age(), because it doesn't work like it is documented, and no one could explain it to me.
-
Peter Eisentraut authored
-
Tom Lane authored
-