Log Message:
---
First go at documenting what I've done so far
Added Files:
---
pllolcode:
DOC (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pllolcode/pllolcode/DOC?rev=1.1&content-type=text/x-cvsweb-markup)
---(end of broadcast)-
Log Message:
---
Improve README
Modified Files:
--
pllolcode:
README (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pllolcode/pllolcode/README.diff?r1=1.1&r2=1.2)
---(end of broadcast)---
TIP 5:
Log Message:
---
Fix two-argument form of ts_rewrite() so it actually works for cases where
a later rewrite rule should change a subtree modified by an earlier one.
Per my gripe of a few days ago.
Modified Files:
--
pgsql/src/backend/utils/adt:
tsquery_rewrite.c (r1
Log Message:
---
Fix several bugs in tsvectorin, including crash due to uninitialized field and
miscomputation of required palloc size. The crash could only occur if the
input contained lexemes both with and without positions, which is probably not
common in practice. The miscomputation w
Log Message:
---
Clarify example of planner cost computation, per a suggestion from
James Shaw. Also update a couple of examples to reflect 8.3's improved
plan-printing code.
Modified Files:
--
pgsql/doc/src/sgml:
perform.sgml (r1.65 -> r1.66)
(http://deve
Log Message:
---
Adjust ts_debug's output as per my proposal of yesterday: show the
active dictionary and its output lexemes as separate columns, instead
of smashing them into one text column, and lowercase the column names.
Also, define the output rowtype using OUT parameters instead of a
Log Message:
---
Be careful to get share lock on each page before computing its free space.
ITAGAKI Takahiro
Modified Files:
--
pgsql/contrib/pgstattuple:
pgstattuple.c (r1.30 -> r1.31)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pgstattuple/p
Log Message:
---
Remove an Assert that's been obsoleted by recent changes in the parsetree
representation of DECLARE CURSOR. Report and fix by Heikki.
Modified Files:
--
pgsql/src/backend/optimizer/prep:
prepunion.c (r1.143 -> r1.144)
(http://developer.pos
Log Message:
---
Modified Files:
--
pgtreelib/src/main:
traversal_group.psql (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgtreelib/pgtreelib/src/main/traversal_group.psql.diff?r1=1.2&r2=1.3)
crud_node.psql (r1.4 -> r1.5)
(h
Log Message:
---
Modified Files:
--
pgtreelib/src/main:
crud_node.psql (r1.3 -> r1.4)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgtreelib/pgtreelib/src/main/crud_node.psql.diff?r1=1.3&r2=1.4)
types.psql (r1.2 -> r1.3)
(http://cvs.pgfoun
Log Message:
---
Increase FD_SETSIZE on Win32 to allow for more than 54 clients.
Per Greg Stark & Dave Page
Modified Files:
--
pgsql/contrib/pgbench:
pgbench.c (r1.72 -> r1.73)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pgbench/pgbench.c?r1=
11 matches
Mail list logo