- 25 Nov, 2000 14 commits
-
-
Bruce Momjian authored
-
Tom Lane authored
sure that broadcast('foo/32') means anything, but if it does, surely it ought to return foo, not 255.255.255.255.
-
Tom Lane authored
shifting by the word width is not defined by ANSI C...
-
Tom Lane authored
re-adopt these settings at every postmaster or standalone-backend startup. This should fix problems with indexes becoming corrupt due to failure to provide consistent locale environment for postmaster at all times. Also, refuse to start up a non-locale-enabled compilation in a database originally initdb'd with a non-C locale. Suppress LIKE index optimization if locale is not "C" or "POSIX" (are there any other locales where it's safe?). Issue NOTICE during initdb if selected locale disables LIKE optimization.
-
Tom Lane authored
other standalone-backend situations) are not duplicated. Remove some dead code, add some comments, too.
-
Peter Eisentraut authored
Accept --help even if no general long options support exists.
-
Peter Eisentraut authored
with current postmaster.
-
Peter Eisentraut authored
-
Bruce Momjian authored
symlink created by someone else, and therefore modifyable by someone else.
-
Bruce Momjian authored
it fixing Y,YY,YYY,YYYY conversion, the docs and regress tests update are included too. During the patch testing I found small bug in miscadmin.h in convertstr() declaration. Here it's fixed too. Thanks Karel
-
Bruce Momjian authored
> > suspect...), so here is an updated patch. > > This seems like the wrong way to go about it, because anytime anyone > changes any elog output anywhere, we'll risk another failure. If > syslog can't cope with empty lines, I think the right fix is for the > output-to-syslog routine to change the data just before sending --- > then there is only one place to fix. See the syslog output routine in > src/backend/utils/error/elog.c. Makes sense. Here's a new patch, now the output even looks better: Larry Rosenman
-
Bruce Momjian authored
Anders Bengtsson
-
Bruce Momjian authored
-
Tom Lane authored
a slightly less random order.
-
- 24 Nov, 2000 6 commits
-
-
Peter Eisentraut authored
-
Peter Eisentraut authored
non-standard clauses. Allow CHARACTERISTICS as unquoted identifier. Merge related reference pages.
-
Peter Eisentraut authored
-
Peter Eisentraut authored
Make version.sgml the central place for updating version numbers in the documentation. Document titles now contain the version number of the release they belong to. filelist.sgml is the central (and only) place to declare system entities (i.e., sgml files). No longer a need to declare them in each document header. There is no longer any need to maintain duplicate chapter lists in postgres.sgml and user/admin/etc.sgml, everything is build from the same sources. Some parameter entities allow for different text to be included when the integrated or a single doc set is generated, which eliminates the problems that had caused this to fail in the past.
-
Peter Eisentraut authored
-
Tom Lane authored
Thanks to Brian Hirt for pointing out the performance lossage.
-
- 23 Nov, 2000 2 commits
-
-
Tom Lane authored
if enable_mergejoin = OFF. Must do this, because we have no other implementation method for full joins.
-
Vadim B. Mikheev authored
-
- 22 Nov, 2000 16 commits
-
-
Tom Lane authored
assert_test() functions --- these weren't accomplishing much except to render the whole module un-loadable ...
-
Peter Eisentraut authored
-
Peter Eisentraut authored
from Adriaan Joubert <a.joubert@albourne.com>
-
Peter Eisentraut authored
From Adriaan Joubert <a.joubert@albourne.com>
-
Peter Eisentraut authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Hiroshi Inoue authored
-
Peter Eisentraut authored
standalone, e.g., "./pg_regress int2".
-
Bruce Momjian authored
-
Peter Eisentraut authored
-
Tom Lane authored
-
Peter Eisentraut authored
compatibility library which contains a 'main' function, which is not good. If someone really needed it, think of a different plan.
-
Tom Lane authored
-
Tom Lane authored
Improve documentation, too.
-
- 21 Nov, 2000 2 commits
-
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-