- 31 Mar, 2000 20 commits
-
-
Bruce Momjian authored
-
Tatsuo Ishii authored
-
Tatsuo Ishii authored
multibyte encodings. These cannot be used as a backend/database encoding (OK to use as a client encoding).
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Hiroshi Inoue authored
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
-
Tom Lane authored
-
Tom Lane authored
-
Tom Lane authored
-
Tom Lane authored
actually from an alpha-dec-osf machine, but as far as can be told the two platforms have the same ideas about past DST rules.
-
Tom Lane authored
Make similar changes to hpux templates. Might want to do the same for other foo_cc and foo_gcc pairs, but will desist until I hear from someone who uses those platforms.
-
Tom Lane authored
and do not arbitrarily pull in CFLAGS instead. This caters to platforms where the C++ compiler does not like all the same switches the C compiler wants.
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
-
Tom Lane authored
In the event of an elog() while the mode was set to immediate write, there was no way for it to be set back to the normal delayed write. The mechanism was a waste of space and cycles anyway, since the only user was varsup.c, which could perfectly well call FlushBuffer directly. Now it does just that, and the notion of a write mode is gone.
-
Tom Lane authored
from gcc. Which wasn't actually a code bug, but I don't like warnings.
-
Bruce Momjian authored
-
- 30 Mar, 2000 20 commits
-
-
Tom Lane authored
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
Add some chapters on new topics. Change to referencing OASIS/Docbook v3.1 rather than Davenport/Docbook v3.0 Grepped for and fixed apparent tag mangling from emacs "Normalize" operation. Should be the last of those.
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
Add PL/perl docs from Mark Hollomon. Put language-specific docs into the User's Guide, and move the rest to the Programmer's Guide.
-
Michael Meskes authored
-
Tom Lane authored
newer Alpha platforms.
-
Tom Lane authored
-
Tom Lane authored
broken almost since the word go ... I guess no one ever ran it ...
-
Thomas G. Lockhart authored
single integers, and lists of names, without surrounding them with quotes. Remove all tokens which are defined as operators from ColID and ColLabel to avoid precedence confusion. Thanks to Tom Lane for catching this.
-
Tom Lane authored
to use -g ... especially not when this can cause real problems on some platforms ...
-
Tom Lane authored
from Bill.Allie@mug.org.
-
Tom Lane authored
inclusions of system headers more consistent.
-
Tom Lane authored
-
Tom Lane authored
'#include <string>' work in the local C++ compiler.
-
Thomas G. Lockhart authored
Programmer's Guide does not have access to the reference page. Normalize markup.
-