Log Message:
---
Fix typo in typecasting.
patch from ITAGAKI Takahiro <[EMAIL PROTECTED]>
Modified Files:
--
pgsql/src/backend/utils/adt:
tsrank.c (r1.6 -> r1.7)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/tsrank.c?r1=1.6&r2=1.
Log Message:
---
reorganized the files, added a stub file for the gist ops.
Modified Files:
--
temporal:
Makefile (r1.1.1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/temporal/temporal/Makefile.diff?r1=1.1.1.1&r2=1.2)
t_types.sql (r1.1.1.
Update of /cvsroot/temporal/temporal/src
In directory pgfoundry.org:/tmp/cvs-serv47222/src
Log Message:
Directory /cvsroot/temporal/temporal/src added to the repository
---(end of broadcast)---
TIP 7: You can help support the PostgreSQL project by
Log Message:
---
Added a few html pages
Added Files:
---
temporal/docs/html:
abstract.html (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/temporal/temporal/docs/html/abstract.html?rev=1.1&content-type=text/x-cvsweb-markup)
index.dist.html (r1.1)
Log Message:
---
removed the old svn directories that never should have been there
Removed Files:
-
temporal/.svn:
entries
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/temporal/temporal/.svn/entries)
format
(http://cvs.pgfoundry.org/cgi-bin
Log Message:
---
Update Japanese FAQ, backpatch.
Jun Kuwamura
Tags:
REL8_2_STABLE
Modified Files:
--
pgsql/doc:
FAQ_AIX (r1.19.2.9 -> r1.19.2.10)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/FAQ_AIX?r1=1.19.2.9&r2=1.19.2.10)
FAQ_HPUX
Log Message:
---
Update Japanese FAQ, backpatch.
Jun Kuwamura
Modified Files:
--
pgsql/doc:
FAQ_japanese (r1.42 -> r1.43)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/FAQ_japanese?r1=1.42&r2=1.43)
pgsql/doc/src/FAQ:
FAQ_japanese.html (
Log Message:
---
Fix a memory leak in the autovacuum launcher code. Noted by Darcy Buskermolen,
who reported it privately to me.
Modified Files:
--
pgsql/src/backend/postmaster:
autovacuum.c (r1.57 -> r1.58)
(http://developer.postgresql.org/cvsweb.cgi/pgsq
Log Message:
---
Redefine the lp_flags field of item pointers as having four states, rather
than two independent bits (one of which was never used in heap pages anyway,
or at least hadn't been in a very long time). This gives us flexibility to
add the HOT notions of redirected and dead ite
Log Message:
---
Perform post-escaping encoding validity checks on SQL literals and COPY input
so that invalidly encoded data cannot enter the database by these means.
Modified Files:
--
pgsql/src/backend/commands:
copy.c (r1.286 -> r1.287)
(http://develope
Tom Lane wrote:
> [EMAIL PROTECTED] (Alvaro Herrera) writes:
> > Release the exclusive lock on the table early after truncating it in lazy
> > vacuum, instead of waiting till commit.
>
> Weren't you going to disable vacuum_delay in that stretch of code, too?
I forgot to mention that I had patched
Log Message:
---
Make REINDEX DATABASE silently skip remote temp tables.
Per report from bitsandbytes88 hotmail.com and subsequent discussion.
This is a back patch of a patch committed yesterday to CLUSTER and REINDEX.
REINDEX only processes user indexes as of 8.1, so we needn't backpatc
Log Message:
---
Whitespace improvement.
Modified Files:
--
pgsql/src/tools:
RELEASE_CHANGES (r1.76 -> r1.77)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/tools/RELEASE_CHANGES?r1=1.76&r2=1.77)
---(end of broadcast)
Log Message:
---
Modified Files:
--
jdbccache/wrapper-jdbc/src/main/java/org/postgresql/wrapper:
Driver.java (r1.3 -> r1.4)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/jdbccache/jdbccache/wrapper-jdbc/src/main/java/org/postgresql/wrapper/Driver.java.diff?
Log Message:
---
Modified Files:
--
jdbccache/wrapper-jdbc4/src/main/java/org/postgresql/wrapper/jdbc4:
WrapperDataSource.java (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/jdbccache/jdbccache/wrapper-jdbc4/src/main/java/org/postgresql/wrappe
Log Message:
---
Fix the database-wide version of CLUSTER to silently skip temp tables of
remote sessions, instead of erroring out in the middle of the operation.
This is a backpatch of a previous fix applied to CLUSTER to HEAD and 8.2, all
the way back that it is relevant to.
Tags:
Log Message:
---
Fix the database-wide version of CLUSTER to silently skip temp tables of
remote sessions, instead of erroring out in the middle of the operation.
This is a backpatch of a previous fix applied to CLUSTER to HEAD and 8.2, all
the way back that it is relevant to.
Tags:
Log Message:
---
Fix the database-wide version of CLUSTER to silently skip temp tables of
remote sessions, instead of erroring out in the middle of the operation.
This is a backpatch of a previous fix applied to CLUSTER to HEAD and 8.2, all
the way back that it is relevant to.
Tags:
Log Message:
---
Revert ill-starred change to ICC anti-aliasing switches. Per
Jeremy Drake.
Modified Files:
--
pgsql:
configure.in (r1.525 -> r1.526)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.in?r1=1.525&r2=1.526)
configure (r1.55
Log Message:
---
Install dictionary sample files.
Per buildfarm and Teodor.
Modified Files:
--
pgsql/src/tools/msvc:
Install.pm (r1.18 -> r1.19)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/tools/msvc/Install.pm?r1=1.18&r2=1.19)
--
Log Message:
---
Start the postmaster service with the -w option to ensure that we only report
running status to the service control manager when we're actually ready to
accept connections.
Modified Files:
--
pginst/wxs:
pginst.wxs (r1.211 -> r1.212)
(htt
Log Message:
---
Start the postmaster service with the -w option to ensure that we only report
running status to the service control manager when we're actually ready to
accept connections.
Tags:
REL8_2_STABLE
Modified Files:
--
pginst/wxs:
pginst.wxs (r1.18
Log Message:
---
remove too paranoid fd cleanup
Modified Files:
--
pgbouncer/src:
main.c (r1.16 -> r1.17)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/src/main.c.diff?r1=1.16&r2=1.17)
system.h (r1.4 -> r1.5)
(http://cvs.
Log Message:
---
Release prep
Tags:
REL8_2_STABLE
Modified Files:
--
pginst/package:
README.TXT (r1.4.2.4 -> r1.4.2.5)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/package/README.TXT.diff?r1=1.4.2.4&r2=1.4.2.5)
Log Message:
---
proper login log
Modified Files:
--
pgbouncer/src:
client.c (r1.15 -> r1.16)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/src/client.c.diff?r1=1.15&r2=1.16)
---(end of broadcast)-
Log Message:
---
Release prep
Tags:
REL8_1_STABLE
Modified Files:
--
pginst/package:
README.TXT (r1.1.4.12 -> r1.1.4.13)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/package/README.TXT.diff?r1=1.1.4.12&r2=1.1.4.13)
Log Message:
---
larger SMALL_PKT
Modified Files:
--
pgbouncer/src:
sbuf.c (r1.16 -> r1.17)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/src/sbuf.c.diff?r1=1.16&r2=1.17)
---(end of broadcast)-
Log Message:
---
Release prep
Tags:
REL8_0_STABLE
Modified Files:
--
pginst/package:
README.TXT (r1.1.2.13 -> r1.1.2.14)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/package/README.TXT.diff?r1=1.1.2.13&r2=1.1.2.14)
upgrade.b
Log Message:
---
JDBC driver update
Tags:
REL8_2_STABLE
Modified Files:
--
pginst/wxs:
pginst.wxs (r1.182.2.5 -> r1.182.2.6)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/wxs/pginst.wxs.diff?r1=1.182.2.5&r2=1.182.2.6)
--
Log Message:
---
JDBC driver update
Tags:
REL8_0_STABLE
Modified Files:
--
pginst/wxs:
pginst.wxs (r1.116.2.6 -> r1.116.2.7)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/wxs/pginst.wxs.diff?r1=1.116.2.6&r2=1.116.2.7)
--
Log Message:
---
JDBC driver update
Tags:
REL8_1_STABLE
Modified Files:
--
pginst/wxs:
pginst.wxs (r1.156.2.6 -> r1.156.2.7)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/wxs/pginst.wxs.diff?r1=1.156.2.6&r2=1.156.2.7)
--
Log Message:
---
fix check for authfile changes
silly typo made pgbouncer reload users list on each full_maint (3x per sec)
catched by hubert depesz lubaczewski.
Tags:
pgbouncer_1_0_stable
Modified Files:
--
pgbouncer/src:
loader.c (r1.1.1.1 -> r1.1.1.1.2.1)
Log Message:
---
fix check for authfile changes
silly typo made pgbouncer reload users list on each full_maint (3x per sec)
catched by hubert depesz lubaczewski.
Modified Files:
--
pgbouncer/src:
loader.c (r1.6 -> r1.7)
(http://cvs.pgfoundry.org/cgi-bin/c
Nice, I played around that myself as well today. I tried to use
Bitmapsets, instead of bool arrays, but that turned out to be
significantly slower than the way it used to be. It looks like that
bool-array method isn't, so that's good.
Yeah, hope so.
Increasing the length field in QueryOperand d
34 matches
Mail list logo