Age | Commit message (Collapse) | Author | Files | Lines |
|
Packages using Guile now all depend on guile14. These packages are
expected to be made depend on newer Guile (1.6.x) when updated in the
future.
|
|
installed.
|
|
version 7.2.3 and 7.3.1 of databases/postgresql-lib.
|
|
==================================================================
| NOTE: A dump-and-restore is required to update your databases |
| if you wish to update postgresql-server. If your |
| application examines the system catalogs, additional |
| changes will be required due to the introduction of |
| schemas in 7.3; for more information, see: |
| |
| http://www.ca.postgresql.org/docs/momjian/upgrade_tips_7.3 |
==================================================================
Major changes from version 7.2.3 include:
Schemas
Schemas allow users to create objects in separate namespaces,
so two people or applications can have tables with the same
name. There is also a public schema for shared tables.
Table/index creation can be restricted by removing permissions
on the public schema.
Drop Column
PostgreSQL now supports the ALTER TABLE ... DROP COLUMN
functionality.
Table Functions
Functions returning multiple rows and/or multiple columns are
now much easier to use than before. You can call such a "table
function" in the SELECT FROM clause, treating its output like a
table. Also, PL/pgSQL functions can now return sets.
Prepared Queries
PostgreSQL now supports prepared queries, for improved
performance.
Dependency Tracking
PostgreSQL now records object dependencies, which allows
improvements in many areas. "DROP" statements now take either
CASCADE or RESTRICT to control whether dependent objects are
also dropped.
Privileges
Functions and procedural languages now have privileges, and
functions can be defined to run with the privileges of their
creator.
Internationalization
Both multibyte and locale support are now always enabled.
Logging
A variety of logging options have been enhanced.
Interfaces
A large number of interfaces have been moved to
http://gborg.postgresql.org where they can be developed and
released independently.
Functions/Identifiers
By default, functions can now take up to 32 parameters, and
identifiers can be up to 63 bytes long. Also, OPAQUE is now
deprecated: there are specific "pseudo-datatypes" to represent
each of the former meanings of OPAQUE in function argument and
result types.
|
|
this package build standalone. py-postgresql uses it's own version
numbering and really doesn't have much to do with the rest of the
postgresql packages.
|
|
Solaris.
|
|
numerous bugs discovered since the release of version 2.3.2.
|
|
include an improved user interface and many bug fixes.
The update was provided by Adrian Portelli in PR pkg/19012.
|
|
openldap1.
|
|
|
|
on mysql-client ...
|
|
include:
Allow JDBC to compile with JDK 1.4
Add JDBC 3 support
Allows JDBC to set loglevel by adding ?loglevel=X to the connection URL
Add Driver.info
Add updateable result sets
Add support for callable statements
Add query cancel capability
Add refresh row
Fix MD5 encryption handling for multibyte servers
Add support for prepared statements
Approved by jwise@netbsd.org.
|
|
Extra checking for cache misses in DBIx::SearchBuilder::Record::Cachable
The start of support for checking database version, so that we can do
version-specific SQL
utf-8 safe searching
arbitrarily complex grouping clauses.
complex query generation.
Adding support for mysqlPP
Fixed a caching bug that caused multiple copies of an object in memory to not
be kept in sync
Fixed bug in setting a column to the value of an SQL statement.
Better support for Postgres 7.2 and transactions.
Support for Class::ReturnValue to channel errors up when expected
Dependency on Class::ReturnValue
Minor cleanups and refactorings to allow percolation of errors on create
|
|
|
|
gnome-vfs<=1.0.3
Bump PKGREVISION
|
|
|
|
|
|
has been a soname change. Pointed out by fredb.
|
|
suggested by Simon J. Gerraty.
|
|
shown by Hubert's bulk build.
|
|
and use bsd.pkg.install.mk to copy it to PKG_SYSCONFDIR.
Bump PKGREVISION to 1.
|
|
and use bsd.pkg.install.mk to copy it to PKG_SYSCONFDIR.
Bump PKGREVISION to 1.
|
|
|
|
package and library major bumps therein.
Also match dependency in corresponding buildlink2.mk's for the same reason.
Mmmm, binary packages.
|
|
|
|
LIBTOOL_OVERRIDE.
|
|
|
|
to help sort this out.
|
|
recently discovered by e-matters.
|
|
must be pulled in before srcdist.mk
|
|
|
|
|
|
|
|
|
|
|
|
This is the base library, w/o scripting frontends.
|
|
|
|
|
|
|
|
TDB is a Trivial Database. In concept, it is very much like GDBM,
and BSD's DB except that it allows multiple simultaneous writers
and uses locking internally to keep writers from trampling on
each other. TDB is also extremely small.
Approved by wiz.
This closes my own PR 18122.
|
|
but it seems the linker ignores it when there are explicit -Wl,-R on the
command line. So add a -Wl,-R@X11BASE/lib to OTHERLDFLAGS.
|
|
|
|
this file is preceded by defining "USE_DB185". On NetBSD (and probably
Linux), where we already have DB-1.85 in the base system, this defaults to
using the system libraries and headers.
|
|
PKGREVISION.
|
|
|
|
|
|
|
|
|
|
|
|
|