| Age | Commit message (Expand) | Author |
| 2014-01-07 | Add more use of psprintf() | Peter Eisentraut |
| 2014-01-02 | Aggressively freeze tables when CLUSTER or VACUUM FULL rewrites them. | Robert Haas |
| 2013-12-30 | Fix alphabetization in catalogs.sgml. | Tom Lane |
| 2013-12-24 | Revise documentation for new freezing method. | Robert Haas |
| 2013-12-23 | Support ordered-set (WITHIN GROUP) aggregates. | Tom Lane |
| 2013-12-20 | Rename wal_log_hintbits to wal_log_hints, per discussion on pgsql-hackers. | Fujii Masao |
| 2013-12-20 | pg_prewarm, a contrib module for prewarming relationd data. | Robert Haas |
| 2013-12-19 | Fix typo in docs for min_recovery_apply_delay. | Fujii Masao |
| 2013-12-18 | Add ALTER SYSTEM command to edit the server configuration file. | Tatsuo Ishii |
| 2013-12-15 | Allow empty target list in SELECT. | Tom Lane |
| 2013-12-13 | Fix more instances of "the the" in comments. | Heikki Linnakangas |
| 2013-12-13 | Add GUC to enable WAL-logging of hint bits, even with checksums disabled. | Heikki Linnakangas |
| 2013-12-13 | Fix double "the" in the documentation | Magnus Hagander |
| 2013-12-13 | configure: Allow adding a custom string to PG_VERSION | Peter Eisentraut |
| 2013-12-12 | Fix ancient docs/comments thinko: XID comparison is mod 2^32, not 2^31. | Tom Lane |
| 2013-12-12 | Improve EXPLAIN to print the grouping columns in Agg and Group nodes. | Tom Lane |
| 2013-12-12 | New autovacuum_work_mem parameter | Simon Riggs |
| 2013-12-12 | Allow time delayed standbys and recovery | Simon Riggs |
| 2013-12-12 | Display old and new values in pg_resetxlog -n output. | Heikki Linnakangas |
| 2013-12-11 | PL/Perl: Add event trigger support | Peter Eisentraut |
| 2013-12-11 | Add a new option, -g, to createuser, to add membership in a role. | Robert Haas |
| 2013-12-11 | doc: Fix DocBook table column count declaration | Peter Eisentraut |
| 2013-12-11 | Add new wal_level, logical, sufficient for logical decoding. | Robert Haas |
| 2013-12-10 | Rename TABLE() to ROWS FROM(). | Noah Misch |
| 2013-12-09 | pgcrypto docs: update cpu type used in duration testing | Bruce Momjian |
| 2013-12-09 | pgcrypto docs: update encryption timings and add relative times | Bruce Momjian |
| 2013-12-07 | Fix a couple of typos | Magnus Hagander |
| 2013-12-07 | SSL: Support ECDH key exchange | Peter Eisentraut |
| 2013-12-07 | Expose qurey ID in pg_stat_statements view. | Fujii Masao |
| 2013-12-07 | SSL: Add configuration option to prefer server cipher order | Peter Eisentraut |
| 2013-12-06 | docs: update partition encryption options | Bruce Momjian |
| 2013-12-06 | docs: clarify SSL certificate authority chain docs | Bruce Momjian |
| 2013-12-04 | doc: split long query into multiple lines | Bruce Momjian |
| 2013-12-03 | libpq: change PQconndefaults() to ignore invalid service files | Bruce Momjian |
| 2013-12-03 | doc: Refine documentation about recovery command exist status | Peter Eisentraut |
| 2013-12-02 | Update release notes for 9.3.2, 9.2.6, 9.1.11, 9.0.15, 8.4.19. | Tom Lane |
| 2013-12-02 | doc: update wording of ineffective SET and ABORT commands | Bruce Momjian |
| 2013-12-02 | Improve draft release notes. | Tom Lane |
| 2013-12-01 | Draft release notes for 9.3.2. | Tom Lane |
| 2013-12-01 | doc: Disable preface.autolabel in XSLT | Peter Eisentraut |
| 2013-11-30 | Editorial corrections to the October 2013 minor-release notes. | Tom Lane |
| 2013-11-30 | doc: Simplify handling of variablelists in XSLT build | Peter Eisentraut |
| 2013-11-29 | doc: Enhance documentation of ssl_ciphers setting a bit | Peter Eisentraut |
| 2013-11-29 | doc: Allow selecting web site CSS style sheet in XSLT HTML build | Peter Eisentraut |
| 2013-11-28 | doc: Set chunk.first.sections in XSLT, for consistency with DSSSL output | Peter Eisentraut |
| 2013-11-28 | pg_buffercache docs: adjust order of fields | Bruce Momjian |
| 2013-11-28 | doc: Put data types in alphabetical order | Peter Eisentraut |
| 2013-11-27 | Minor correction of READ COMMITTED isolation level docs. | Kevin Grittner |
| 2013-11-27 | Documentation fix for ecpg. | Michael Meskes |
| 2013-11-27 | Add --xlogdir option to pg_basebackup, for specifying the pg_xlog directory. | Fujii Masao |