BTM
Posts tagged postgresql:
PostgreSQL: Weekly News – August 29 2010
Sep 7th
In a bit more., document filtering dictionaries in textsearch.sgml. While at it, copy-edit the description of prefix-match marker support in synonym dictionaries, and clarify the description of the default …
PostgreSQL: Weekly News – August 15 2010
Sep 7th
In pgsql/doc/src/sgml/ecpg.sgml, fix incorrect errno definitions in ECPG manual. ecpgerrno.h hasn’t materially changed since PostgreSQL 7.4, so this has been wrong for a very long time. Back-patch all the way. Satoshi Nagayasu. …
PostgreSQL: Weekly News – August 22 2010
Sep 7th
In pgsql/doc/src/sgml/lo.sgml, revert: looks like Binary Large OBject[sic] wasn’t a misspelling. – Backpatch some blatant spelling mistakes in the docs. – Remove extra newlines at end and beginning of files, add missing newlines at end …
PostgreSQL: Weekly News – August 01 2010
Aug 9th
Block elements with verbatim formatting (literallayout, programlisting, screen, synopsis) should be aligned at column 0 independent of the surrounding SGML, because whitespace is significant, and indenting them creates erratic …
PostgreSQL: Weekly News – July 25 2010
Jul 27th
In pgsql/doc/src/sgml/xfunc.sgml, add INSERT statement to example so that it can be reproduced from John Gage. Robert Haas committed: – Change the default value of standard_conforming_strings to on. This change should be publicized to …
PostgreSQL: Weekly News – July 18 2010
Jul 26th
In pgsql/doc/src/sgml/release-9.0.sgml, 9.0 release note improvements Erik Rijkers. – In pgsql/doc/src/sgml/release-9.0.sgml, restore pl/pgsql default install release note item. – In pg_upgrade, prevent psql AUTOCOMMIT=off by not …
PostgreSQL: Weekly News – July 11 2010
Jul 19th
In pgsql/doc/src/sgml/release-9.0.sgml, add compatibility note warning that plpgsql is now stricter about the column datatypes of composite results, per gripe from Marcel Asio. Some desultory copy-editing of plpgsql-related sections of …
PostgreSQL: Weekly News – June 27 2010
Jul 6th
In pgsql/doc/src/sgml/libpq.sgml, rewrite docs for new libpq keepalive parameters. The revised documentation makes it more clear that these are client-side parameters, rather than server side parameters. It also puts the main point of …
PostgreSQL: Weekly News – June 13 2010
Jun 29th
In pgsql/doc/src/sgml/plhandler.sgml, make procedural language handler reference C-language function docs. Based on suggestions from Jonathan Leto and Joshua Tolley. – In pgsql/src/backend/commands/explain.c, attempt to fix EXPLAIN …
PostgreSQL: Weekly News – June 20 2010
Jun 29th
In pgsql/doc/src/sgml/ref/analyze.sgml, document new 9.0 behavior of ANALYZE on inheritance hierarchies. In particular, note that autovacuum does not yet understand that it might need to vacuum inheritance parents as a result of changes …