- 26 Oct, 2006 3 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
load balancing, and clustering options.
-
Bruce Momjian authored
clustering options.
-
- 25 Oct, 2006 1 commit
-
-
Tom Lane authored
node of a SubLink or SubPlan testexpr field. Bug resulted from replacing the old lefthand/exprs list fields with a simple expression field, and not remembering that expression_tree_walker is coded to save a few cycles by recursing directly to self on list fields (on the assumption the walker isn't interested in List nodes per se). On non-list fields it must of course call the walker. Possibly that hack isn't worth the risk of more such bugs, but I'll leave it be for now. Per bug report from James Robinson.
-
- 24 Oct, 2006 5 commits
-
-
Tom Lane authored
outer joins. Originally it was only looking for overlap of the righthand side of a left join, but we have to do it on the lefthand side too. Per example from Jean-Pierre Pelletier.
-
Tom Lane authored
CopyFileEx. This avoids a warning about the function not being present on older Windows versions. Magnus Hagander
-
Bruce Momjian authored
* Add estimated_count(*) to return an estimate of COUNT(*) > http://archives.postgresql.org/pgsql-hackers/2005-11/msg00943.php
-
Bruce Momjian authored
* Speed up COUNT(*) > http://archives.postgresql.org/pgsql-hackers/2005-11/msg00943.php
-
Tom Lane authored
instead of the SQL92 output-column-ID case.
-
- 23 Oct, 2006 6 commits
-
-
Tom Lane authored
-
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 7 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
-