Log Message:
---
Fix infinite loop while checking of partial match in pending list.
Improve comments. Now GIN-indexable operators should be strict.
Per Tom's questions/suggestions.
Modified Files:
--
pgsql/src/backend/access/gin:
ginget.c (r1.24 -> r1.25)
(
Log Message:
---
Change EXPLAIN output so that subplans and initplans (particularly CTEs)
are individually labeled, rather than just grouped under an "InitPlan"
or "SubPlan" heading. This in turn makes it possible for decompilation of
a subplan reference to usefully identify which subplan
Log Message:
---
applied [#1010529] Error in normalize for bigint (or numeric) numbers (length >
10) by Oleg Serov
Modified Files:
--
pgfouine:
ChangeLog (r1.77 -> r1.78)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/ChangeLog.diff?r1=1.77
Log Message:
---
applied a patch from Max Valjanski to support large pids on 64 bits servers
Modified Files:
--
pgfouine:
ChangeLog (r1.78 -> r1.79)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/ChangeLog.diff?r1=1.78&r2=1.79)
pgfouine/
Log Message:
---
Make ExecInitExpr build the list of SubPlans found in a plan tree in order
of discovery, rather than reverse order. This doesn't matter functionally
(I suppose the previous coding dates from the time when lcons was markedly
cheaper than lappend). However now that EXPLAIN
Log Message:
---
applied a patch from Steve Woodcock to fix a long standing problem resulting in
leading "statement: " in the query text for some queries
Modified Files:
--
pgfouine:
ChangeLog (r1.79 -> r1.80)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/p
Log Message:
---
Change cardinality() into a C-code function, instead of a SQL-language
alias for array_length(v,1). The efficiency gain here is doubtless
negligible --- what I'm interested in is making sure that if we have
second thoughts about the definition, we will not have to force a
Log Message:
---
Remove trailing dashes for 4 charactor or more words.
Modified Files:
--
textsearch-ja:
encoding_eucjp.c (r1.5 -> r1.6)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/textsearch-ja/textsearch-ja/encoding_eucjp.c.diff?r1=1.5&r2=1.6)
e