Yes ! PostgreSQL for WordPress 1.0.0 is out
This means I think the code is stable enough to be used in the real world
I optimized a bit the code, mainly to have often used code reached faster.
Another big change is in the size of ‘db.php’ that cuts down from about 32kB to [...]
PG4WP 1.0.0
Some news
I’ve set up some days ago another theme to enhance this blog on wide screen (from 1028 pixels and up), and I choosed Fluid Blue by srinig.
It has some problems with translations (I’ll work on it), but I think it’s efficient and fits my needs.
Work on PG4WP was suspended for a few days waiting for [...]
PG4WP 0.9.11 : almost ready for production
This looks like a major release as there are important improvements :
Wordpress upgrade process support (mainly MySQL ‘DESCRIBE’ and ‘SHOW INDEX’ emulation)
Full indexes support when installing (they were simply ignored in previous versions)
Some code cleanup and optimizations
When debug is on, one file is generated for each query type
Tested successfully with WP 2.5.1, 2.6.5, 2.7.1, installation [...]
PG4WP 0.9.10
Time for a new release, with the following improvements :
Ignore errors about non existing table “wp_options” while installing WordPress when debugging is on
SQL_CALC_FOUND_ROWS emulation, to have correct posts paging
Introduced support for the ZdMultilang plugin
I’ll soon rework my blog’s translation, using this great plugin.
SQL_CALC_FOUND_ROWS emulation gives correct paging, so PG4WP can be used on post-intensive [...]
PG4WP 0.9.9
This new release contains the following changes :
Comments deletion now works
Most specific global variables renamed to have ‘pg4wp’ in their name
This version was tested with WordPress 2.8, and also works well with version 2.7.1
I’ll test upgrading from WordPress 2.7.1 to version 2.8 in a while.
Download :
PG4WP 0.9.9
PG4WP 0.9.8
Here is version 0.9.8, with these improvements :
Searches are now case insensitive
WXR file import tested and works
I think PostgreSQL support is complete now, I’ll just make some code optimizations for 1.0.0 release.
What I am missing now is feedback to confirm that PG4WP is stable and ready.
Tests and development are done with WordPress 2.8 codebase, but [...]
PG4WP 0.9.7
Changes in this version :
Improved some regular expressions to limit unwanted changes in SQL
Wordpress’ export feature didn’t work in previous versions
Note : I’ve not tested the import feature yet
Download :
PG4WP 0.9.7
PG4WP 0.9.6
This version resolves a problem that caused tags not to work.
Download :
PG4WP 0.9.6
PG4WP 0.9.5
Version 0.9.5 of PG4WP is out !
Here are the improvements :
Optimized the code so it should be a bit faster and use less memory
The problem with links has been resolved
Corrected a problem wich made immediate publication impossible
Some SQL conversion errors removed
Better debug logging with separate logging of invalid SQL queries
Download version 0.9.5
PG4WP 0.9.0
Version 0.9.0 is out, adding the possibility to disable debug logs .
This takes place in ‘wp-db-pgsql.php’ for now.
Logs are disabled in the archive.
Version 1.0.0 should be released soon, then I’ll make a TODO list for upcoming development.
You can download version 0.9.0 here.
English