summaryrefslogtreecommitdiff
path: root/databases/py-postgresql
AgeCommit message (Collapse)AuthorFilesLines
2006-12-28Change PostgreSQL default version to 8.1 and bump revision of alljoerg1-1/+2
packages which have it active by default.
2006-09-09Rename variable MAKEFILE to MAKE_FILE.obache1-2/+2
2006-06-16Fixed pkglint warnings.rillig1-12/+16
2006-06-11Update package to 3.8.1.darcy3-10/+30
Mostly bug fixes from 3.8. - Use string methods instead of deprecated string functions. - Only use SQL-standard way of escaping quotes. - Added the functions escape_string() and escape/unescape_bytea() (as suggested by Charlie Dyson and Kavous Bojnourdi a long time ago). - Reverted code in clear() method that set date to current. - Added code for backwards compatibility in OID munging code. - Reorder attnames tests so that "interval" is checked for before "int." - If caller supplies key dictionary, make sure that all has a namespace.
2006-06-07Needs Python 2.2+joerg1-1/+2
2006-02-17Update to version 3.8.darcy2-8/+7
- Installed new favicon.ico from Matthew Sporleder <mspo@mspo.com> - Replaced snprintf by PyOS_snprintf. - Removed NO_SNPRINTF switch which is not needed any longer - Clean up some variable names and namespace - Add get_relations() method to get any type of relation - Rewrite get_tables() to use get_relations() - Use new method in get_attnames method to get attributes of views as well - Add Binary type - Number of rows is now -1 after executing no-result statements - Fix some number handling - Non-simple types do not raise an error any more - Improvements to documentation framework - Take into account that nowadays not every table must have an oid column - Simplification and improvement of the inserttable() function - Fix up unit tests - The usual assortment of minor fixes and enhancements
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-3/+2
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-09-07Upgrade to PyGreSQL 3.7darcy2-7/+7
Important changes from PyGreSQL 3.6.2 to PyGreSQL 3.7 - Fixes to quoting function. - Use Python datetime if mxDatetime is not available. - Add checks for valid database connection to methods. - Improved namespace support, handle search_path correctly. - Removed old dust and unnessesary imports, added docstrings. - Internal sql statements as one-liners, smoothed out ugly code. - Major improvements in classic pg module.
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 digests in addition to SHA1 ones.agc1-3/+4
2005-02-23Update package to 3.6.2.darcy2-6/+6
The only change is to fix the handling of primary keys when using namespaces.
2004-12-17Wrong checksum. Updated file. No PKGREVISION bump since the update wasdarcy1-3/+3
so recent.
2004-12-17Remove unneccessary linedarcy1-2/+1
2004-12-16Upgrade to version 3.6.darcy2-6/+6
Most important change was serious bug in 3.5 that did not allow DB-API 2.0 version to work without a manual change. Other changes: - Better DB-API 2.0 compliance - Exception hierarchy moved into C module and made available to both APIs - Fix error in update method that caused false exceptions - Moved to standard exception hierarchy in classic API - Added new method to get transaction state - Use proper Python constants where appropriate - Use Python versions of strtol, etc. Allows WIN32 build - Bug fixes and cleanups
2004-08-30Recreate files for py-postgresql. PyGreSQL has been moved back out of thedarcy4-0/+62
PostgreSQL tree and I have released this version that is no longer tied to a specific version of PostgreSQL.
2004-07-24Delete old postgresql packages now that we have the postgresql73 ones.recht3-58/+0
2004-07-24Use the new mk/pgsql.buildlink3.mk to select the correct PostgreSQLrecht1-2/+2
version.
2004-07-22add python as categoryrecht1-2/+2
ok'd a while back at pkgsrcCon by agc and wiz
2004-04-25bl3ifyrecht1-4/+4
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz1-2/+2
Buildlink files: RECOMMENDED version changed to current version.
2004-02-06If we're passing through MAKEFLAGS variables whose values may containjlam1-2/+2
spaces, use the :Q modifier instead of double-quoting the value. This avoids breakage when executing the just-in-time su targets.
2004-01-20Remove USE_BUILDLINK2 from Makefile.common and distribute the setting tojlam1-1/+3
all of the package Makefiles that include Makefile.common.
2003-08-18cosmetics: use ${PYSITELIB}drochner2-10/+10
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-04-03Build py-postgresql from the postgresql 7.3.2 tarball. PKGREVISION++toshii9-255/+3
Remove files and patches in the py-postgresql directory and add necessary ones in the postgresql directory.
2003-01-05Bump PKGREVISION due to increase in the major number of libpq.so betweenjlam1-1/+2
version 7.2.3 and 7.3.1 of databases/postgresql-lib.
2003-01-05Decouple py-postgresql from the postgresql build infrastructure and makejlam9-11/+262
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.
2002-10-25postgresql-7.2.3 contains PyGreSQL-3.3, so reflect this in the namedrochner1-2/+2
2002-10-19Update py-postgresql to build using the postgresql-7.2.3 sources.jlam1-17/+7
2002-10-09buildlink1 -> buildlink2.wiz1-4/+4
2002-09-21Strip the ".buildlink" from the names of the python application andjlam1-2/+2
extension Makefile fragments, because they really don't have anything to do with the buildlink[12] frameworks. Change all the Makefiles that use application.buildlink.mk and extension.buildlink.mk to use application.mk and extension.mk instead.
2002-04-04Update postgresql and related packages to 7.2. Thanks to Michael Graffjlam2-17/+14
<explorer@flame.org> 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.
2002-01-19use buildlink files for Python and mxDareTime,drochner2-25/+17
install docs into version dependant subdir to avoid conflicts
2002-01-15change pkg name of required pkg py-mxDateTime to py20-mxDateTime to getdrochner1-2/+2
the right version
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-06-23Generalize how the dependency pattern may be specified. Instead of justjlam1-5/+4
FOO_REQD=1.0 being converted to foo>=1.0, one can now directly specify the dependency pattern as FOO_DEPENDS=foo>=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.
2001-06-21Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.jlam1-2/+6
2001-05-14Update py-postgresql to 3.2. Changes from version 3.1 include few bugfixes,jlam5-58/+49
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.
2001-04-18Move to sha1 digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc1-1/+1
+ move the patch digest/checksum values from files/patch-sum to distinfo + include distfile filesizes in distinfo
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-12-22Only install the postgresql modules, and not the setup module.jlam1-10/+6
2000-12-22Remove pgtools.py as it's not present.jlam1-2/+1
2000-12-17Move lots of packages to new time category; fix links; add time subcategorywiz1-2/+2
to main Makefile.
2000-11-16Seems that Python was upgraded to 2.0 so I guess this needs to be modified.darcy1-4/+4
I changed the dependencies and directories accordingly.
2000-11-16Upgrade to version 3.1.darcy4-8/+9
This release fixes a few bugs, adds a few minor features and makes a few speedups in the code. Important changes from PyGreSQL 3.0 to PyGreSQL 3.1 - Fix some quoting functions. In particular handle NULLs better. - Use a method to add primary key information rather than direct manipulation of the class structures. - Break decimal out in _quote (in pg.py) and treat it as float. - Treat timestamp like date for quoting purposes. - Remove a redundant SELECT from the get method speeding it, and insert since it calls get, up a little. - Add test for BOOL type in typecast method to pgdbTypeCache class. (tv@beamnet.de) - Fix pgdb.py to send port as integer to lower level function (dildog@l0pht.com) - Change pg.py to speed up some operations - Allow updates on tables with no primary keys.
2000-09-03remove unnecessary whitespacewiz1-1/+0
2000-08-19This whole package doesn't have a file 'pgtools.py', remove it fromhubertf1-2/+1
te PLIST.