| Age | Commit message (Expand) | Author |
| 2015-02-11 | Fixed array handling in ecpg. | Michael Meskes |
| 2015-02-06 | Report WAL flush, not insert, position in replication IDENTIFY_SYSTEM | Heikki Linnakangas |
| 2015-02-02 | Last-minute updates for release notes. | Tom Lane |
| 2015-02-02 | Doc: fix syntax description for psql's \setenv. | Tom Lane |
| 2015-02-01 | doc: Improve claim about location of pg_service.conf | Peter Eisentraut |
| 2015-02-01 | Release notes for 9.4.1, 9.3.6, 9.2.10, 9.1.15, 9.0.19. | Tom Lane |
| 2015-01-31 | Fix documentation of psql's ECHO all mode. | Tom Lane |
| 2015-01-20 | Improve documentation of random() function. | Tom Lane |
| 2015-01-06 | Update copyright for 2015 | Bruce Momjian |
| 2015-01-03 | Make path to pg_service.conf absolute in documentation | Magnus Hagander |
| 2014-12-31 | Docs: improve descriptions of ISO week-numbering date features. | Tom Lane |
| 2014-12-31 | Improve consistency of parsing of psql's magic variables. | Tom Lane |
| 2014-12-29 | Assorted minor fixes for psql metacommand docs. | Tom Lane |
| 2014-12-22 | Further tidy up on json aggregate documentation | Andrew Dunstan |
| 2014-12-22 | Fix documentation of argument type of json_agg and jsonb_agg | Andrew Dunstan |
| 2014-12-21 | Docs: clarify treatment of variadic functions with zero variadic arguments. | Tom Lane |
| 2014-12-18 | Improve documentation about CASE and constant subexpressions. | Tom Lane |
| 2014-12-17 | Lock down regression testing temporary clusters on Windows. | Noah Misch |
| 2014-12-01 | Fix missing space in documentation | Magnus Hagander |
| 2014-11-25 | Allow "dbname" from connection string to be overridden in PQconnectDBParams | Heikki Linnakangas |
| 2014-11-19 | Improve documentation's description of JOIN clauses. | Tom Lane |
| 2014-11-03 | Docs: fix incorrect spelling of contrib/pgcrypto option. | Tom Lane |
| 2014-11-01 | PL/Python: Fix example | Peter Eisentraut |
| 2014-10-16 | Support timezone abbreviations that sometimes change. | Tom Lane |
| 2014-10-10 | Fix broken example in PL/pgSQL document. | Fujii Masao |
| 2014-10-03 | Don't balance vacuum cost delay when per-table settings are in effect | Alvaro Herrera |
| 2014-09-30 | Correct stdin/stdout usage in COPY .. PROGRAM | Stephen Frost |
| 2014-09-19 | Fix failure of contrib/auto_explain to print per-node timing information. | Tom Lane |
| 2014-09-14 | doc: Fix documentation of local_preload_libraries | Peter Eisentraut |
| 2014-09-08 | Fix psql \s to work with recent libedit, and add pager support. | Tom Lane |
| 2014-09-07 | Documentation fix: sum(float4) returns float4, not float8. | Tom Lane |
| 2014-08-30 | doc: Various typo/grammar fixes | Kevin Grittner |
| 2014-08-18 | Fix obsolete mention of non-int64 support in CREATE SEQUENCE documentation. | Tom Lane |
| 2014-08-14 | Update SysV parameter configuration documentation for FreeBSD. | Tom Lane |
| 2014-08-11 | Fix failure to follow the directions when "init" fork was added. | Fujii Masao |
| 2014-08-11 | Fix documentation oversights about pageinspect and initialization fork. | Fujii Masao |
| 2014-08-10 | Clarify type resolution behavior for domain types. | Tom Lane |
| 2014-08-01 | Fix typo in user manual | Heikki Linnakangas |
| 2014-07-23 | Rearrange documentation paragraph describing pg_relation_size(). | Tom Lane |
| 2014-07-21 | Release notes for 9.3.5, 9.2.9, 9.1.14, 9.0.18, 8.4.22. | Tom Lane |
| 2014-07-19 | Fix xreflabel for hot_standby_feedback. | Tom Lane |
| 2014-07-18 | Limit pg_upgrade authentication advice to always-secure techniques. | Noah Misch |
| 2014-07-14 | doc: small fixes for REINDEX reference page | Peter Eisentraut |
| 2014-06-26 | Remove obsolete example of CSV log file name from log_filename document. | Fujii Masao |
| 2014-06-21 | Fix documentation template for CREATE TRIGGER. | Kevin Grittner |
| 2014-06-14 | Secure Unix-domain sockets of "make check" temporary clusters. | Noah Misch |
| 2014-06-05 | Add description of pg_stat directory into doc. | Fujii Masao |
| 2014-05-08 | Document permissions needed for pg_database_size and pg_tablespace_size. | Tom Lane |
| 2014-04-16 | docs: properly document psql auto encoding mode | Bruce Momjian |
| 2014-04-03 | Fix non-equivalence of VARIADIC and non-VARIADIC function call formats. | Tom Lane |