- 04 Nov, 2006 2 commits
- 03 Nov, 2006 1 commit
-
-
Tom Lane authored
return, per suggestion from Joachim Wieland.
-
- 01 Nov, 2006 3 commits
-
-
Tom Lane authored
deletion code to avoid the case where an upper-level btree page remains "half dead" for a significant period of time, and to block insertions into a key range that is in process of being re-assigned to the right sibling of the deleted page's parent. This prevents the scenario reported by Ed L. wherein index keys could become out-of-order in the grandparent index level. Since this is a moderately invasive fix, I'm applying it only to HEAD. The bug exists back to 7.4, but the back branches will get a different patch.
-
Tom Lane authored
(blobs) with comments, per bug #2727 from Konstantin Pelepelin. Mea culpa for not having tested this case. Back-patch to 8.1; prior branches don't dump blob comments at all.
-
Tom Lane authored
-
- 31 Oct, 2006 3 commits
-
-
Teodor Sigaev authored
-
Tom Lane authored
-
Neil Conway authored
reference pages documenting that these commands cannot be used within a transaction block. Also make some minor improvements to the psql reference page. Patch from Simon Riggs, minor editorialization by myself.
-
- 30 Oct, 2006 2 commits
-
-
Peter Eisentraut authored
code relies on the checking macro actually being called at the end, or the automatic undiversion will produce garbage. These sort of implicit side-effects undermine the modularity of the macros and happen to break the ODBC driver which makes use of them. Also put the warnings at the very end of configure, so there is an even better chance of seeing them.
-
Neil Conway authored
-
- 27 Oct, 2006 1 commit
-
-
Bruce Momjian authored
-
- 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 9 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
-