| Age | Commit message (Expand) | Author |
| 2013-03-03 | doc: A few awkward phrasing fixes | Peter Eisentraut |
| 2013-02-25 | doc: Fix markup typo | Peter Eisentraut |
| 2013-02-24 | doc: Remove PostgreSQL version number from xml2 deprecation notice | Peter Eisentraut |
| 2013-02-06 | Enable building with Microsoft Visual Studio 2012. | Andrew Dunstan |
| 2013-02-04 | Prevent execution of enum_recv() from SQL. | Tom Lane |
| 2013-02-04 | Update release notes for 9.2.3, 9.1.8, 9.0.12, 8.4.16, 8.3.23. | Tom Lane |
| 2013-02-04 | Reset vacuum_defer_cleanup_age to PGC_SIGHUP. | Simon Riggs |
| 2013-02-02 | Mark vacuum_defer_cleanup_age as PGC_POSTMASTER. | Simon Riggs |
| 2013-01-31 | pg_upgrade docs: mention modification of postgresql.conf in new cluster | Bruce Momjian |
| 2013-01-28 | DROP OWNED: don't try to drop tablespaces/databases | Alvaro Herrera |
| 2013-01-25 | doc: merge ecpg username/password example into C comment | Bruce Momjian |
| 2013-01-25 | docs: In ecpg, clarify how username/password colon parameters are used | Bruce Momjian |
| 2013-01-25 | doc: improve wording of "foreign data server" in file-fdw docs | Bruce Momjian |
| 2013-01-25 | Make pg_dump exclude unlogged table data on hot standby slaves | Magnus Hagander |
| 2013-01-25 | doc: correct sepgsql doc about permission checking of CASCADE | Bruce Momjian |
| 2013-01-24 | Fix SPI documentation for new handling of ExecutorRun's count parameter. | Tom Lane |
| 2013-01-21 | doc: Fix syntax of a URL | Peter Eisentraut |
| 2013-01-20 | Clarify that streaming replication can be both async and sync | Magnus Hagander |
| 2013-01-04 | Invent a "one-shot" variant of CachedPlans for better performance. | Tom Lane |
| 2013-01-01 | Update copyrights for 2013 | Bruce Momjian |
| 2012-12-30 | doc: Correct description of LDAP authentication | Peter Eisentraut |
| 2012-12-24 | Fix some minor issues in view pretty-printing. | Tom Lane |
| 2012-12-22 | Fix documentation typo. | Tom Lane |
| 2012-12-20 | Fix pg_extension_config_dump() to handle update cases more sanely. | Tom Lane |
| 2012-12-09 | Fix assorted bugs in privileges-for-types patch. | Tom Lane |
| 2012-12-08 | Update iso.org page link | Peter Eisentraut |
| 2012-12-03 | Update release notes for 9.2.2, 9.1.7, 9.0.11, 8.4.15, 8.3.22. | Tom Lane |
| 2012-12-03 | Fix documentation of path(polygon) function. | Tom Lane |
| 2012-12-02 | Recommend triggers, not rules, in the CREATE VIEW reference page. | Tom Lane |
| 2012-12-01 | doc: Fix broken links to DocBook wiki | Peter Eisentraut |
| 2012-11-29 | Fix assorted bugs in CREATE/DROP INDEX CONCURRENTLY. | Tom Lane |
| 2012-11-26 | Revert patch for taking fewer snapshots. | Tom Lane |
| 2012-11-09 | XSLT stylesheet: Add slash to directory name | Peter Eisentraut |
| 2012-11-07 | In pg_upgrade docs, mention using base backup as part of rsync for | Bruce Momjian |
| 2012-10-31 | Document that TCP keepalive settings read as 0 on Unix-socket connections. | Tom Lane |
| 2012-10-26 | In pg_dump, dump SEQUENCE SET items in the data not pre-data section. | Tom Lane |
| 2012-10-20 | Fix pg_dump's handling of DROP DATABASE commands in --clean mode. | Tom Lane |
| 2012-10-17 | Fix typo in previous commit | Simon Riggs |
| 2012-10-17 | Clarify hash index caution and copy to CREATE INDEX docs | Simon Riggs |
| 2012-10-10 | Update obsolete text in fdwhandler.sgml. | Tom Lane |
| 2012-10-05 | Removed sentence about not being able to retrieve more than one row at a time, | Michael Meskes |
| 2012-10-04 | Fix permissions explanations in CREATE DATABASE and CREATE SCHEMA docs. | Tom Lane |
| 2012-09-28 | Fix tar files emitted by pg_basebackup to be POSIX conformant. | Tom Lane |
| 2012-09-25 | Fix examples of how to use "su" while starting the server. | Tom Lane |
| 2012-09-19 | Update release notes for 9.2.1, 9.1.6, 9.0.10, 8.4.14, 8.3.21. | Tom Lane |
| 2012-09-17 | Provide adequate documentation of the "table_name *" notation. | Tom Lane |
| 2012-09-16 | Fix documentation reference to maximum allowed for autovacuum_freeze_max_age. | Kevin Grittner |
| 2012-09-12 | Fix catalog docs to reflect connoinherit change in 09ff76f. | Andrew Dunstan |
| 2012-09-12 | Fix typo: lexemes misspelled in full text search docs. | Kevin Grittner |
| 2012-09-06 | Fix typo in information_schema documentation. | Tom Lane |