| Age | Commit message (Expand) | Author |
| 2017-01-23 | doc: Update URL for Microsoft download site | Peter Eisentraut |
| 2017-01-03 | Update copyright for 2017 | Bruce Momjian |
| 2017-01-03 | Remove bogus notice that older clients might not work with MD5 passwords. | Heikki Linnakangas |
| 2016-12-29 | Fix incorrect example of to_timestamp() usage. | Tom Lane |
| 2016-12-27 | Explain unaccounted for space in pgstattuple. | Andrew Dunstan |
| 2016-12-22 | Fix buffer overflow on particularly named files and clarify documentation about | Michael Meskes |
| 2016-12-14 | Back-patch fcff8a575198478023ada8a48e13b50f70054766 as a bug fix. | Kevin Grittner |
| 2016-12-07 | Handle empty or all-blank PAGER setting more sanely in psql. | Tom Lane |
| 2016-11-30 | Doc: improve description of trim() and related functions. | Tom Lane |
| 2016-11-29 | Clarify pg_dump -b documentation | Stephen Frost |
| 2016-11-22 | Doc: improve documentation about composite-value usage. | Tom Lane |
| 2016-11-22 | Doc: add a section in Part II concerning RETURNING. | Tom Lane |
| 2016-11-08 | Fix typo | Magnus Hagander |
| 2016-11-06 | Rationalize and document pltcl's handling of magic ".tupno" array element. | Tom Lane |
| 2016-10-24 | Release notes for 9.6.1, 9.5.5, 9.4.10, 9.3.15, 9.2.19, 9.1.24. | Tom Lane |
| 2016-10-21 | Doc: wording tweak for PERL, PYTHON, TCLSH configuration variables. | Tom Lane |
| 2016-09-26 | Document has_type_privilege(). | Tom Lane |
| 2016-09-23 | Doc: fix examples of # operators so they actually work. | Tom Lane |
| 2016-09-20 | doc: Fix documentation to match actual make output | Peter Eisentraut |
| 2016-09-20 | doc: Correct ALTER USER MAPPING example | Peter Eisentraut |
| 2016-09-02 | Don't require dynamic timezone abbreviations to match underlying time zone. | Tom Lane |
| 2016-08-11 | Doc: write some for adminpack. | Tom Lane |
| 2016-08-09 | Doc: clarify description of CREATE/ALTER FUNCTION ... SET FROM CURRENT. | Tom Lane |
| 2016-08-08 | Last-minute updates for release notes. | Tom Lane |
| 2016-08-08 | Introduce a psql "\connect -reuse-previous=on|off" option. | Noah Misch |
| 2016-08-08 | Release notes for 9.5.4, 9.4.9, 9.3.14, 9.2.18, 9.1.23. | Tom Lane |
| 2016-08-07 | Fix misestimation of n_distinct for a nearly-unique column with many nulls. | Tom Lane |
| 2016-08-03 | doc: Remove documentation of nonexistent information schema columns | Peter Eisentraut |
| 2016-08-02 | doc: OS collation changes can break indexes | Bruce Momjian |
| 2016-08-01 | Fix pg_basebackup so that it accepts 0 as a valid compression level. | Fujii Masao |
| 2016-07-31 | Doc: remove claim that hash index creation depends on effective_cache_size. | Tom Lane |
| 2016-07-30 | doc: apply hypen fix that was not backpatched | Bruce Momjian |
| 2016-07-28 | Improve documentation about CREATE TABLE ... LIKE. | Tom Lane |
| 2016-07-28 | Fix incorrect description of udt_privileges view in documentation. | Fujii Masao |
| 2016-07-26 | Fix constant-folding of ROW(...) IS [NOT] NULL with composite fields. | Tom Lane |
| 2016-07-15 | doc: Fix typos | Peter Eisentraut |
| 2016-07-11 | doc: Update URL for PL/PHP | Peter Eisentraut |
| 2016-07-02 | doc: mention dependency on collation libraries | Bruce Momjian |
| 2016-06-22 | Document that dependency tracking doesn't consider function bodies. | Tom Lane |
| 2016-06-19 | Docs: improve description of psql's %R prompt escape sequence. | Tom Lane |
| 2016-06-09 | Clarify documentation of ceil/ceiling/floor functions. | Tom Lane |
| 2016-05-20 | Further improve documentation about --quote-all-identifiers switch. | Tom Lane |
| 2016-05-20 | Improve documentation about pg_dump's --quote-all-identifiers switch. | Tom Lane |
| 2016-05-14 | doc: Fix typo | Peter Eisentraut |
| 2016-05-07 | Release notes for 9.5.3, 9.4.8, 9.3.13, 9.2.17, 9.1.22. | Tom Lane |
| 2016-05-04 | doc: Fix more typos | Peter Eisentraut |
| 2016-05-04 | doc: Fix typos | Peter Eisentraut |
| 2016-04-16 | doc: Add missing parentheses | Peter Eisentraut |
| 2016-04-05 | Fix broken ALTER INDEX documentation | Alvaro Herrera |
| 2016-03-30 | Remove TZ environment-variable entry from postgres reference page. | Tom Lane |