Next | Query returned 70 messages, browsing 1 to 10 | Previous

History of commit frequency

CVS Commit History:


   2023-12-30 22:08:54 by Zafer Aydogan | Files touched by this commit (1)
Log message:
https
   2023-12-15 14:48:13 by Thomas Klausner | Files touched by this commit (5)
Log message:
*: reset MAINTAINER/OWNER for inactive developer
   2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595)
Log message:
*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS
   2021-10-26 12:10:08 by Nia Alarie | Files touched by this commit (417)
Log message:
databases: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

The following distfiles could not be fetched (some may be only fetched
conditionally):

./databases/cstore/distinfo D6.data.ros.gz
./databases/cstore/distinfo cstore0.2.tar.gz
./databases/cstore/distinfo data4.tar.gz
   2021-10-07 15:35:53 by Nia Alarie | Files touched by this commit (417)
Log message:
databases: Remove SHA1 distfile hashes
   2019-05-21 21:46:39 by David Maxwell | Files touched by this commit (2)
Log message:
Update to PyGreSQL version 5.1  (commit on behalf of darcy@)
   2018-12-10 16:11:14 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-postgresql: updated to 5.0.6

Vesion 5.0.6:
This version officially supports the new Python 3.7.
Correct trove classifier for the PostgreSQL License.
   2018-04-29 15:50:52 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
py-postgresql: update to 5.0.5.

Version 5.0.5 (2018-04-25)
------------------------------
- This version officially supports the new PostgreSQL 10.
- The memory for the string with the number of rows affected by a classic pg
  module query() was already freed (bug report and fix by Peifeng Qiu).

Ok OWNER.
   2017-08-15 14:22:06 by D'Arcy J.M. Cain | Files touched by this commit (2)
Log message:
Version 5.0.4 (2017-07-23)
--------------------------
- This version officially supports the new Python 3.6 and PostgreSQL 9.6.
- query_formatted() can now be used without parameters.
- The automatic renaming of columns that are invalid as field names of
  named tuples now works more accurately in Python 2.6 and 3.0.
- Fixed error checks for unlink() and export() methods of large objects
  (bug report by Justin Pryzby).
- Fixed a compilation issue under OS X (bug report by Josh Johnston).
   2016-12-11 12:25:52 by D'Arcy J.M. Cain | Files touched by this commit (2)
Log message:
Upgrade to 5.0.3.
- It is now possible to use a custom array cast function by changing
  the type caster for the 'anyarray' type.  For instance, by calling
  set_typecast('anyarray', lambda v, c: v) you can have arrays returned
  as strings instead of lists.  Note that in the pg module, you can also
  call set_array(False) in order to return arrays as strings.
- The namedtuple classes used for the rows of query results are now cached
  and reused internally, since creating namedtuples classes in Python is a
  somewhat expensive operation.  By default the cache has a size of 1024
  entries, but this can be changed with the set_row_factory_size() function.
  In certain cases this change can notably improve the performance.

Next | Query returned 70 messages, browsing 1 to 10 | Previous