- 04 Sep, 2002 30 commits
-
-
Tom Lane authored
users, by limiting the length of string we will accept for a password. Patch by Serguei Mokhov, some editorializing by Tom Lane.
-
Bruce Momjian authored
-
Peter Eisentraut authored
configuration.
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Tom Lane authored
remove unnecessary inclusions.
-
Bruce Momjian authored
> * Remove Cyrillic recode support
-
Bruce Momjian authored
> o -Add SHOW command to see locale
-
Bruce Momjian authored
> o -Add SHOW command to see locale
-
Bruce Momjian authored
-
Bruce Momjian authored
Improvements to /contrib/intarray (Oleg, Teodor Sigaev, Andrey Oktyabrski)
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Peter Eisentraut authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Tom Lane authored
'make install'; there are enough of 'em that this slowed down the make noticeably. Ensure that 'all' is the default make target in all these directories (defaulting to 'make install' is surprising and dangerous IMHO). Fix a couple small typos.
-
Bruce Momjian authored
usually anyway.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Tatsuo Ishii authored
-
Tatsuo Ishii authored
-
- 03 Sep, 2002 10 commits
-
-
Bruce Momjian authored
> * Gavin Sherry <swm@linuxworld.com.au>
-
Tom Lane authored
case for timestamptz input, and differently wrong answers in the float- timestamp case for timestamp input.
-
Tom Lane authored
creation to world, but disallow temp table creation in template1. Per latest round of pghackers discussion. I did not force initdb, but the permissions lockdown on template1 will not take effect unless you do one (or manually REVOKE TEMP ON DATABASE template1 FROM public).
-
Tom Lane authored
somewhat less likely to provoke a conflict.
-
Peter Eisentraut authored
referring to "multibyte" where it really means character encoding.
-
Tom Lane authored
a series of localtime() calls to determine the local timezone offset when mktime() fails. This eliminates regression failures on RHL 7.3, and should continue to work until it occurs to the glibc boys to break localtime() as well. By then I hope we'll have our own timezone code...
-
Tom Lane authored
convert date to tm' failures, by using DetermineLocalTimeZone() instead.
-
Peter Eisentraut authored
(INT64_FORMAT), which gettext cannot handle.
-
Bruce Momjian authored
-
Bruce Momjian authored
> * to_char(0,'FM999.99') returns a period, to_char(1,'FM999.99') does not
-