| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-08-24 | Further editing of release notes. | Tom Lane | |
| 2010-08-24 | Fix awkward wording in Incrementally Updated Backups docs. | Bruce Momjian | |
| Backpatch to 9.0.X. | |||
| 2010-08-24 | Clarifications for 9.0 release notes | Bruce Momjian | |
| Josh Berkus | |||
| 2010-08-24 | Update autovacuum_freeze_max_age documentation to mention that the | Bruce Momjian | |
| default is low because of pg_clog file removal. Backpatch to 9.0.X. | |||
| 2010-08-23 | Make an editorial pass over the 9.0 release notes. | Tom Lane | |
| This is mostly about grammar, style, and presentation, though I did find a few small factual errors. | |||
| 2010-08-22 | Document that autovacuum_freeze_max_age is used for pg_clog recycling. | Bruce Momjian | |
| We already mentioned xid wraparound. | |||
| 2010-08-19 | Bring some sanity to the trace_recovery_messages code and docs. | Tom Lane | |
| Per gripe from Fujii Masao, though this is not exactly his proposed patch. Categorize as DEVELOPER_OPTIONS and set context PGC_SIGHUP, as per Fujii, but set the default to LOG because higher values aren't really sensible (see the code for trace_recovery()). Fix the documentation to agree with the code and to try to explain what the variable actually does. Get rid of no-op calls trace_recovery(LOG), which accomplish nothing except to demonstrate that this option confuses even its author. | |||
| 2010-08-17 | Revert: looks like Binary Large OBject[sic] wasn't a misspelling | Peter Eisentraut | |
| 2010-08-17 | Spell and markup checking | Peter Eisentraut | |
| 2010-08-15 | Assorted improvements to backup/restore documentation, per Thom Brown. | Tom Lane | |
| 2010-08-15 | Clarify bit numbering in get_bit/set_bit etc. Per gripe from | Tom Lane | |
| Boszormenyi Zoltan. | |||
| 2010-08-15 | Improve pgarchivecleanup documentation, per comments from Satoshi Nagayasu. | Tom Lane | |
| 2010-08-15 | Add link and additional index reference to pgcrypto. | Robert Haas | |
| Kevin Grittner, with markup adjustments. | |||
| 2010-08-13 | Reorder docs on lexical structure slightly for clarity. | Robert Haas | |
| Thom Brown | |||
| 2010-08-12 | Back out syntax case changes --- seems they were intentional. | Bruce Momjian | |
| 2010-08-11 | Properly lowercase identifiers, uppercase keywords, in doc examples | Bruce Momjian | |
| 2010-08-11 | Fix one more incorrect errno definition in the ECPG manual. | Robert Haas | |
| Again, back-patch all the way to 7.4. | |||
| 2010-08-11 | Fix incorrect errno definitions in ECPG manual. | Robert Haas | |
| 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 | |||
| 2010-08-10 | Add some links to tables | Peter Eisentraut | |
| 2010-08-10 | <example> is a floating element, so it's use is inappropriate when the | Peter Eisentraut | |
| surrounding text refers to the example inline. | |||
| 2010-08-10 | Use double quotes rather than double quotes for libpq target anchors. | Robert Haas | |
| Per observation from Tom Lane that the previous patch to these files was not consistent with what is done elsewhere in the docs. | |||
| 2010-08-09 | Add EXPLAIN documentation example. | Bruce Momjian | |
| gabrielle <gorthx@gmail.com> Backpatch to 9.0.X. | |||
| 2010-08-09 | Provide stable target anchors for libpq functions. | Robert Haas | |
| Daniele Varrazzo | |||
| 2010-08-06 | Fix indexterm spelling | Peter Eisentraut | |
| 2010-08-06 | Let's put that </link> in a sane place ... | Tom Lane | |
| 2010-08-06 | Fix inaccurate description of deferrable unique constraints, per Dean Rasheed. | Tom Lane | |
| 2010-08-06 | Rearrange "big features" section of the release notes. | Robert Haas | |
| Josh Berkus | |||
| 2010-08-05 | Document which Python environment variables affect PL/Python | Peter Eisentraut | |
| 2010-08-05 | Remove the single-argument form of string_agg(). It added nothing much in | Tom Lane | |
| functionality, while creating an ambiguity in usage with ORDER BY that at least two people have already gotten seriously confused by. Also, add an opr_sanity test to check that we don't in future violate the newly minted policy of not having built-in aggregates with the same name and different numbers of parameters. Per discussion of a complaint from Thom Brown. | |||
| 2010-08-04 | Forgot to back-patch earlier change to documentation for aggregate | Tom Lane | |
| ORDER BY clauses. | |||
| 2010-08-04 | Fix sloppy mistakes in documentation of PQescapeLiteral and PQescapeIdentifier. | Tom Lane | |
| Noted by Dmitriy Igrishin. | |||
| 2010-07-29 | Update release notes for 9.0 beta 4. Back-patch some changes that were made ↵ | Tom Lane | |
| only in HEAD. | |||
| 2010-07-29 | Fix indentation of verbatim block elements | Peter Eisentraut | |
| 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 whitespace in the output. The CSS stylesheets already take care of indenting the output. Assorted markup improvements to go along with it. | |||
| 2010-07-29 | Work around a documentation toolchain problem by replacing the "AIX-fixlevels" | Tom Lane | |
| table with a <variablelist> carrying the same information. Previously the 9.0 documentation was failing to build as a US-size PDF file. It's quite obscure what the real problem is or why this avoids it, but we need a hack now so we can build docs for beta4. In passing do a bit of editing in the AIX installation docs, in particular remove a long-obsolete claim that the regression tests are likely to fail. | |||
| 2010-07-27 | Fix typo in PL/pgsql code example. | Robert Haas | |
| Backpatch to 8.4. Marc Cousin. Review by Kevin Grittner. | |||
| 2010-07-27 | Spelling fixes | Peter Eisentraut | |
| 2010-07-26 | Fix grammar | Peter Eisentraut | |
| backpatched to 8.1 | |||
| 2010-07-26 | Add table creation and population to example | Peter Eisentraut | |
| from John Gage | |||
| 2010-07-25 | Add INSERT statement to example so that it can be reproduced | Peter Eisentraut | |
| from John Gage | |||
| 2010-07-25 | Prevent pg_upgrade from migrating databases that use reg* data types | Bruce Momjian | |
| where the oid is not preserved by pg_upgrade (everything but pg_type). Update documentation. Per bug report from depstein@alliedtesting.com. | |||
| 2010-07-24 | Fix typo | Peter Eisentraut | |
| 2010-07-24 | Tidy up boolean data type page | Peter Eisentraut | |
| by Thom Brown | |||
| 2010-07-16 | Fix typo spotted by Thom Brown. | Heikki Linnakangas | |
| 2010-07-16 | Add a paragraph explaining what restartpoints are. Mention that | Heikki Linnakangas | |
| wal_keep_segments does not take effect during recovery. Fujii Masao | |||
| 2010-07-14 | Use an <xref> for restore_command reference. Marko Tiikkaja | Tom Lane | |
| 2010-07-14 | Allow full SSL certificate verification (wherein libpq checks its host name | Tom Lane | |
| parameter against server cert's CN field) to succeed in the case where both host and hostaddr are specified. As with the existing precedents for Kerberos, GSSAPI, SSPI, it is the calling application's responsibility that host and hostaddr match up --- we just use the host name as given. Per bug #5559 from Christopher Head. In passing, make the error handling and messages for the no-host-name-given failure more consistent among these four cases, and correct a lie in the documentation: we don't attempt to reverse-lookup host from hostaddr if host is missing. Back-patch to 8.4 where SSL cert verification was introduced. | |||
| 2010-07-10 | Clarify that "psql -c" ignores psqlrc files. | Robert Haas | |
| Tim Landscheidt | |||
| 2010-07-08 | Update release notes for 9.0 beta 3. | Bruce Momjian | |
| 2010-07-08 | Some small changes for plperl.sgml: | Peter Eisentraut | |
| - wrapped long code-lines, for pdf - typo Erik Rijkers | |||
| 2010-07-08 | Install safeguard against running PL/Python 2 and 3 in the same session | Peter Eisentraut | |
