Log Message:
---
Add URL for:
o Allow pg_hba.conf to specify host names along with IP addresses
> http://archives.postgresql.org/pgsql-hackers/2008-06/msg00569.php
Modified Files:
--
pgsql/doc:
TODO (r1.2466 -> r1.2467)
(http://anoncvs.post
Log Message:
---
Improve our #include situation by moving pointer types away from the
corresponding struct definitions. This allows other headers to avoid including
certain highly-loaded headers such as rel.h and relscan.h, instead using just
relcache.h, heapam.h or genam.h, which are more
Log Message:
---
Fix compiler warning introduced by recent patch. Tsk tsk.
Modified Files:
--
pgsql/src/backend/utils/mb:
mbutils.c (r1.72 -> r1.73)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/mb/mbutils.c?r1=1.72&r2=1.73)
--
Sent v
Log Message:
---
Improve error reporting for problems in text search configuration files
by installing an error context subroutine that will provide the file name
and line number for all errors detected while reading a config file.
Some of the reader routines were already doing that in an a
Log Message:
---
Improve error reporting for problems in text search configuration files
by installing an error context subroutine that will provide the file name
and line number for all errors detected while reading a config file.
Some of the reader routines were already doing that in an a
Log Message:
---
Move wchar2char() and char2wchar() from tsearch into /mb to be easier to
use for other modules; also move pnstrdup().
Clean up code slightly.
Modified Files:
--
pgsql/src/backend/tsearch:
ts_locale.c (r1.8 -> r1.9)
(http://anoncvs.postgre
Log Message:
---
Fix a few typos in the DTrace docs. Patch from Euler Taveira de Oliveira,
along with an additional typo I noticed along the way.
Modified Files:
--
pgsql/doc/src/sgml:
monitoring.sgml (r1.59 -> r1.60)
(http://anoncvs.postgresql.org/cvsweb.c