Log Message:
---
fix groff2html bug with relative paths, fixed man mispellings
Modified Files:
--
libpqtypes:
groff2html (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/groff2html.diff?r1=1.1&r2=1.2)
libpqtypes/docs/man
Log Message:
---
updated man pages for hyperlinks
Modified Files:
--
libpqtypes:
Makefile.am (r1.3 -> r1.4)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/Makefile.am.diff?r1=1.3&r2=1.4)
libpqtypes/docs/man3:
PQgeterror.3 (r1
Log Message:
---
fix man link for pqt-specs
Modified Files:
--
libpqtypes/docs/man3:
PQgetf.3 (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/docs/man3/PQgetf.3.diff?r1=1.2&r2=1.3)
--
Sent via pgsql-committers mailing lis
Log Message:
---
fixed formatting issue with pqt-specs
Modified Files:
--
libpqtypes/docs/man3:
pqt-specs.3 (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/docs/man3/pqt-specs.3.diff?r1=1.1&r2=1.2)
--
Sent via pgsql-commi
Log Message:
---
adding groff2html
Added Files:
---
libpqtypes:
groff2html (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/groff2html?rev=1.1&content-type=text/x-cvsweb-markup)
--
Sent via pgsql-committers mailing list (pgsql-committ
Log Message:
---
created groff2html, docs target in makefile
Modified Files:
--
libpqtypes:
Makefile.am (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/Makefile.am.diff?r1=1.2&r2=1.3)
libpqtypes/docs/man3:
PQput
Log Message:
---
Fix TODO typo.
Modified Files:
--
pgsql/doc:
TODO (r1.2446 -> r1.2447)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/TODO?r1=1.2446&r2=1.2447)
pgsql/doc/src/FAQ:
TODO.html (r1.952 -> r1.953)
(http://anoncvs.postgr
Log Message:
---
Add URL for
< * Consider increasing the number of default statistics target, and
< reduce statistics target overhead
Modified Files:
--
pgsql/doc:
TODO (r1.2445 -> r1.2446)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/TODO?r1=1.244
Log Message:
---
Update TODO wording:
< o Allow dictionary to filter out only stop words
> o Allow dictionaries to change the token that is passed on to
> later dictionaries
Modified Files:
--
pgsql/doc:
TODO (r1.2444 -> r1.2445)
(http:
Log Message:
---
Add item, make text search section:
o Consider changing error to warning for strings larger than one
megabyte
http://archives.postgresql.org/pgsql-bugs/2008-02/msg00190.php
http://archives.postgresql.org/pgsql-patches/2008-03/msg00062
Log Message:
---
Check that a defining query has a value before using it.
Modified Files:
--
Npgsql2/src/Npgsql/SqlGenerators:
SqlBaseGenerator.cs (r1.8 -> r1.9)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/Npgsql/SqlGenerators/SqlBaseGen
Log Message:
---
Restrict metadata access from the pg_catalog and information_schema schemas.
This makes edmgen return only interesting tables. In my samples, these are the
tables in public. (Similar for views, columns, keys, etc.)
Modified Files:
--
Npgsql2/src/Npgsql
Log Message:
---
Have boolean pset values checked against typical boolean values, rather
than only 'off'.
Modified Files:
--
pgsql/src/bin/psql:
variables.c (r1.28 -> r1.29)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/variables.c?r1=1.28&r2
Log Message:
---
The CONSTROID syscache should show conrelid as a relation OID column.
Not clear that there's any observable bug at present from this omission,
but it seems like something to fix going forward.
Modified Files:
--
pgsql/src/backend/utils/cache:
syscac
Log Message:
---
Convert the list of syscache names from a series of #define's into an enum,
to avoid the pain of manually renumbering them anytime we insert another
name in alphabetical order. An excellent idea from Alex Hunsaker and
NikhilS' inherited-constraints patch --- whether or not
Log Message:
---
Add Google Analytics to pgsnap website.
Modified Files:
--
pgsnap/www:
index.html (r1.4 -> r1.5)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnap/pgsnap/www/index.html.diff?r1=1.4&r2=1.5)
--
Sent via pgsql-committers mailing list (pgsq
Log Message:
---
Point to our download URL, rather than listing interface in the README
file:
http://www.postgresql.org/download
Modified Files:
--
pgsql:
README (r1.36 -> r1.37)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/README?r1=1.36&r2=1.37
Log Message:
---
Update libpqxx URL in README.
Modified Files:
--
pgsql:
README (r1.35 -> r1.36)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/README?r1=1.35&r2=1.36)
--
Sent via pgsql-committers mailing list ([email protected])
To make cha
Log Message:
---
grammer fix
Modified Files:
--
libpqtypes:
README (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/README.diff?r1=1.2&r2=1.3)
--
Sent via pgsql-committers mailing list ([email protected])
To
Log Message:
---
update summary in README
Modified Files:
--
libpqtypes:
README (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/README.diff?r1=1.1&r2=1.2)
--
Sent via pgsql-committers mailing list (pgsql-committers@postgr
Log Message:
---
Modified Files:
--
libpqtypes:
Makefile.am (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/Makefile.am.diff?r1=1.1&r2=1.2)
--
Sent via pgsql-committers mailing list ([email protected])
To m
Log Message:
---
Added Files:
---
libpqtypes/docs/man3:
PQgeterror.3 (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/docs/man3/PQgeterror.3?rev=1.1&content-type=text/x-cvsweb-markup)
PQgetf.3 (r1.1)
(http://cvs.pgfoun
Update of /cvsroot/libpqtypes/libpqtypes/docs/man3
In directory pgfoundry.org:/tmp/cvs-serv62687/man3
Log Message:
Directory /cvsroot/libpqtypes/libpqtypes/docs/man3 added to the repository
--
Sent via pgsql-committers mailing list ([email protected])
To make changes to your subsc
Log Message:
---
Added Files:
---
libpqtypes/src:
array.c (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/src/array.c?rev=1.1&content-type=text/x-cvsweb-markup)
datetime.c (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsw
Log Message:
---
Added Files:
---
libpqtypes:
AUTHORS (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/AUTHORS?rev=1.1&content-type=text/x-cvsweb-markup)
ChangeLog (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/li
Update of /cvsroot/libpqtypes/libpqtypes/docs
In directory pgfoundry.org:/tmp/cvs-serv62085/docs
Log Message:
Directory /cvsroot/libpqtypes/libpqtypes/docs added to the repository
--
Sent via pgsql-committers mailing list ([email protected])
To make changes to your subscription:
h
Update of /cvsroot/libpqtypes/libpqtypes/src
In directory pgfoundry.org:/tmp/cvs-serv62085/src
Log Message:
Directory /cvsroot/libpqtypes/libpqtypes/src added to the repository
--
Sent via pgsql-committers mailing list ([email protected])
To make changes to your subscription:
http
Update of /cvsroot/libpqtypes/libpqtypes
In directory pgfoundry.org:/tmp/cvs-serv60171
Log Message:
initial import
Status:
Vendor Tag: esilo
Release Tags: v1
No conflicts created by this import
--
Sent via pgsql-committers mailing list ([email protected]
Log Message:
---
Done:
> * -Add function to report the time of the most recent server reload
Modified Files:
--
pgsql/doc:
TODO (r1.2442 -> r1.2443)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/TODO?r1=1.2442&r2=1.2443)
pgsql/doc/src/FAQ:
Log Message:
---
FAQ updates. Mention Vista support, VC++ builds and why 64-bit support isn't
essential (yet)
Modified Files:
--
web/faq:
FAQ_windows.html (r1.15 -> r1.16)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/web/faq/FAQ_windows.html.di
Log Message:
---
Fix images's URLs.
Modified Files:
--
pgsnap/www/css:
style.css (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnap/pgsnap/www/css/style.css.diff?r1=1.1&r2=1.2)
--
Sent via pgsql-committers mailing list (pgsql-committers@po
Log Message:
---
Move images and css in their respective directories.
Modified Files:
--
pgsnap/www:
index.html (r1.3 -> r1.4)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnap/pgsnap/www/index.html.diff?r1=1.3&r2=1.4)
Added Files:
---
pgsnap
Update of /cvsroot/pgsnap/pgsnap/www/css
In directory pgfoundry.org:/tmp/cvs-serv6136/css
Log Message:
Directory /cvsroot/pgsnap/pgsnap/www/css added to the repository
--
Sent via pgsql-committers mailing list ([email protected])
To make changes to your subscription:
http://www.po
Update of /cvsroot/pgsnap/pgsnap/www/images
In directory pgfoundry.org:/tmp/cvs-serv6136/images
Log Message:
Directory /cvsroot/pgsnap/pgsnap/www/images added to the repository
--
Sent via pgsql-committers mailing list ([email protected])
To make changes to your subscription:
http
Log Message:
---
Fix URLs.
Modified Files:
--
pgsnap/www:
index.html (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnap/pgsnap/www/index.html.diff?r1=1.2&r2=1.3)
--
Sent via pgsql-committers mailing list ([email protected])
T
35 matches
Mail list logo