- Nov 10, 2006
-
-
Neil Conway authored
for NULL-ness of function arguments is wasted code.
-
- Nov 08, 2006
-
-
Neil Conway authored
-
Teodor Sigaev authored
-
- Nov 06, 2006
-
-
Tom Lane authored
the backend should rely on its working-directory setting instead. Also do some message-style police work in contrib/adminpack.
-
- Oct 31, 2006
-
-
Teodor Sigaev authored
-
- Oct 22, 2006
-
-
Tom Lane authored
-
- Oct 21, 2006
-
-
Tatsuo Ishii authored
scenarios. With multiple clinets, only the first client got the right scaling factor and this gave a illusion of better performance in case of the scaling factor greater than 1.
-
- Oct 20, 2006
-
-
Tom Lane authored
and avoid scribbling on its result (might be safe but why risk it)
-
- Oct 19, 2006
- Oct 11, 2006
-
-
Teodor Sigaev authored
'exist' and 'defined' accordingly. Old names are saved not mentioned in docs - for compatibility with old applications. Per discussion http://archives.postgresql.org/pgsql-hackers/2006-10/msg00571.php
-
- Oct 07, 2006
-
-
Tom Lane authored
max_stack_depth is not set to an unsafe value. This commit also provides configure-time checking for <sys/resource.h>, and cleans up some perhaps-unportable code associated with use of that include file and getrlimit().
-
- Oct 05, 2006
-
-
Tom Lane authored
static variables. This avoids any risk of potential non-reentrancy, and in particular offers a much cleaner workaround for the Intel compiler bug that was affecting ginutil.c.
-
- Oct 04, 2006
-
-
Tom Lane authored
provide the bad input, and be sure to mention that we are talking about a tsearch query.
-
Bruce Momjian authored
-
- Oct 03, 2006
-
-
Bruce Momjian authored
Robert Treat
-
- Oct 01, 2006
-
-
Tom Lane authored
file is read with an incompatible client_encoding setting. Per report from Tim N. van der Leeuw.
-
- Sep 30, 2006
- Sep 22, 2006
-
-
Tom Lane authored
return true for exactly the characters treated as whitespace by their flex scanners. Per report from Victor Snezhko and subsequent investigation. Also fix a passel of unsafe usages of <ctype.h> functions, that is, ye olde char-vs-unsigned-char issue. I won't miss <ctype.h> when we are finally able to stop using it.
-
- Sep 21, 2006
-
-
Tom Lane authored
even when a single relation requires more than max_fsm_pages pages. Also, make VACUUM emit a warning in this case, since it likely means that VACUUM FULL or other drastic corrective measure is needed. Per reports from Jeff Frost and others of unexpected changes in the claimed max_fsm_pages need.
-
- Sep 20, 2006
-
-
Tom Lane authored
is a large enough histogram, it will use the number of matches in the histogram to derive a selectivity estimate, rather than the admittedly pretty bogus heuristics involving examining the pattern contents. I set 'large enough' at 100, but perhaps we should change that later. Also apply the same technique in contrib/ltree's <@ and @> estimator. Per discussion with Stefan Kaltenbrunner and Matteo Beccati.
-
- Sep 16, 2006
- Sep 15, 2006
-
-
Tom Lane authored
-
- Sep 14, 2006
-
-
Bruce Momjian authored
Victor Wagner
-
- Sep 13, 2006
-
-
Tatsuo Ishii authored
Fix bug with handling default scaling factor in the default scenarios
-
- Sep 12, 2006
-
-
Teodor Sigaev authored
-
Tom Lane authored
-
Peter Eisentraut authored
Dave Page
-
- Sep 11, 2006