[COMMITTERS] pgsql: Drop cheap-startup-cost paths during add_path() if we don't need

2012-09-01 Thread Tom Lane
Drop cheap-startup-cost paths during add_path() if we don't need them. We can detect whether the planner top level is going to care at all about cheap startup cost (it will only do so if query_planner's tuple_fraction argument is greater than zero). If it isn't, we might as well discard paths imm

[COMMITTERS] pgsql: Fix mark_placeholder_maybe_needed to handle LATERAL references.

2012-09-01 Thread Tom Lane
Fix mark_placeholder_maybe_needed to handle LATERAL references. If a PlaceHolderVar contains a pulled-up LATERAL reference, its minimum possible evaluation level might be higher in the join tree than its original syntactic location. That in turn affects the ph_needed level for any contained Place

[COMMITTERS] pgsql: Revert doc patch 305557984dd964ac397c6752e9d0f14646b60f15 as the

2012-09-01 Thread Bruce Momjian
Revert doc patch 305557984dd964ac397c6752e9d0f14646b60f15 as the values are sometimes signed, sometimes unsigned. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/53fa0c6db8e9ebbef9a2806193797735998520c6 Modified Files -- doc/src/sgml/protocol.sgml |2

Re: [COMMITTERS] pgsql: Cross-link to doc build requirements from install requirements.

2012-09-01 Thread Tom Lane
Andrew Dunstan writes: > On 09/01/2012 06:28 AM, Robert Haas wrote: >> Cross-link to doc build requirements from install requirements. > this seems to have broken something. Yeah, you can't put random links to other parts of the manual into installation.sgml, at least not without taking care for

[COMMITTERS] pgsql: Fix broken link in installation.sgml.

2012-09-01 Thread Tom Lane
Fix broken link in installation.sgml. Linking to other parts of the manual doesn't work when building the standalone INSTALL document. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/b8a4093b5890aa774ae90bbf44515750aa0ae85c Modified Files -- doc/src/sgml

Re: [COMMITTERS] pgsql: Cross-link to doc build requirements from install requirements.

2012-09-01 Thread Andrew Dunstan
On 09/01/2012 06:28 AM, Robert Haas wrote: Cross-link to doc build requirements from install requirements. this seems to have broken something. See : make[1]: Entering direc

[COMMITTERS] pgsql: Cross-link to doc build requirements from install requirements.

2012-09-01 Thread Robert Haas
Cross-link to doc build requirements from install requirements. Jeff Janes Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/e8d6c98c2f082bead1202b23e9d70e0fbde49129 Modified Files -- doc/src/sgml/installation.sgml |8 1 files changed, 8 insert