| Age | Commit message (Expand) | Author |
| 2015-01-30 | Allow background workers to connect using OIDs rather than names. | Robert Haas |
| 2015-01-30 | doc: clarify libpq's 'verify-full' host name check | Bruce Momjian |
| 2015-01-29 | Reword CREATE POLICY parameter descriptions | Stephen Frost |
| 2015-01-29 | CREATE POLICY expression -> using_expression | Stephen Frost |
| 2015-01-29 | Improve CREATE POLICY documentation | Stephen Frost |
| 2015-01-29 | Add usebypassrls to pg_user and pg_shadow | Stephen Frost |
| 2015-01-28 | Remove dead NULL-pointer checks in GiST code. | Heikki Linnakangas |
| 2015-01-24 | Clean up some mess in row-security patches. | Tom Lane |
| 2015-01-23 | vacuumdb: enable parallel mode | Alvaro Herrera |
| 2015-01-22 | docs: update libpq's PQputCopyData and PQputCopyEnd | Bruce Momjian |
| 2015-01-19 | doc: Fix typos in make_timestamp{,tz} examples | Alvaro Herrera |
| 2015-01-14 | docs: Add missing <literal> markup. | Robert Haas |
| 2015-01-10 | docs: improve CREATE TRIGGER defer options list | Bruce Momjian |
| 2015-01-07 | docs: Reword CREATE POLICY documentation. | Robert Haas |
| 2015-01-06 | Update copyright for 2015 | Bruce Momjian |
| 2015-01-03 | Treat negative values of recovery_min_apply_delay as having no effect. | Tom Lane |
| 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-30 | pg_event_trigger_dropped_objects: Add name/args output columns | Alvaro Herrera |
| 2014-12-30 | Add pg_identify_object_as_address | Alvaro Herrera |
| 2014-12-29 | Assorted minor fixes for psql metacommand docs. | Tom Lane |
| 2014-12-23 | Revert "Use a bitmask to represent role attributes" | Alvaro Herrera |
| 2014-12-23 | Use a bitmask to represent role attributes | Alvaro Herrera |
| 2014-12-23 | get_object_address: separate domain constraints from table constraints | Alvaro Herrera |
| 2014-12-23 | Change local_preload_libraries to PGC_USERSET | Peter Eisentraut |
| 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-20 | doc: Adjust wording of ALTER TABLESPACE restriction | Bruce Momjian |
| 2014-12-19 | pg_event_trigger_dropped_objects: add behavior flags | Alvaro Herrera |
| 2014-12-18 | Improve documentation about CASE and constant subexpressions. | Tom Lane |
| 2014-12-18 | Have VACUUM log number of skipped pages due to pins | Alvaro Herrera |
| 2014-12-18 | Lock down regression testing temporary clusters on Windows. | Noah Misch |
| 2014-12-17 | Allow CHECK constraints to be placed on foreign tables. | Tom Lane |
| 2014-12-17 | Add missing documentation for some vcregress modes | Magnus Hagander |
| 2014-12-17 | Remove redundant sentence | Magnus Hagander |
| 2014-12-15 | doc: Add link to how to specify time zone names to initdb man page | Peter Eisentraut |
| 2014-12-14 | Improve documentation around parameter-setting and ALTER SYSTEM. | Tom Lane |
| 2014-12-14 | Update 9.4 release notes. | Tom Lane |
| 2014-12-13 | doc: Fix markup | Peter Eisentraut |
| 2014-12-13 | Add CINE option for CREATE TABLE AS and CREATE MATERIALIZED VIEW | Andrew Dunstan |
| 2014-12-13 | Improve recovery target settings documentation. | Tom Lane |
| 2014-12-12 | Add several generator functions for jsonb that exist for json. | Andrew Dunstan |
| 2014-12-12 | Add json_strip_nulls and jsonb_strip_nulls functions. | Andrew Dunstan |
| 2014-12-12 | doc: Move website-stylesheet setting to a more appropriate location | Peter Eisentraut |
| 2014-12-08 | REINDEX SCHEMA | Simon Riggs |
| 2014-12-08 | doc: Fix DocBook table column count declaration | Peter Eisentraut |
| 2014-12-08 | Correct recovery_target_action docs | Simon Riggs |
| 2014-12-07 | Event Trigger for table_rewrite | Simon Riggs |