Log Message:
---
Fix recent problems with BSD indent, including indenting past 80
columns, shifting comment to the right when more than 150 'else if'
clauses were used, and update typedefs for 8.1.X.
NetBSD patched updated, with documentation.
Tags:
REL8_1_STABLE
Modified Files:
---
Log Message:
---
Fix recent problems with BSD indent, including indenting past 80
columns, shifting comment to the right when more than 150 'else if'
clauses were used, and update typedefs for 8.1.X.
NetBSD patched updated, with documentation.
Modified Files:
--
pgsql/src/
Log Message:
---
Restore the former RestrictInfo field valid_everywhere (but invert the flag
sense and rename to "outerjoin_delayed" to more clearly reflect what it
means). I had decided that it was redundant in 8.1, but the folly of this
is exposed by a bug report from Sebastian Böck. Th
Log Message:
---
Restore the former RestrictInfo field valid_everywhere (but invert the flag
sense and rename to "outerjoin_delayed" to more clearly reflect what it
means). I had decided that it was redundant in 8.1, but the folly of this
is exposed by a bug report from Sebastian Böck. Th
Log Message:
---
Replaced some looping with Enumerable.min and Enumerable.max, more tests
Modified Files:
--
pqa/lib:
pqa.rb (r1.89 -> r1.90)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pqa/pqa/lib/pqa.rb.diff?r1=1.89&r2=1.90)
test_pqa.rb (r1.29 ->
Update of /cvsroot/pgfouine/pgfouine/include/reporting/geshi/geshi
In directory pgfoundry.org:/tmp/cvs-serv22705/include/reporting/geshi/geshi
Log Message:
Directory /cvsroot/pgfouine/pgfouine/include/reporting/geshi/geshi added to the
repository
---(end of broadcast)---
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi,
On Mon, 14 Nov 2005, Alvaro Herrera wrote:
Log Message:
---
Translation typo fix
Shouldn't they go to the translation project @ pgfoundry ?
- --
Devrim GUNDUZ
Kivi Bilişim Teknolojileri - http://www.kivi.com.tr
devrim~gunduz.org, dev
Log Message:
---
Translation typo fix
Tags:
REL8_1_STABLE
Modified Files:
--
pgsql/src/backend/po:
es.po (r1.9.6.1 -> r1.9.6.2)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/po/es.po.diff?r1=1.9.6.1&r2=1.9.6.2)
---
Log Message:
---
Translation typo fix
Modified Files:
--
pgsql/src/backend/po:
es.po (r1.10 -> r1.11)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/po/es.po.diff?r1=1.10&r2=1.11)
---(end of broadcast)
Update of /cvsroot/pgfouine/pgfouine/include/reporting/geshi/docs
In directory pgfoundry.org:/tmp/cvs-serv22705/include/reporting/geshi/docs
Log Message:
Directory /cvsroot/pgfouine/pgfouine/include/reporting/geshi/docs added to the
repository
---(end of broadcast)--
Log Message:
---
html reporting
Modified Files:
--
pgfouine/include/reporting/reports:
Report.class.php (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/reporting/reports/Report.class.php.diff?r1=1.1&r2=1.2)
---
Log Message:
---
A new unit test, replaced clunkyness with Enumerable.inject niceness
Modified Files:
--
pqa/lib:
pqa.rb (r1.88 -> r1.89)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pqa/pqa/lib/pqa.rb.diff?r1=1.88&r2=1.89)
test_pqa.rb (r1.28 -> r1.
Log Message:
---
Added another unit test; less Java-ish, more Ruby-ish
Modified Files:
--
pqa/lib:
pqa.rb (r1.87 -> r1.88)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pqa/pqa/lib/pqa.rb.diff?r1=1.87&r2=1.88)
test_pqa.rb (r1.27 -> r1.28)
(h
Log Message:
---
html reporting
Modified Files:
--
pgfouine/include/reporting:
HtmlReportAggregator.class.php (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/reporting/HtmlReportAggregator.class.php.diff?r1=1.1&r2=1.2)
Log Message:
---
Reformatting a bit; making initial usage messages nicer
Modified Files:
--
pqa/lib:
pqa.rb (r1.85 -> r1.86)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pqa/pqa/lib/pqa.rb.diff?r1=1.85&r2=1.86)
---(end of broadcast)
Log Message:
---
converted tabs to spaces
Modified Files:
--
pqa/lib:
pqa.rb (r1.84 -> r1.85)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pqa/pqa/lib/pqa.rb.diff?r1=1.84&r2=1.85)
test_pqa.rb (r1.25 -> r1.26)
(http://cvs.pgfoundry.org/cgi-b
Log Message:
---
always output debug to stderr using the debug function
Modified Files:
--
pgfouine/include/lib:
common.lib.php (r1.3 -> r1.4)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/lib/common.lib.php.diff?r1=1.3&r2=1.4)
---
Log Message:
---
always output debug to stderr using the debug function
Modified Files:
--
pgfouine/include:
GenericLogReader.class.php (r1.5 -> r1.6)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/GenericLogReader.class.php.diff?r1=
Log Message:
---
Specify Query interface.
It(Query interface spec) is mostly complete. However, further justifications
may be necessary, and perhaps the Query attribute object should be required to
be a type, as opposed to something that merely simulates such facilities.
Additionally, spe
Log Message:
---
Re-run pgindent to fix breakage when exceeding 150 'else if' clauses.
Cosmetic fix only.
Modified Files:
--
pgsql/src/bin/psql:
tab-complete.c (r1.139 -> r1.140)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/tab-complete.c
Log Message:
---
Re-run pgindent to fix breakage when exceeding 150 'else if' clauses.
Cosmetic fix only.
Tags:
REL8_1_STABLE
Modified Files:
--
pgsql/src/bin/psql:
tab-complete.c (r1.138 -> r1.138.2.1)
(http://developer.postgresql.org/cvsweb.cgi/pgs
Log Message:
---
Prevent ExecInsert() and ExecUpdate() from scribbling on the result tuple
slot of the topmost plan node when a trigger returns a modified tuple.
These appear to be the only places where a plan node's caller did not
treat the result slot as read-only, which is an assumption
Log Message:
---
Prevent ExecInsert() and ExecUpdate() from scribbling on the result tuple
slot of the topmost plan node when a trigger returns a modified tuple.
These appear to be the only places where a plan node's caller did not
treat the result slot as read-only, which is an assumption
Log Message:
---
Add db:methodname to elements and style changes.
Stop using small caps for emphasis, use italics.(looks better)
Add a 1em padding to the html element(right and left), giving the document a
visible margin from the window borders when the window is fairly shrunk.
Modified
Log Message:
---
Remove usage of ArrayType->flags field, use pgsql's macros BITS_PER_BYTE instead
of self-defined macros, add limit of Array to gist__int_ops. BTW, intarray now
doesn't support NULLs in arrays.
Modified Files:
--
pgsql/contrib/intarray:
_int.h (r1.5
Log Message:
---
Use postgres-wide macros BITS_PER_BYTE instead self-definenig macros, also use
it for calculating bit length of TPQTGist
Modified Files:
--
pgsql/contrib/tsearch2:
gistidx.h (r1.4 -> r1.5)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/
Teodor Sigaev <[EMAIL PROTECTED]> writes:
>> I don't much care for the hard-wired
>> assumption about the size of TPQTGist either ...
> typedef uint64 TPQTGist;
> What is your doubt? You suggest to use sizeof(TPQTGist)*BIT_PER_BYTE?
Yeah. It'll make the code easier to adapt to a machine withou
query_gist.c: In function `sizebitvec':
query_gist.c:203: warning: control reaches end of non-void function
Fixed
Looking at the code, gcc is right to complain --- if this is working for
you it's only accidental.
It works because index tree was correct but was very far from optimal.
I do
Log Message:
---
fix returning value
Modified Files:
--
pgsql/contrib/tsearch2:
query_gist.c (r1.1 -> r1.2)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/tsearch2/query_gist.c.diff?r1=1.1&r2=1.2)
---(end of broadcast)---
29 matches
Mail list logo