- 21 Oct, 2006 9 commits
-
-
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 3 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.
-
Bruce Momjian authored
-
- 17 Oct, 2006 5 commits
-
-
Tom Lane authored
input routines. Remove the former "DecodePosixTimezone" function in favor of letting the zic code handle POSIX-style zone specs (see tzparse()). In particular this means that "PST+3" now means the same as "-03", whereas it used to mean "-11" --- the zone abbreviation is effectively just a noise word in this syntax. Make sure that all named and POSIX-style zone names will be parsed as a single token. Fix long-standing bogosities in printing and input of fractional-hour timezone offsets (since the tzparse() code will accept these, we'd better make 'em work). Also correct an error in the original coding of the zic-zone-name patch: in "timestamp without time zone" input, zone names are supposed to be allowed but ignored, but the coding was such that the zone changed the interpretation anyway.
-
Bruce Momjian authored
Wheeler.
-
Bruce Momjian authored
related to website development and change the link to the FAQ_DEV.html. Devrim GUNDUZ
-
Bruce Momjian authored
Michael Paesold
-
Tom Lane authored
-
- 16 Oct, 2006 4 commits
-
-
Peter Eisentraut authored
-
Tom Lane authored
example SET TIME ZONE 'america/new_york' works now. This seems a good idea on general user-friendliness grounds, and is part of the solution to the timestamp-input parsing problems I noted recently.
-
Bruce Momjian authored
Michael Paesold
-
Bruce Momjian authored
Michael Glaesemann
-