| Age | Commit message (Expand) | Author |
| 2012-08-30 | Document how to prevent PostgreSQL itself from exhausting memory. | Robert Haas |
| 2012-08-30 | Document that COPY OUT requires an absolute pathname. | Robert Haas |
| 2012-08-30 | Remove old documentation warnings about the use of bigint. | Bruce Momjian |
| 2012-08-30 | Document that xslt-related RPMs may be needed to build docs. | Robert Haas |
| 2012-08-30 | Document that NOTIFY events are visible to all users. | Bruce Momjian |
| 2012-08-28 | Adjust pg_test_timing to show shortest test durations first, place | Bruce Momjian |
| 2012-08-28 | Update doc mention of how to compute bigint advisory lock value, per Tom | Bruce Momjian |
| 2012-08-28 | Document how to create advisory lock "bigint" values in SQL. | Bruce Momjian |
| 2012-08-28 | Improve a couple of 9.2 release note entries. | Tom Lane |
| 2012-08-28 | Add section IDs to subsections of syntax.sgml that lacked them. | Tom Lane |
| 2012-08-27 | Document the lack of reading the PGDATABASE environment variable in | Bruce Momjian |
| 2012-08-27 | Update FreeBSD kernel configuration documentation. | Bruce Momjian |
| 2012-08-26 | Clarify documentation that primary key and unique constraints are copied | Bruce Momjian |
| 2012-08-25 | Document clearly that psql \! parameter interpretation limitations are | Bruce Momjian |
| 2012-08-25 | Some spelling adjustments in release notes | Peter Eisentraut |
| 2012-08-25 | Normalize some British spellings | Peter Eisentraut |
| 2012-08-24 | Put options on man page and in help output in slightly better order | Peter Eisentraut |
| 2012-08-23 | Fix typo in example. | Heikki Linnakangas |
| 2012-08-23 | Add instructions for setting up documentation tool chain on Mac OS X | Peter Eisentraut |
| 2012-08-23 | Remove overly-pessimistic statement about constraint exclusion. | Tom Lane |
| 2012-08-22 | Make a cut at a major-features list for 9.2. | Tom Lane |
| 2012-08-22 | Make an editorial pass over the 9.2 release notes. | Tom Lane |
| 2012-08-22 | Fix erroneous documentation of synchronous_commit = remote_write. | Tom Lane |
| 2012-08-22 | Fix typo. | Bruce Momjian |
| 2012-08-22 | Document that pg_reload_conf() is also an easy way to reload the | Bruce Momjian |
| 2012-08-22 | Update 9.2 release notes to reflect commits to date. | Tom Lane |
| 2012-08-21 | Add a note to the MVCC chapter that some things aren't transactional. | Robert Haas |
| 2012-08-17 | Copy-editing for recent window-functions documentation rewrite. | Tom Lane |
| 2012-08-17 | Update 'int' protocol documentation mention to be "signed", per request | Bruce Momjian |
| 2012-08-16 | Document that tab completation can interfere with some SQL commands. | Bruce Momjian |
| 2012-08-16 | Add warning about pg_ctl restart and the use of relative paths on the command... | Bruce Momjian |
| 2012-08-16 | In docs, clarify that, without ORDER BY, the window frame is all rows in | Bruce Momjian |
| 2012-08-16 | Revert: In docs, change a few cases of "not important" to | Bruce Momjian |
| 2012-08-16 | Rewrite window function reference section to more clearly explain | Bruce Momjian |
| 2012-08-16 | In docs, change a few cases of "not important" to "unimportant". | Bruce Momjian |
| 2012-08-16 | Fix SGML markup; missing tag. | Bruce Momjian |
| 2012-08-16 | Document that PGDATA has to point to the configuration files, rather | Bruce Momjian |
| 2012-08-16 | Document that pg_ctl -w allows for the entry of an SSL passphase on | Bruce Momjian |
| 2012-08-16 | Add CREATE FOREIGN TABLE doc reference to CREATE SERVER. | Bruce Momjian |
| 2012-08-16 | Properly document that NEW is unassigned in plpgsql for DELETE (not | Bruce Momjian |
| 2012-08-15 | On second thought, explain why date_trunc("week") on interval values is | Bruce Momjian |
| 2012-08-15 | Document why you can't use date_trunc("week") on intervals. | Bruce Momjian |
| 2012-08-15 | Document that foreign "version" and "type" values are only useful to | Bruce Momjian |
| 2012-08-15 | Properly escape usernames in initdb, so names with single-quotes are | Bruce Momjian |
| 2012-08-15 | Add more limited large object trigger example. | Bruce Momjian |
| 2012-08-15 | Add doc example of restricting large object trigger firing to only | Bruce Momjian |
| 2012-08-14 | Update release notes for 9.1.5, 9.0.9, 8.4.13, 8.3.20. | Tom Lane |
| 2012-08-14 | Prevent access to external files/URLs via contrib/xml2's xslt_process(). | Tom Lane |
| 2012-08-14 | In documentation, change "recommendable" to "recommended", per | Bruce Momjian |
| 2012-08-11 | Add link from COPY ref page to psql \copy. | Tom Lane |