| Age | Commit message (Expand) | Author |
| 2011-01-02 | Basic foreign table support. | Robert Haas |
| 2011-01-01 | Minor wordsmithing. | Robert Haas |
| 2011-01-01 | Stamp copyrights for year 2011. | Bruce Momjian |
| 2010-12-31 | Include the first valid listen address in pg_ctl to improve server start | Bruce Momjian |
| 2010-12-30 | Remove tabs in SGML | Peter Eisentraut |
| 2010-12-29 | Doc wording improvement: taken -> accepted | Bruce Momjian |
| 2010-12-29 | Support unlogged tables. | Robert Haas |
| 2010-12-29 | Add REPLICATION privilege for ROLEs | Magnus Hagander |
| 2010-12-29 | Reclassify DEFAULT as a column_constraint item in the CREATE TABLE syntax. | Tom Lane |
| 2010-12-28 | No release notes update, just advance the dateREL9_1_ALPHA3 | Peter Eisentraut |
| 2010-12-28 | Fix ill-advised placement of PGRES_COPY_BOTH enum value. | Tom Lane |
| 2010-12-28 | Fix list of functions that are restricted to superusers | Magnus Hagander |
| 2010-12-27 | Update SGML docs describing the contents of the postmaster.pid file, | Bruce Momjian |
| 2010-12-27 | Break up long line, per Leslie S Satenstein. | Alvaro Herrera |
| 2010-12-27 | Corrections to patch adding SQL/MED error codes. | Robert Haas |
| 2010-12-25 | Correct spelling: longjump() -> longjmp(). | Robert Haas |
| 2010-12-24 | Fix grammar | Peter Eisentraut |
| 2010-12-24 | Improve "pg_ctl -w start" server detection by writing the postmaster | Bruce Momjian |
| 2010-12-24 | Move the documentation of --no-security-label to a more sensible place | Peter Eisentraut |
| 2010-12-24 | Release notes for 9.1alpha3 | Peter Eisentraut |
| 2010-12-24 | Document pg_dump(all) --no-security-label instead of --security-label. | Robert Haas |
| 2010-12-23 | Rewrite the GiST insertion logic so that we don't need the post-recovery | Heikki Linnakangas |
| 2010-12-23 | Document that BBU's do not allow partial page writes to be safely turned | Bruce Momjian |
| 2010-12-22 | Typo fix. | Robert Haas |
| 2010-12-22 | Wording improvements for pg_ctl manual page. | Bruce Momjian |
| 2010-12-22 | Add PQlibVersion() function to libpq | Magnus Hagander |
| 2010-12-20 | Fix typo | Alvaro Herrera |
| 2010-12-19 | Support for collecting crash dumps on Windows | Magnus Hagander |
| 2010-12-17 | Waiting for complete startup is now a well-defined operation. | Robert Haas |
| 2010-12-16 | Some copy editing of pg_read_binary_file() patch. | Robert Haas |
| 2010-12-16 | Document timestamptz a little better. | Robert Haas |
| 2010-12-15 | Add pg_read_binary_file() and whole-file-at-once versions of pg_read_file(). | Itagaki Takahiro |
| 2010-12-15 | Use "upgrade" in preference over "migrate" in pg_upgrade messages and | Bruce Momjian |
| 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-13 | Remove recently reintroduced CVS keyword | Peter Eisentraut |
| 2010-12-13 | Document replacement of pg_class.relistemp with relpersistence. | Robert Haas |
| 2010-12-11 | Allow bidirectional copy messages in streaming replication mode. | Robert Haas |
| 2010-12-11 | Minor documentation cleanup. | Robert Haas |
| 2010-12-09 | Force default wal_sync_method to be fdatasync on Linux. | Tom Lane |
| 2010-12-08 | Optimize commit_siblings in two ways to improve group commit. | Simon Riggs |
| 2010-12-04 | Add KNNGIST support to contrib/pg_trgm. | Tom Lane |
| 2010-12-04 | Add external documentation for KNNGIST. | Tom Lane |
| 2010-12-03 | Clarify that LOCK TABLE requires a table-level privilege. | Robert Haas |
| 2010-12-03 | Create core infrastructure for KNNGIST. | Tom Lane |
| 2010-11-29 | Be consistent about writing "[, ...]" instead "[,...]" in the docs. | Heikki Linnakangas |
| 2010-11-27 | Point out in default_tablespace's description that CREATE DATABASE ignores it. | Tom Lane |
| 2010-11-27 | New contrib module, auth_delay. | Robert Haas |
| 2010-11-27 | A bit more wordsmithing on the PQping documentation. | Tom Lane |
| 2010-11-27 | Rewrite PQping to be more like what we agreed to last week. | Tom Lane |
| 2010-11-26 | Add more ALTER <object> .. SET SCHEMA commands. | Robert Haas |