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
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
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)
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
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)
[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
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
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
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)
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
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
11 matches
Mail list logo