Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
are installed.
|
|
|
|
Bump version to 1.6nb1.
|
|
DEPENDS+= postgresql-{6.5.3*,7.0*,lib-*}:../../databases/postgresql-lib
|
|
|
|
postgresql-client, postgresql-docs, postgresql-lib,
postgresql-plperl, postgresql-pltcl, postgresql-server
|
|
changes from version 7.0.3, only that this package is now built from sources
found in the PostgreSQL-7.1.1 sources.
|
|
changes from version 7.0.3, only that this package is now built from sources
found in the PostgreSQL-7.1.1 sources. The PL/Tcl procedural language module
has now been split off into a separate package, pgsql-pltcl.
|
|
adds a few minor features and makes a few speedups in the code, plus:
- Fix some DB-API quoting problems (niall.smart@ebeon.com)
- Moved development into PostgreSQL development tree.
|
|
postgresql-lib
postgresql-client
postgresql-server
postgresql-doc
with postgresql as a meta-package. Major changes from version 7.1.1
include:
Write-ahead Log (WAL) - To maintain database consistency in
case of an operating system crash, previous releases of PostgreSQL
have forced all data modifications to disk before each transaction
commit. With WAL, only one log file must be flushed to disk, greatly
improving performance. If you have been using -F in previous releases
to disable disk flushes, you may want to consider discontinuing its
use.
TOAST - Previous releases had a compiled-in row length limit,
typically 8 - 32 kB. This limit made storage of long text fields
difficult. With TOAST, long rows of any length can be stored with
good performance.
Outer Joins - We now support outer joins. The UNION/NOT IN
workaround for outer joins is no longer required. We use the SQL92
outer join syntax.
Function Manager - The previous C function manager did not
handle NULLs properly, nor did it support 64-bit CPU's (Alpha). The
new function manager does. You can continue using your old custom
functions, but you may want to rewrite them in the future to use the
new function manager call interface.
Complex Queries - A large number of complex queries that were
unsupported in previous releases now work. Many combinations of
views, aggregates, UNION, LIMIT, cursors, subqueries, and inherited
tables now work properly. Inherited tables are now accessed by
default. Subqueries in FROM are now supported.
Migration to 7.1.1
A dump/restore using pg_dump is required for those wishing to migrate
data from any previous release.
|
|
changes from version 7.0.3, only that this package is now built from sources
found in the PostgreSQL-7.1.1 sources.
|
|
This package also has an enhanced rc.d-style startup script that respects
rc.conf settings. If you are running NetBSD>=1.5, then add pgsql=YES to
/etc/rc.conf, and set pgsql_flags to any options you wish to pass to the
postmaster.
|
|
PL/Tcl is a dynamic loadable extension for the PostgreSQL database system
that enables the Tcl language to be used to create functions and
trigger-procedures. It offers most of the capabilities a function
writer has in the C language.
|
|
|
|
PL/Perl allows you to write functions in the Perl programming language
that may be used in SQL queries as if they were built into Postgres.
The PL/Perl intepreter is a full Perl interpreter. However, certain
operations have been disabled in order to maintain the security of the
system.
|
|
|
|
|
|
|
|
|
|
|
|
many general bugfixes, important fixes to the pgsql module to support
PostgreSQL transactions correctly, speedups, and a zlib output compressor.
|
|
|
|
|
|
|
|
Provided in PR 12884 by Jesse Off (joff@newmonics.com)
"External converter script for ht://Dig (version 3.1.4 and later), that
converts Microsoft Word, Excel and Powerpoint files, and PDF,
PostScript, RTF, and WordPerfect files to text (in HTML form) so they
can be indexed. Uses a variety of conversion programs:
wp2html - to convert Wordperfect and Word7 & 97 documents to HTML
catdoc - to extract text from Word documents
rtf2html - to convert RTF documents to HTML
pdftotext - to extract text from Adobe PDFs
ps2ascii - to extract text from PostScript
pptHtml - to convert Powerpoint files to HTML
xlHtml - to convert Excel spreadsheets to HTML
or
xls2csv - to obtain data from Excel spreadsheets.
Written by David Adams (University of Southampton), and based on the
conv_doc.pl script by Gilles Detillieux."
|
|
*) Allow loadcacert.cgi script to work inside mod_perl.
*) Fixed typo in the directive descriptions in mod_ssl.c
*) Fixed ENGINE support: the engine support is are now already
loaded at configure time. Else mod_ssl fails to find them.
|
|
the updated EAPI patches from mod_ssl-2.8.3-1.3.19 which includes the
following fix:
*) Fixed EAPI context usage in http_request.c: a context pointer
potentially can be NULL requests and can cause a segfault if
dereferenced.
|
|
|
|
|
|
Changelog at http://search.cpan.org/doc/GAAS/HTML-Parser-3.24/Changes
Fixes pkg/12896 by Nathan Ahlstrom <nrahlstr@winternet.com>
|
|
Some pkg related changes by me.
Changes since 1.0.4:
* WARNING: The semantics of --verify have changed to address a
problem with detached signature detection. --verify now ignores
signed material given on stdin unless this is requested by using
a "-" as the name for the file with the signed material. Please
check all your detached signature handling applications and make
sure that they don't pipe the signed material to stdin without
using a filename together with "-" on the the command line.
* WARNING: Corrected hash calculation for input data larger than
512M - it was just wrong, so you might notice bad signature in
some very big files. It may be wise to keep an old copy of
GnuPG around.
* Secret keys are no longer imported unless you use the new option
--allow-secret-key-import. This is a kludge and future versions will
handle it in another way.
* New command "showpref" in the --edit-key menu to show an easier
to understand preference listing.
* There is now the notation of a primary user ID. For example, it
is printed with a signature verification as the first user ID;
revoked user IDs are not printed there anymore. In general the
primary user ID is the one with the latest self-signature.
* New --charset=utf-8 to bypass all internal conversions.
* Large File Support (LFS) is now working.
* New options: --ignore-crc-error, --no-sig-create-check,
--no-sig-cache, --fixed_list_mode, --no-expensive-trust-checks,
--enable-special-filenames and --use-agent. See man page.
* New command --pipemode, which can be used to run gpg as a
co-process. Currently only the verification of detached
signatures are working. See doc/DETAILS.
* Rewritten key selection code so that GnuPG can better cope with
multiple subkeys, expire dates and so. The drawback is that it
is slower.
* A whole lot of bug fixes.
* The verification status of self-signatures are now cached. To
increase the speed of key list operations for existing keys you
can do the following in your GnuPG homedir (~/.gnupg):
$ cp pubring.gpg pubring.gpg.save && $ gpg --export-all >x && \
rm pubring.gpg && gpg --import x
Only v4 keys (i.e not the old RSA keys) benefit from this caching.
* New translations: Estonian, Turkish.
|
|
|
|
Provided by Jesse Off (joff@newmonics.com) in PR 12883
rtf2html is a simple Rich Text Format (RTF) to HTML file converter.
|
|
Changelog is said to be too long to be included here.
Fixes pkg/12909 by Martti Kuparinen <martti.kuparinen@iki.fi>
|
|
#
# $Id: HISTORY,v 0.69 2001/05/11 15:48:07 dankogai Exp dankogai $
#
0.69 2001/05/12
* lots of code beautification done in response to
Kazuto Ichimura <ichimura@shimada.nuee.nagoya-u.ac.jp>
|
|
Changelog:
URI->new($u, $scheme) does no longer fail if given a badly
formatted scheme string.
URI::WithBase's clone and base method was basically just
broken. This also affected the URI::URL subclass.
The clone() method did not copy the base, and updating
the base with the base method always set it to "1".
Fixes pkg/12895 by Nathan Ahlstrom <nrahlstr@winternet.com>
|
|
|
|
Provided in PR 12882 by Jesse Off (joff@newmonics.com)
xlHtml is an Excel 95 and later file converter. Its html output
can be used as a Netscape Plugin to let you view xls e-mail
attachments. It can also extract regions of a spreadsheet and
convert the spreadsheet to pure text rather than html.
|
|
|
|
0.94.2 - 20010508
o Bugfix: The very uncommon crash on certain WAV files has now been fixed again has been
verified to work properly (Andre).
o Modified FFT calculations. Produces the same output and should be slightly faster. However it
seems to produce a slight speed decrease (about 1%) on Tord's computer so any comparisons
would be appreciated (Andre).
0.94.1 - 20010424
o Bugfix: The very uncommon crash on certain WAV files should now be fixed (Andre).
o Bugfix: Source should now compile nicely on Solaris and any other UNIX that had problems with
0.94.0 (Tord).
o Bugfix: Fixed a cosmetic error that caused "Press ENTER to exit..." being displayed even on
systems where we don't wait for a keypress.
|
|
|
|
Provided in PR 12889 by Ben Collver (collver@linuxfreemail.com).
"SZDD is a weak LZSS compressor, which was used by Microsoft for many years
in their installation software - all those files with a letter taken from
the end of their extension, eg HELLO.EX_
This package includes szddexpand which will decompress szdd files.
Be careful, szddexpand overwrites the original compressed file.
Do like so: szddexpand HELLO.EX_ && mv HELLO.EX_ HELLO.EXE
SZDD was replaced with 'KWAJ' in the 1996 Microsoft Setup Toolkit. This
package does not grok the undocumented 'KWAJ' format.
One day Johnathan Forbes decided to work for Microsoft, and sold them his
LZX compression technology. So now Microsoft uses LZX compression in their
installation archives, under the guise of "CAB" files."
|
|
|
|
|