| Age | Commit message (Expand) | Author |
| 2015-10-15 | Allow FDWs to push down quals without breaking EvalPlanQual rechecks. | Robert Haas |
| 2015-10-08 | Fix typo in docs. | Robert Haas |
| 2015-10-08 | Hyphenate variable-length for consistency. | Robert Haas |
| 2015-10-07 | Improve documentation of the role-dropping process. | Tom Lane |
| 2015-10-07 | docs: add JSONB containment example of a key and empty object | Bruce Momjian |
| 2015-10-07 | docs: Map operator @> to the proper SGML escape for '>' | Bruce Momjian |
| 2015-10-07 | docs: clarify JSONB operator descriptions | Bruce Momjian |
| 2015-10-06 | to_number(): allow 'V' to divide by 10^(the number of digits) | Bruce Momjian |
| 2015-10-06 | psql: allow \pset C in setting the title, matches \C | Bruce Momjian |
| 2015-10-05 | docs: update guidelines on when to use GIN and GiST indexes | Bruce Momjian |
| 2015-10-05 | Docs: explain contrib/pg_stat_statements' handling of GC failure. | Tom Lane |
| 2015-10-05 | Last-minute updates for release notes. | Tom Lane |
| 2015-10-05 | Remove outdated comment about relation level autovacuum freeze limits. | Andres Freund |
| 2015-10-05 | ALTER TABLE .. FORCE ROW LEVEL SECURITY | Stephen Frost |
| 2015-10-04 | Release notes for 9.5beta1, 9.4.5, 9.3.10, 9.2.14, 9.1.19, 9.0.23. | Tom Lane |
| 2015-10-04 | Group cluster_name and update_process_title settings together | Peter Eisentraut |
| 2015-10-04 | Update 9.5 release notes through today. | Tom Lane |
| 2015-10-04 | First-draft release notes for 9.4.5, 9.3.10, 9.2.14, 9.1.19, 9.0.23. | Tom Lane |
| 2015-10-04 | Document that row_security is a boolean GUC. | Noah Misch |
| 2015-10-04 | Make BYPASSRLS behave like superuser RLS bypass. | Noah Misch |
| 2015-10-03 | Add CASCADE support for CREATE EXTENSION. | Andres Freund |
| 2015-10-03 | doc: Update URLs of external projects | Peter Eisentraut |
| 2015-10-03 | doc: Make some index terms and terminology more consistent | Peter Eisentraut |
| 2015-10-02 | Clarify FDW documentation about ON CONFLICT. | Robert Haas |
| 2015-10-02 | Docs: add disclaimer about hazards of using regexps from untrusted sources. | Tom Lane |
| 2015-10-02 | Docs: add another example of creating a range type. | Tom Lane |
| 2015-10-01 | Fix mention of htup.h in storage.sgml | Fujii Masao |
| 2015-09-30 | Add a Gather executor node. | Robert Haas |
| 2015-09-27 | doc: Tweak "cube" index entry | Peter Eisentraut |
| 2015-09-22 | Docs: fix typo in to_char() example. | Tom Lane |
| 2015-09-22 | Add some notes about coding conventions do the docs. | Andres Freund |
| 2015-09-22 | doc: Tweak synopsis indentation for consistency | Peter Eisentraut |
| 2015-09-22 | Use gender-neutral language in documentation | Peter Eisentraut |
| 2015-09-21 | Remove the row_security=force GUC value. | Noah Misch |
| 2015-09-18 | Order some new options on man pages more sensibly, minor improvements | Peter Eisentraut |
| 2015-09-16 | Determine whether it's safe to attempt a parallel plan for a query. | Robert Haas |
| 2015-09-16 | Fix documentation of regular expression character-entry escapes. | Tom Lane |
| 2015-09-16 | pgbench progress with timestamp | Teodor Sigaev |
| 2015-09-15 | Add POLICY to COMMENT documentation | Stephen Frost |
| 2015-09-14 | Check existency of table/schema for -t/-n option (pg_dump/pg_restore) | Teodor Sigaev |
| 2015-09-13 | doc: Remove dead links | Peter Eisentraut |
| 2015-09-12 | Fix typo in create_policy.sgml | Stephen Frost |
| 2015-09-11 | Correct description of PageHeaderData layout in documentation | Fujii Masao |
| 2015-09-11 | doc: Spell checking | Peter Eisentraut |
| 2015-09-08 | Allow per-tablespace effective_io_concurrency | Alvaro Herrera |
| 2015-09-08 | contrib/sslinfo: add ssl_extension_info SRF | Alvaro Herrera |
| 2015-09-07 | Add log_line_prefix option 'n' for Unix epoch. | Jeff Davis |
| 2015-09-07 | Update site address of Snowball project | Teodor Sigaev |
| 2015-09-06 | Add ability to reserve WAL upon slot creation via replication protocol. | Andres Freund |
| 2015-09-05 | Rearrange the handling of error context reports. | Tom Lane |