| Age | Commit message (Expand) | Author |
| 2011-07-02 | In pg_upgrade 9.0 and 9.1, document suggestion of using a non-default | Bruce Momjian |
| 2011-06-23 | In pg_upgrade docs, clarify that link mode uses "hard" links. | Bruce Momjian |
| 2011-06-20 | Fix missed use of "cp -i" in an example, per Fujii Masao. | Tom Lane |
| 2011-06-17 | Don't use "cp -i" in the example WAL archive_command. | Tom Lane |
| 2011-06-14 | In pg_upgrade, document that link mode has to have data directories on | Bruce Momjian |
| 2011-06-14 | Fix grammatical mistake introduced by previous commit | Alvaro Herrera |
| 2011-06-14 | Mention DROP TABLE as well as ALTER TABLE NO INHERIT | Alvaro Herrera |
| 2011-06-13 | Expand warnings on locks acquired by CREATE INDEX CONCURRENTLY | Alvaro Herrera |
| 2011-06-13 | Remove parentheses from mention of current_schemas function. | Robert Haas |
| 2011-06-13 | Add doc cross-reference to search_path discussion of current_schemas(). | Robert Haas |
| 2011-06-09 | Support silent mode for service registrations on win32 | Magnus Hagander |
| 2011-06-09 | Fix documentation of information_schema.element_types | Peter Eisentraut |
| 2011-06-04 | Fix documentation reference to "above" example | Peter Eisentraut |
| 2011-06-04 | More ECPG documentation fixes | Peter Eisentraut |
| 2011-06-04 | ECPG documentation fix | Peter Eisentraut |
| 2011-05-31 | Protect GIST logic that assumes penalty values can't be negative. | Tom Lane |
| 2011-05-10 | Update documentation to state there is three-value logic, not | Bruce Momjian |
| 2011-04-28 | The arguments to pg_ctl kill are not optional - remove brackets in the docs. | Heikki Linnakangas |
| 2011-04-27 | Add comments about the need to avoid uninitialized bits in datatype values. | Tom Lane |
| 2011-04-15 | Note that Bison on GnuWin32 has trouble with paths with spaces | Magnus Hagander |
| 2011-04-15 | Specify which versions of the Platform SDK are supported | Magnus Hagander |
| 2011-04-14 | Update release notes for releases 9.0.4, 8.4.8, 8.3.15, and 8.2.21. | Tom Lane |
| 2011-03-28 | Correct "characters" to "bytes" in createdb docs. | Robert Haas |
| 2011-03-23 | Improve user-defined-aggregates documentation. | Tom Lane |
| 2011-03-23 | Fix ancient typo in user-defined-aggregates documentation. | Tom Lane |
| 2011-03-02 | Correct mistaken claims about EXPLAIN ANALYZE's handling of triggers. | Tom Lane |
| 2011-03-01 | Update discussion of EXPLAIN to reflect existence of ModifyTable nodes. | Tom Lane |
| 2011-02-13 | Clarify documentation for libpq's PQescapeBytea to mention the new hex | Bruce Momjian |
| 2011-02-03 | Fix typo. | Magnus Hagander |
| 2011-02-01 | Create new errcode for recovery conflict caused by db drop on master. | Simon Riggs |
| 2011-01-27 | Update release notes. | Tom Lane |
| 2011-01-27 | Update release notes for releases 9.0.3, 8.4.7, 8.3.14, and 8.2.20. | Tom Lane |
| 2011-01-25 | Correct ALTER TYPE -> SET DATA TYPE in ALTER TABLE documentation. | Robert Haas |
| 2011-01-20 | Document that WITH queries are also called Common Table Expressions. | Robert Haas |
| 2011-01-11 | Typo fix | Magnus Hagander |
| 2011-01-08 | Remove bogus claims regarding createuser defaults. | Robert Haas |
| 2011-01-06 | Update documentation to say that \lo_import sets :LASTOID, not | Bruce Momjian |
| 2010-12-25 | Correct spelling: longjump() -> longjmp(). | Robert Haas |
| 2010-12-24 | Fix grammar | Peter Eisentraut |
| 2010-12-24 | Backpatch to 9.0 a doc mention that a BBU does not prevent partial page | Bruce Momjian |
| 2010-12-18 | Document unavailable parameters in some configurations | Magnus Hagander |
| 2010-12-14 | Update release notes for releases 9.0.2, 8.4.6, 8.3.13, 8.2.19, and 8.1.23. | Tom Lane |
| 2010-12-09 | Force default wal_sync_method to be fdatasync on Linux. | Tom Lane |
| 2010-11-12 | docs -> documentation | Peter Eisentraut |
| 2010-11-10 | Mention that pg_upgrade requires compatible 32/64-bit binaries. | Bruce Momjian |
| 2010-11-09 | plpython has plpy.Error instead of plpy.ERROR | Alvaro Herrera |
| 2010-10-26 | Note explicitly that hash indexes are also not replicated because they're not | Heikki Linnakangas |
| 2010-10-22 | Add semicolon, missed in previous patch. And update the keyword list in | Heikki Linnakangas |
| 2010-10-20 | Update storage.sgml to describe the 9.0 tablespace directory layout. | Tom Lane |
| 2010-10-19 | Add mention of using tools/fsync to test fsync methods. Restructure | Bruce Momjian |