BTM
Posts tagged 2010
Nouvelles hebdomadaires de PostgreSQL – 16 mai 2010 – PostgreSQLfr.org
Jun 9th
In pgsql/doc/src/sgml/ref/pg_restore.sgml, improve documentation of pg_restore’s -l and -L switches to point out their interactions with filtering switches, such as -n and -t. Per a complaint from Russell Smith. …
Wöchentlicher PostgreSQL Newsletter – 09. Mai 2010 – ads' corner
Jun 2nd
In pgsql/doc/src/sgml/intarray.sgml, fix incorrect parameter tag in docs, spotted by KOIZUMI Satoru. Alvaro Herrera committed: – In pgsql/doc/src/sgml/mvcc.sgml, remove spurious dot, per bug #5446 reported by Koizumi Satoru. …
Nouvelles hebdomadaires de PostgreSQL – 9 mai 2010 – PostgreSQLfr.org
Jun 2nd
In pgsql/doc/src/sgml/config.sgml, change wording so that you don’t need to understand that wal_levels form a hierarchy. Per Simon Riggs’s suggestion. In pgsql/src/backend/access/transam/xlog.c, need to hold ControlFileLock while …
Nouvelles hebdomadaires de PostgreSQL – 2 mai 2010 – PostgreSQLfr.org
Jun 2nd
In pgsql/doc/src/sgml/jadetex.cfg, install a workaround for ‘TeX capacity exceeded’ problem when building PDF output for recent versions of the documentation. There is probably a better answer out there somewhere, but we need something …
PostgreSQL: Weekly News – May 31 2010
Jun 2nd
In pgsql/doc/src/sgml/ref/savepoint.sgml, make it more clear that you need to release savepoint with RELEASE SAVEPOINT to make an older savepoint with the same name accessible. It’s also possible to implicitly release the savepoint by …
Wöchentlicher PostgreSQL Newsletter – 23. Mai 2010 – ads' corner
May 26th
In pgsql/doc/src/sgml/config.sgml, fix index entry for lo_compat_privileges, per bug #5467 from KOIZUMI Satoru. – Fix oversight in join removal patch: we have to delete the removed relation from SpecialJoinInfo relid sets as well. …
PostgreSQL: Weekly News – May 23 2010
May 25th
In pgsql/doc/src/sgml/ref/notify.sgml, move pg_notify() details to a subsection within the NOTIFY reference page. This allows the index to reference the pg_notify() subsection specifically, rather than Notes section of the NOTIFY …
PostgreSQL: Weekly News – May 16 2010
May 25th
In pgsql/doc/src/sgml/ref/pg_restore.sgml, improve documentation of pg_restore’s -l and -L switches to point out their interactions with filtering switches, such as -n and -t. Per a complaint from Russell Smith. …
Wöchentlicher PostgreSQL Newsletter – 16. Mai 2010 – ads' corner
May 19th
Advanced Server mention in SGML docs. – Remove all mentions of EnterpriseDB Advanced Server from pg_upgrade; EDB must maintain their own patch set for this. – Use NAMEDATALEN instead of local define. Modify path separators for …
PostgreSQL: Weekly News – May 09 2010
May 17th
In pgsql/doc/src/sgml/config.sgml, change wording so that you don’t need to understand that wal_levels form a hierarchy. Per Simon Riggs’s suggestion. – In pgsql/src/backend/access/transam/xlog.c, need to hold ControlFileLock while …