[COMMITTERS] pgsql: Add \x hex support to ecpg strings.

2005-06-15 Thread Bruce Momjian
Log Message: --- Add \x hex support to ecpg strings. This just passes them to the backend. Modified Files: -- pgsql/src/interfaces/ecpg/preproc: pgc.l (r1.135 -> r1.136) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/preproc/pgc.l.di

[COMMITTERS] pgsql: Move SYMMETRIC/ASYMMETRIC to reserved words to avoid shift/reduce

2005-06-15 Thread Bruce Momjian
Log Message: --- Move SYMMETRIC/ASYMMETRIC to reserved words to avoid shift/reduce conflicts. Modified Files: -- pgsql/src/backend/parser: gram.y (r2.493 -> r2.494) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/parser/gram.y.diff?r1=2.493&r2

[COMMITTERS] docbot - docbot: Ability to control config from IRC.

2005-06-15 Thread User Pjmodos
Log Message: --- Ability to control config from IRC. Fixed bug in config module. Modified Files: -- docbot: config.pm (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/docbot/docbot/config.pm.diff?r1=1.1&r2=1.2) docbot.pl (r1.44 -> r1.45)

[COMMITTERS] pgsql: Improve comment wording.

2005-06-15 Thread Bruce Momjian
Log Message: --- Improve comment wording. Modified Files: -- pgsql/src/backend/parser: scan.l (r1.124 -> r1.125) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/parser/scan.l.diff?r1=1.124&r2=1.125) ---(end of broadcas

[COMMITTERS] pgsql: Improve hash method for bitmapsets: some examination of actual

2005-06-15 Thread Tom Lane
Log Message: --- Improve hash method for bitmapsets: some examination of actual outputs shows that adding a circular shift between words greatly improves the distribution of hash outputs. Modified Files: -- pgsql/src/backend/nodes: bitmapset.c (r1.8 -> r1.9)

Re: [COMMITTERS] pgsql: Add BETWEEN SYMMETRIC.

2005-06-15 Thread Tom Lane
[EMAIL PROTECTED] (Bruce Momjian) writes: > Add BETWEEN SYMMETRIC. $ make bison -y -d gram.y conflicts: 4 shift/reduce This is absolutely unacceptable. regards, tom lane ---(end of broadcast)--- TIP 7: don't forget to incr

Re: [COMMITTERS] pgsql: Add pg_postmaster_start_time() function.

2005-06-15 Thread Tom Lane
Neil Conway <[EMAIL PROTECTED]> writes: > Bruce Momjian wrote: >> Add pg_postmaster_start_time() function. > You should have bumped the catversion, no? Probably, but it's not essential since nothing depends on that pg_proc entry being there. If, for instance, he'd added a regression test using i

[COMMITTERS] pgsql: Fix display of database name during autovacuum.

2005-06-15 Thread Bruce Momjian
Log Message: --- Fix display of database name during autovacuum. Cosimo Streppone Modified Files: -- pgsql/contrib/pg_autovacuum: pg_autovacuum.c (r1.34 -> r1.35) (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pg_autovacuum/pg_autovacuum.c.diff

[COMMITTERS] pgsql: Update catalog version for recent function additions.

2005-06-15 Thread Bruce Momjian
Log Message: --- Update catalog version for recent function additions. Modified Files: -- pgsql/src/include/catalog: catversion.h (r1.275 -> r1.276) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/catalog/catversion.h.diff?r1=1.275&r2=1.276)

Re: [COMMITTERS] pgsql: Add pg_postmaster_start_time() function.

2005-06-15 Thread Bruce Momjian
Neil Conway wrote: > Bruce Momjian wrote: > > Add pg_postmaster_start_time() function. > > You should have bumped the catversion, no? Yes, thanks, done. -- Bruce Momjian| http://candle.pha.pa.us [email protected] | (610) 359-1001 + If your lif

[COMMITTERS] pgsql: Change the implementation of hash join to attempt to avoid

2005-06-15 Thread Neil Conway
Log Message: --- Change the implementation of hash join to attempt to avoid unnecessary work if either of the join relations are empty. The logic is: (1) if the inner relation's startup cost is less than the outer relation's startup cost and this is not an outer join, read a single