BTM
Posts tagged wöchentlicher
Wöchentlicher PostgreSQL Newsletter – 15. August 2010 – ads' corner
Sep 7th
In pgsql/doc/src/sgml/datatype.sgml, <example> is a floating element, so it’s use is inappropriate when the surrounding text refers to the example inline. – Add some links to tables in the docs. Heikki Linnakangas committed: …
Wöchentlicher PostgreSQL Newsletter – 08. August 2010 – ads' corner
Aug 9th
In pgsql/doc/src/sgml/syntax.sgml, add an example to clarify the use of ORDER BY in multiple-argument aggregates. People seem to not get this right without help. – In pgsql/doc/src/sgml/libpq.sgml, fix sloppy mistakes in …
Wöchentlicher PostgreSQL Newsletter – 01. August 2010 – ads' corner
Aug 9th
surrounding SGML, because whitespace is significant, and indenting them creates erratic whitespace in the output. The CSS stylesheets already take care of indenting the output. Assorted markup improvements to go along with it. …
Wöchentlicher PostgreSQL Newsletter – 25. Juli 2010 – ads' corner
Jul 26th
In pgsql/doc/src/sgml/ref/create_table.sgml, remove tabs from sgml file. Magnus Hagander committed: – Backpatch reservation of shared memory region during backend startup on Windows, so that memory allocated by starting third party DLLs …
Wöchentlicher PostgreSQL Newsletter – 18. Juli 2010 – ads' corner
Jul 19th
In pgsql/doc/src/sgml/wal.sgml, fix typo spotted by Thom Brown. Peter Eisentraut committed: – Add server authentication over Unix-domain sockets. This adds a libpq connection parameter requirepeer that specifies the user name …
Wöchentlicher PostgreSQL Newsletter – 11. Juli 2010 – ads' corner
Jul 19th
Make pg_upgrade copyrights just 2010, not 2010-2010. – In pgsql/doc/src/sgml/func.sgml, document more clearly on XML namespaces inside xpath function. Nikolay Samokhvalov. – In pgsql/doc/src/sgml/config.sgml, remove SGML tab. …
Wöchentlicher PostgreSQL Newsletter – 13. Juni 2010 – ads' corner
Jul 9th
in SGML Makefile, for clarity. – In pgsql/doc/src/sgml/Makefile, add SGML Makefile rule for single-page text, postgres.txt. – Have pg_upgrade create its output files in the current directory, rather than in a subdirectory of the $HOME …
Wöchentlicher PostgreSQL Newsletter – 27. Juni 2010 – ads' corner
Jun 29th
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 …
Wöchentlicher PostgreSQL Newsletter – 06. Juni 2010 – ads' corner
Jun 13th
In pgsql/doc/src/sgml/func.sgml, improve our explanation of the. OVERLAPS operator. Per gripe from Frank van Vugt. Peter Eisentraut committed: – Fix some inconsistent quoting of wal_level values in messages. …
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. …