- 23 Oct, 2006 5 commits
-
-
Peter Eisentraut authored
than just showing the incomprehensible formulas.
-
Tom Lane authored
-
Peter Eisentraut authored
-
Peter Eisentraut authored
that are almost never used. Put documentation-related variables into the documentation chapter.
-
Michael Meskes authored
-
- 22 Oct, 2006 4 commits
- 21 Oct, 2006 10 commits
-
-
Tom Lane authored
-
Peter Eisentraut authored
-
Tom Lane authored
-
Tom Lane authored
-
Bruce Momjian authored
because the function didn't exist in 7.4.X.
-
Bruce Momjian authored
Marko Kreen
-
-
Tom Lane authored
the politically correct view that backslash escapes are deprecated.
-
Tom Lane authored
-
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.
-
- 20 Oct, 2006 4 commits
-
-
Tom Lane authored
-
Neil Conway authored
-
Alvaro Herrera authored
-
Tom Lane authored
and avoid scribbling on its result (might be safe but why risk it)
-
- 19 Oct, 2006 15 commits
-
-
Tom Lane authored
Going to wait for buildfarm results before backpatching, this time.
-
Tom Lane authored
Remove obsolete note about logging of statements generated by plpgsql function execution ... that doesn't happen anymore.
-
Tom Lane authored
a fastpath function call.
-
Tom Lane authored
provide a macro so code can still just say qsort). Avoids linker warnings on pickier platforms such as Darwin, and outright failure on MSVC.
-
Tom Lane authored
-
Tom Lane authored
instead of inserting an MSVC dependency.
-
Tom Lane authored
-
Bruce Momjian authored
-
Bruce Momjian authored
< * Improve port/qsort() to handle sorts with 50% unique and 50% duplicate < value [qsort] < < This involves choosing better pivot points for the quicksort. <
-
Tom Lane authored
be NULL ... seems an unsafe assumption.
-
Tom Lane authored
if available (which it usually should be), during processing of Bind and Execute protocol messages. This improves usefulness of log_min_error_statement logging for extended query protocol.
-
Tom Lane authored
from Magnus that MSVC complains about this.
-
Neil Conway authored
-
Tom Lane authored
per Magnus.
-
Tom Lane authored
sin_port in the returned IP address struct when servname is NULL. This has been observed to cause failure to bind the stats collection socket, and could perhaps cause other issues too. Per reports from Brad Nicholson and Chris Browne.
-
- 18 Oct, 2006 2 commits
-
-
Tom Lane authored
that conflict with the OID that we want to use for the new database. This avoids the risk of trying to remove files that maybe we shouldn't remove. Per gripe from Jon Lapham and subsequent discussion of 27-Sep.
-
Tom Lane authored
timezone actually has a daylight-savings rule. This avoids breaking cases that used to work because they went through the DecodePosixTimezone code path. Per contrib regression failures (mea culpa for not running those yesterday...). Also document the already-applied change to allow GMT offsets up to 14 hours.
-