Log Message:
---
code still tried to close fd, fix and clean up
Modified Files:
--
pgbouncer/src:
util.c (r1.15 -> r1.16)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/src/util.c.diff?r1=1.15&r2=1.16)
---(end of b
Log Message:
---
todo update
Modified Files:
--
pgbouncer/doc:
todo.txt (r1.16 -> r1.17)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/doc/todo.txt.diff?r1=1.16&r2=1.17)
---(end of broadcast)--
Log Message:
---
hack to use [,] in regex
Modified Files:
--
pgbouncer:
configure.ac (r1.17 -> r1.18)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/configure.ac.diff?r1=1.17&r2=1.18)
---(end of broadcast)-
Log Message:
---
new libevent wants clock_gettime() in -lrt
Modified Files:
--
pgbouncer:
configure.ac (r1.16 -> r1.17)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/configure.ac.diff?r1=1.16&r2=1.17)
---(end of b
Log Message:
---
dont close logfile on first load
Modified Files:
--
pgbouncer/src:
main.c (r1.15 -> r1.16)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/src/main.c.diff?r1=1.15&r2=1.16)
---(end of broadcast)-
Log Message:
---
Add turkish stopword list. Thanks to Devrim GUNDUZ <[EMAIL PROTECTED]>
Added Files:
---
pgsql/src/backend/snowball/stopwords:
turkish.stop (r1.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/snowball/stopwords/turkish.stop?rev=
Log Message:
---
Fix indefinit loop in rank_cd for some corner queries.
Per Daniele Varrazzo <[EMAIL PROTECTED]> bug report.
Tags:
REL8_2_STABLE
Modified Files:
--
pgsql/contrib/tsearch2:
rank.c (r1.20.2.1 -> r1.20.2.2)
(http://developer.postgresql.or
Log Message:
---
Improving various checks by Heikki Linnakangas <[EMAIL PROTECTED]>
- add code to check that the query tree is well-formed. It was indeed
possible to send malformed queries in binary mode, which produced all
kinds of strange results.
- make the left-field a uint32. The
Log Message:
---
Improvements from Heikki Linnakangas <[EMAIL PROTECTED]>
- change the alignment requirement of lexemes in TSVector slightly.
Lexeme strings were always padded to 2-byte aligned length to make sure
that if there's position array (uint16[]) it has the right alignment.
The p
Log Message:
---
Improve page split in rtree emulation. Now if splitted result has
big misalignement, then it tries to split page basing on distribution
of boxe's centers.
Per report from Dolafi, Tom <[EMAIL PROTECTED]>
Backpatch is needed, change doesn't affect on-disk storage.
Modi
Log Message:
---
Improve page split in rtree emulation. Now if splitted result has
big misalignement, then it tries to split page basing on distribution
of boxe's centers.
Per report from Dolafi, Tom <[EMAIL PROTECTED]>
Backpatch is needed, changes doesn't affect on-disk storage.
Tag
Log Message:
---
Improve page split in rtree emulation. Now if splitted result has
big misalignement, then it tries to split page basing on distribution
of boxe's centers.
Per report from Dolafi, Tom <[EMAIL PROTECTED]>
Tags:
REL8_1_STABLE
Modified Files:
--
pgsql/
Log Message:
---
mention loglived logfd
Modified Files:
--
pgbouncer:
NEWS (r1.16 -> r1.17)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/NEWS.diff?r1=1.16&r2=1.17)
---(end of broadcast)---
Log Message:
---
Refactoring by Heikki Linnakangas <[EMAIL PROTECTED]> with
small editorization by me
- Brake the QueryItem struct into QueryOperator and QueryOperand.
Type was really the only common field between them. QueryItem still
exists, and is used in the TSQuery struct as bef
Log Message:
---
remove track_parameters knob, no good usage scenario
Modified Files:
--
pgbouncer/src:
objects.c (r1.22 -> r1.23)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/src/objects.c.diff?r1=1.22&r2=1.23)
main.c (r1.14 ->
Log Message:
---
older asciidoc prints ver into stderr
Modified Files:
--
pgbouncer:
configure.ac (r1.15 -> r1.16)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/configure.ac.diff?r1=1.15&r2=1.16)
---(end of broadc
Log Message:
---
Add Hash thread URL:
> http://archives.postgresql.org/pgsql-hackers/2007-09/msg00051.php
Modified Files:
--
pgsql/doc:
TODO (r1.2212 -> r1.2213)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO?r1=1.2212&r2=1.2213)
pgsql/do
Log Message:
---
typo fix
Modified Files:
--
jdbccache/wrapper-jdbc4/src/main/java/org/postgresql/wrapper/jdbc4:
WrapperConnection.java (r1.1.1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/jdbccache/jdbccache/wrapper-jdbc4/src/main/java/org/postg
Update of
/cvsroot/jdbccache/jdbccache/wrapper-jdbc4a/src/main/java/org/postgresql/wrapper/jdbc4a
In directory
pgfoundry.org:/tmp/cvs-serv35658/src/main/java/org/postgresql/wrapper/jdbc4a
Log Message:
Directory
/cvsroot/jdbccache/jdbccache/wrapper-jdbc4a/src/main/java/org/postgresql/wrapper/jdb
Update of
/cvsroot/jdbccache/jdbccache/wrapper-jdbc4a/src/main/java/org/postgresql/wrapper
In directory
pgfoundry.org:/tmp/cvs-serv35658/src/main/java/org/postgresql/wrapper
Log Message:
Directory
/cvsroot/jdbccache/jdbccache/wrapper-jdbc4a/src/main/java/org/postgresql/wrapper
added to the rep
Log Message:
---
type in package name
Removed Files:
-
jdbccache/wrapper-jdbc4a/src/main/java/org/postgresql/wrapepr/jdbc4a:
AbstractWrapperConnection.java
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/jdbccache/jdbccache/wrapper-jdbc4a/src/main/java/org/pos
Log Message:
---
Added Files:
---
jdbccache/wrapper-jdbc4a/src/main/java/org/postgresql/wrapper/jdbc4a:
AbstractWrapperPreparedStatement.java (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/jdbccache/jdbccache/wrapper-jdbc4a/src/main/java/org/postgresql/wr
Log Message:
---
Don't take ProcArrayLock while exiting a transaction that has no XID; there is
no need for serialization against snapshot-taking because the xact doesn't
affect anyone else's snapshot anyway. Per discussion. Also, move various
info about the interlocking of transactions a
23 matches
Mail list logo