2008-03-13 18:38:49 by Joerg Sonnenberger | Files touched by this commit (29) |
Log message:
Make PostgreSQL 8.2 the default version. Bump all packages using it.
Remove PostgreSQL 8.0 as choice.
|
2006-12-28 13:12:59 by Joerg Sonnenberger | Files touched by this commit (30) |
Log message:
Change PostgreSQL default version to 8.1 and bump revision of all
packages which have it active by default.
|
2006-09-09 04:42:02 by OBATA Akio | Files touched by this commit (113) |
Log message:
Rename variable MAKEFILE to MAKE_FILE.
|
2006-06-16 12:58:23 by Roland Illig | Files touched by this commit (8) |
Log message:
Fixed pkglint warnings.
|
2006-06-11 02:58:39 by D'Arcy J.M. Cain | Files touched by this commit (3) |
Log message:
Update package to 3.8.1.
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-07 14:54:56 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
Needs Python 2.2+
|
2006-02-17 18:58:02 by D'Arcy J.M. Cain | Files touched by this commit (2) |
Log message:
Update to version 3.8.
- 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-06 00:11:50 by Joerg Sonnenberger | Files touched by this commit (4082) |
Log message:
Recursive revision bump / recommended bump for gettext ABI change.
|
2005-12-05 21:51:20 by Roland Illig | Files touched by this commit (1432) |
Log message:
Fixed pkglint warnings. The warnings are mostly quoting issues, for
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-07 13:42:27 by D'Arcy J.M. Cain | Files touched by this commit (2) |
Log message:
Upgrade to PyGreSQL 3.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.
|