Log Message:
---
Propagate Magnus' fix for Windows snowball build into Makefile.cygwin.
Modified Files:
--
pgsql/src/makefiles:
Makefile.cygwin (r1.9 -> r1.10)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/makefiles/Makefile.cygwin?r1=1.9&r2=1.10)
Log Message:
---
Fix cut-n-paste-o.
Modified Files:
--
pgsql/doc/src/sgml/ref:
alter_tsconfig.sgml (r1.2 -> r1.3)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/alter_tsconfig.sgml?r1=1.2&r2=1.3)
---(end of broad
Log Message:
---
Fix VPATH-build problem in new tsearch makefile, per Chad Wagner.
Modified Files:
--
pgsql/src/backend/tsearch:
Makefile (r1.1 -> r1.2)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/tsearch/Makefile?r1=1.1&r2=1.2)
-
Update of /cvsroot/temporal/temporal
In directory pgfoundry.org:/tmp/cvs-serv31324
Log Message:
initial import
Status:
Vendor Tag: jdavis
Release Tags: start
N temporal/t_types.sql
N temporal/t_types.c
N temporal/Makefile
N temporal/.svn/entries
N temporal/.svn/format
N te
Log Message:
---
Remove option to change parser of an existing text search configuration.
This prevents needing to do complex and poorly-defined updates of the
mapping table if the new parser has different token types than the old.
Per discussion.
Modified Files:
--
pgsql/d
Log Message:
---
Whoops, missed updating dsynonym_init for new dictionary parameter method.
Modified Files:
--
pgsql/src/backend/tsearch:
dict_synonym.c (r1.1 -> r1.2)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/tsearch/dict_synonym.c?r1=1
Log Message:
---
Add MIB stuff for pg_aggregate, move pg_class and pg_aggregate files into a new
directory
Added Files:
---
pgsnmpd/pgsql_mib_pieces:
pg_aggregate.mib (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/pgsql_mib_pieces/pg_aggre
Update of /cvsroot/pgsnmpd/pgsnmpd/pgsql_mib_pieces
In directory pgfoundry.org:/tmp/cvs-serv15122/pgsql_mib_pieces
Log Message:
Directory /cvsroot/pgsnmpd/pgsnmpd/pgsql_mib_pieces added to the repository
---(end of broadcast)---
TIP 9: In versions
Log Message:
---
Fix MIB writer so it works well enough, create definition for (v 8.2.4)
pg_class table. This check-in also includes the generated MIB.
Modified Files:
--
pgsnmpd:
pgsqlMibWriter.pl (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cg
Log Message:
---
Make \dFt and \dFt+ do something different --- omitting the function
names in the former case seems more consistent with the behavior of
other \dF commands.
Modified Files:
--
pgsql/src/bin/psql:
describe.c (r1.158 -> r1.159)
(http://develo
Log Message:
---
Simplify the syntax of CREATE/ALTER TEXT SEARCH DICTIONARY by treating the
init options of the template as top-level options in the syntax. This also
makes ALTER a bit easier to use, since options can be replaced individually.
I also made these statements verify that the t
Log Message:
---
missing break..
Modified Files:
--
psqlodbc:
multibyte.c (r1.55 -> r1.56)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/multibyte.c.diff?r1=1.55&r2=1.56)
---(end of broadcast)---
Log Message:
---
Oops, typo..
Modified Files:
--
psqlodbc:
multibyte.c (r1.54 -> r1.55)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/multibyte.c.diff?r1=1.54&r2=1.55)
---(end of broadcast)--
Log Message:
---
comment and code condition correction.
Modified Files:
--
psqlodbc:
multibyte.c (r1.53 -> r1.54)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/multibyte.c.diff?r1=1.53&r2=1.54)
---(end of broadcast)
Log Message:
---
plugin_profiler.c should now compile under 8.2.x
Modified Files:
--
server:
plugin_profiler.c (r1.3 -> r1.4)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/edb-debugger/server/plugin_profiler.c.diff?r1=1.3&r2=1.4)
---
Log Message:
---
Simplify CREATE TEXT SEARCH CONFIGURATION by eliminating the separate
'with map' parameter; as things now stand there's really not much point
in specifying a config-to-copy if you don't copy its map. Also, use
COPY instead of TEMPLATE as the key word for a config-to-copy,
Log Message:
---
First rough cut at text search documentation: bare bones reference
pages for the new SQL commands. I also committed Bruce's text search
introductory chapter, as-is except for fixing some markup errors,
so that there would be a place for the reference pages to link to.
Mod
Log Message:
---
Exclude snowball/libstemmer/ files from the set processed by pgindent.
There's not much point in prettifying machine-generated code, and it
seems best to keep these files exactly like upstream anyway. Also add
some notes about why various files are excluded.
Modified File
Log Message:
---
Uppercase keywords in regression tsearch test scripts.
Modified Files:
--
pgsql/src/test/regress/expected:
tsearch.out (r1.1 -> r1.2)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/expected/tsearch.out?r1=1.1&r2=1.2)
Log Message:
---
Remove tabs from SGML files.
Modified Files:
--
pgsql/doc/src/sgml:
config.sgml (r1.139 -> r1.140)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/config.sgml?r1=1.139&r2=1.140)
---(end of broadcast)-
Log Message:
---
Avoid using TEXT as a Bison symbol, since this provokes warnings on
Windows builds. In passing, fix an obsolete comment, per gripe from
Greg Stark.
Modified Files:
--
pgsql/src/backend/parser:
gram.y (r2.598 -> r2.599)
(http://developer.po
Log Message:
---
Build snowball DLL for tsearch-in-core.
(Still needs to build the .sql output files, but this handles the C part
of the build)
Modified Files:
--
pgsql/src/tools/msvc:
Mkvcbuild.pm (r1.15 -> r1.16)
(http://developer.postgresql.org/cvsweb.cg
Log Message:
---
Don't define BUILDING_DLL for snowball lib. Should fix build problems
on mingw and probably cygwin.
Modified Files:
--
pgsql/src/makefiles:
Makefile.win32 (r1.10 -> r1.11)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/makefiles/Mak
23 matches
Mail list logo