[COMMITTERS] pgsql: Replace plain-memory ordered array by binary tree in ts_stat()

2008-11-17 Thread Teodor Sigaev
Log Message: --- Replace plain-memory ordered array by binary tree in ts_stat() function. Performance is increased from 50% up to 10^3 times depending on data. Modified Files: -- pgsql/src/backend/utils/adt: tsvector_op.c (r1.17 -> r1.18) (http://anoncvs.po

[COMMITTERS] pgsql: Document that Bucardo is an example of mulit-master replication

2008-11-17 Thread Bruce Momjian
Log Message: --- Document that Bucardo is an example of mulit-master replication with conflict resolution. Modified Files: -- pgsql/doc/src/sgml: high-availability.sgml (r1.32 -> r1.33) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/high-avail

[COMMITTERS] libpqtypes - libpqtypes: fixed some problems in configure.ac and

2008-11-17 Thread User Achernow
Log Message: --- fixed some problems in configure.ac and Makefile.am Modified Files: -- libpqtypes: Makefile.am (r1.8 -> r1.9) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/Makefile.am.diff?r1=1.8&r2=1.9) configure.ac (r1.8 -> r

[COMMITTERS] libpqtypes - libpqtypes: missing backslash at end of line in

2008-11-17 Thread User Achernow
Log Message: --- missing backslash at end of line in Makefile.am, fixed comment in error.c, remove TLS macro from configure.ac Modified Files: -- libpqtypes: Makefile.am (r1.9 -> r1.10) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/Mak

[COMMITTERS] libpqtypes - libpqtypes: fixed regression test, hpux misisng LLONG_MAX

2008-11-17 Thread User Achernow
Log Message: --- fixed regression test, hpux misisng LLONG_MAX and LLONG_MIN Modified Files: -- libpqtypes/src: regression-test.c (r1.6 -> r1.7) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/src/regression-test.c.diff?r1=1.6&r2=1.7) --