<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/databases/py-postgresql/Makefile, branch pkgviews</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgviews</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgviews'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2002-04-04T14:36:42Z</updated>
<entry>
<title>Update postgresql and related packages to 7.2.  Thanks to Michael Graff</title>
<updated>2002-04-04T14:36:42Z</updated>
<author>
<name>jlam</name>
<email>jlam@pkgsrc.org</email>
</author>
<published>2002-04-04T14:36:42Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=cd7f18796833a146b4ebd98bc261d230e3460d80'/>
<id>urn:sha1:cd7f18796833a146b4ebd98bc261d230e3460d80</id>
<content type='text'>
&lt;explorer@flame.org&gt; for most of the work on this update.

Pkgsrc changes from the previous version include removing Makefile.ssl and
some patches that have been integrated into this release of PostgreSQL.  We
leave open the question of when to byte-compile the Python modules for the
PyGreSQL interface and just do it as before, although we should consider
doing the compilation as a post-install step to ensure that the timestamps
are correct.  We also reorder some lines in the Makefile to include
Makefile.common below certain definitions (GNU_CONFIGURE, USE_BUILDLINK_ONLY)
as they may possibly trigger different portions of Makefile.common.

*** Please note that a dump/restore is required to migrate an existing ***
*** PostgreSQL installation to 7.2.                                    ***

Major changes from version 7.1.3 are geared toward improving use in
high-volume applications and include:

   VACUUM
	   Vacuuming no longer locks tables, thus allowing normal user access
           during the vacuum. A new "VACUUM FULL" command does old-style
           vacuum by locking the table and shrinking the on-disk copy of the
           table.

   Transactions
           There is no longer a problem with installations that exceed four
           billion transactions.

   OID's
           OID's are now optional. Users can now create tables without OID's
           for cases where OID usage is excessive.

   Optimizer
           The system now computes histogram column statistics during
           "ANALYZE", allowing much better optimizer choices.

   Security
           A new MD5 encryption option allows more secure storage and
           transfer of passwords. A new Unix-domain socket authentication
           option is available on Linux and BSD systems. PAM authentication
           is also available.

   Statistics
           Administrators can use the new table access statistics module to
           get fine-grained information about table and index usage.</content>
</entry>
<entry>
<title>use buildlink files for Python and mxDareTime,</title>
<updated>2002-01-19T16:13:00Z</updated>
<author>
<name>drochner</name>
<email>drochner@pkgsrc.org</email>
</author>
<published>2002-01-19T16:13:00Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=7833915345119edfd38966043ebd10205ac62a55'/>
<id>urn:sha1:7833915345119edfd38966043ebd10205ac62a55</id>
<content type='text'>
install docs into version dependant subdir to avoid conflicts</content>
</entry>
<entry>
<title>change pkg name of required pkg py-mxDateTime to py20-mxDateTime to get</title>
<updated>2002-01-15T18:33:26Z</updated>
<author>
<name>drochner</name>
<email>drochner@pkgsrc.org</email>
</author>
<published>2002-01-15T18:33:26Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=bf65e6614f181874c0ec06fd4031474ec8444a6b'/>
<id>urn:sha1:bf65e6614f181874c0ec06fd4031474ec8444a6b</id>
<content type='text'>
the right version</content>
</entry>
<entry>
<title>Generalize how the dependency pattern may be specified.  Instead of just</title>
<updated>2001-06-23T19:26:48Z</updated>
<author>
<name>jlam</name>
<email>jlam@pkgsrc.org</email>
</author>
<published>2001-06-23T19:26:48Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=34d11d8a0f59e1c62bc5b1cc1046d3275e061062'/>
<id>urn:sha1:34d11d8a0f59e1c62bc5b1cc1046d3275e061062</id>
<content type='text'>
FOO_REQD=1.0 being converted to foo&gt;=1.0, one can now directly specify
the dependency pattern as FOO_DEPENDS=foo&gt;=1.0.  This allows things like
JPEG_DEPENDS=jpeg-6b, or fancier expressions like for postgresql-lib.
Change existing FOO_REQD definitions in Makefiles to FOO_DEPENDS.</content>
</entry>
<entry>
<title>Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.</title>
<updated>2001-06-21T21:40:07Z</updated>
<author>
<name>jlam</name>
<email>jlam@pkgsrc.org</email>
</author>
<published>2001-06-21T21:40:07Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=a85615f592fa5c2d217a8320b03ed67a7cb1b2dc'/>
<id>urn:sha1:a85615f592fa5c2d217a8320b03ed67a7cb1b2dc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update py-postgresql to 3.2.  Changes from version 3.1 include few bugfixes,</title>
<updated>2001-05-14T14:53:28Z</updated>
<author>
<name>jlam</name>
<email>jlam@pkgsrc.org</email>
</author>
<published>2001-05-14T14:53:28Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=9bbb6e80fd9af2f2db672cc11b8b10a979d8b4ff'/>
<id>urn:sha1:9bbb6e80fd9af2f2db672cc11b8b10a979d8b4ff</id>
<content type='text'>
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.</content>
</entry>
<entry>
<title>Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.</title>
<updated>2001-02-16T14:17:22Z</updated>
<author>
<name>wiz</name>
<email>wiz@pkgsrc.org</email>
</author>
<published>2001-02-16T14:17:22Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=417e8bbabf32592822a77615f490f81af3c99be2'/>
<id>urn:sha1:417e8bbabf32592822a77615f490f81af3c99be2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Only install the postgresql modules, and not the setup module.</title>
<updated>2000-12-22T18:42:54Z</updated>
<author>
<name>jlam</name>
<email>jlam@pkgsrc.org</email>
</author>
<published>2000-12-22T18:42:54Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=b8a94ea5e763ac254f1620e633af866cca2840f6'/>
<id>urn:sha1:b8a94ea5e763ac254f1620e633af866cca2840f6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move lots of packages to new time category; fix links; add time subcategory</title>
<updated>2000-12-17T23:40:53Z</updated>
<author>
<name>wiz</name>
<email>wiz@pkgsrc.org</email>
</author>
<published>2000-12-17T23:40:53Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=572e80cd2135d57f49ef639ae8df2d0fafafd4ae'/>
<id>urn:sha1:572e80cd2135d57f49ef639ae8df2d0fafafd4ae</id>
<content type='text'>
to main Makefile.</content>
</entry>
<entry>
<title>Seems that Python was upgraded to 2.0 so I guess this needs to be modified.</title>
<updated>2000-11-16T05:25:51Z</updated>
<author>
<name>darcy</name>
<email>darcy@pkgsrc.org</email>
</author>
<published>2000-11-16T05:25:51Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=30126c12b3871ecf825e4ec1b69bb31cbcd47827'/>
<id>urn:sha1:30126c12b3871ecf825e4ec1b69bb31cbcd47827</id>
<content type='text'>
I changed the dependencies and directories accordingly.</content>
</entry>
</feed>
