Skip to content
Archive of posts tagged PG4WP

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.

PGSQL for WordPress as a plugin

To simplify installation, I packaged PG4WP as a plugin.
This version is numbered 0.8.0, there are still some improvements needed before I consider PG4WP to be usable.
Install is quite simple now :

Download the plugin
Extract the files in ‘wp-content’ from your WordPress install
You should get ‘db.php’ in ‘wp-content’ and 2 ‘wp-db-*.php’ files in ‘wp-content/plugins/pg4wp’
Point your [...]