[COMMITTERS] mysqlcompat - mysqlcompat: Reformat mathematical functions to adhere to

2005-12-07 Thread User Chriskl
Log Message: --- Reformat mathematical functions to adhere to coding standrards. Fix uninstall script. Modified Files: -- mysqlcompat: mathematical.sql (r1.4 -> r1.5) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/mysqlcompat/mysqlcompat/mathematical.sql.di

[COMMITTERS] mysqlcompat - mysqlcompat: commit correct version of crc32()

2005-12-07 Thread User Swm
Log Message: --- commit correct version of crc32() Modified Files: -- mysqlcompat: mathematical.sql (r1.3 -> r1.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/mysqlcompat/mysqlcompat/mathematical.sql.diff?r1=1.3&r2=1.4) ---(end of

[COMMITTERS] mysqlcompat - mysqlcompat: Implement CRC32.

2005-12-07 Thread User Swm
Log Message: --- Implement CRC32. Passes basic tests against mysql 5.0.15 Modified Files: -- mysqlcompat: mathematical.sql (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/mysqlcompat/mysqlcompat/mathematical.sql.diff?r1=1.2&r2=1.3)

[COMMITTERS] pgsnmpd - pgsnmpd: Imported Sources

2005-12-07 Thread User H-saito
Update of /cvsroot/pgsnmpd/pgsnmpd In directory pgfoundry.org:/tmp/cvs-serv50526 Log Message: pgsnmpd Status: Vendor Tag: PGSNMPD Release Tags: VER_0_1 N pgsnmpd/pgsnmpd.c N pgsnmpd/TODO.txt N pgsnmpd/README.pgsnmpd N pgsnmpd/Makefile N pgsnmpd/pgsnmpd.conf N pgsnmpd/KNOWN

[COMMITTERS] wikipedia - wikipgedia: BUG#1000473 - Make the check on rc_timestamp

2005-12-07 Thread User Xzilla
Log Message: --- BUG#1000473 - Make the check on rc_timestamp conditional to handle when days = 0. timestamp = '' is a my$qlism. Modified Files: -- wikipgedia/includes: SpecialWatchlist.php (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/wikip

[COMMITTERS] pgsql: Push the responsibility for handling ignore_killed_tuples down

2005-12-07 Thread Tom Lane
Log Message: --- Push the responsibility for handling ignore_killed_tuples down into _bt_checkkeys(), instead of checking it in the top-level nbtree.c routines as formerly. This saves a little bit of loop overhead, but more importantly it lets us skip performing the index key comparisons f

[COMMITTERS] pgsql: A couple of tiny performance hacks in _bt_step().

2005-12-07 Thread Tom Lane
Log Message: --- A couple of tiny performance hacks in _bt_step(). Remove PageIsEmpty checks, which were once needed because PageGetMaxOffsetNumber would fail on empty pages, but are now just redundant. Also, don't set up local variables that aren't needed in the fast path --- most of the

[COMMITTERS] pgsql: Update: < at initdb time or optionally later.

2005-12-07 Thread Bruce Momjian
Log Message: --- Update: < at initdb time or optionally later. > at initdb time or optionally later. Consider O_SYNC when > O_DIRECT exists. Modified Files: -- pgsql/doc: TODO (r1.1717 -> r1.1718) (http://developer.postgresql.org/cvsweb.cgi/pgsql/do

[COMMITTERS] pgsql: Fix incorrect SPI example, per Yoshihisa Nakano.

2005-12-07 Thread Tom Lane
Log Message: --- Fix incorrect SPI example, per Yoshihisa Nakano. Tags: REL8_1_STABLE Modified Files: -- pgsql/doc/src/sgml: spi.sgml (r1.43 -> r1.43.2.1) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/spi.sgml.diff?r1=1.43&r2=1.43.2.1

[COMMITTERS] pgsql: Fix incorrect SPI example, per Yoshihisa Nakano.

2005-12-07 Thread Tom Lane
Log Message: --- Fix incorrect SPI example, per Yoshihisa Nakano. Modified Files: -- pgsql/doc/src/sgml: spi.sgml (r1.43 -> r1.44) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/spi.sgml.diff?r1=1.43&r2=1.44) ---(end

[COMMITTERS] pgsql: Fix a couple of lingering references to POSTQUEL query syntax,

2005-12-07 Thread Tom Lane
Log Message: --- Fix a couple of lingering references to POSTQUEL query syntax, per Simon. Modified Files: -- pgsql/src/backend/executor: execProcnode.c (r1.51 -> r1.52) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/executor/execProcnode.c.d

[COMMITTERS] pgsql: Spell "explicitly" correctly, per Simon.

2005-12-07 Thread Tom Lane
Log Message: --- Spell "explicitly" correctly, per Simon. Modified Files: -- pgsql/src/include/nodes: parsenodes.h (r1.297 -> r1.298) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/nodes/parsenodes.h.diff?r1=1.297&r2=1.298) pgsql/src/test

[COMMITTERS] pgsql: Improve lazy vacuum wording.

2005-12-07 Thread Bruce Momjian
Log Message: --- Improve lazy vacuum wording. Tags: REL8_1_STABLE Modified Files: -- pgsql/doc/src/sgml: maintenance.sgml (r1.51.2.1 -> r1.51.2.2) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/maintenance.sgml.diff?r1=1.51.2.1&r2=1.51

[COMMITTERS] pgsql: Improve lazy vacuum wording.

2005-12-07 Thread Bruce Momjian
Log Message: --- Improve lazy vacuum wording. Modified Files: -- pgsql/doc/src/sgml: maintenance.sgml (r1.52 -> r1.53) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/maintenance.sgml.diff?r1=1.52&r2=1.53) ---(end of

[COMMITTERS] pgsql: Fix small memory leak

2005-12-07 Thread Teodor Sigaev
Log Message: --- Fix small memory leak Modified Files: -- pgsql/contrib/tsearch2/wordparser: parser.c (r1.6 -> r1.7) (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/tsearch2/wordparser/parser.c.diff?r1=1.6&r2=1.7) ---(end

[COMMITTERS] pgsql: Improve word parser.

2005-12-07 Thread Teodor Sigaev
Log Message: --- Improve word parser. - allow ~ in filenames - -8.2.1 now is '-' and '8.2.1' instead of '-8.2' '.' '3' - '.text' now is not a file Modified Files: -- pgsql/contrib/tsearch2/wordparser: parser.c (r1.5 -> r1.6) (http://developer.postgresql.

[COMMITTERS] mysqlcompat - mysqlcompat: Remove erroneous section

2005-12-07 Thread User Chriskl
Log Message: --- Remove erroneous section Modified Files: -- mysqlcompat: README (r1.6 -> r1.7) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/mysqlcompat/mysqlcompat/README.diff?r1=1.6&r2=1.7) ---(end of broadcast)---