| Age | Commit message (Expand) | Author |
| 2013-12-13 | Fix more instances of "the the" in comments. | Heikki Linnakangas |
| 2013-12-13 | Don't let timeout interrupts happen unless ImmediateInterruptOK is set. | Tom Lane |
| 2013-12-13 | Add GUC to enable WAL-logging of hint bits, even with checksums disabled. | Heikki Linnakangas |
| 2013-12-13 | Fix WAL-logging of setting the visibility map bit. | Heikki Linnakangas |
| 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-12 | Remove bogus executable permissions on xlog.c. | Tom Lane |
| 2013-12-11 | Add a regression test case for plpython function returning setof RECORD. | Tom Lane |
| 2013-12-11 | Regression tests for SCHEMA commands | Simon Riggs |
| 2013-12-11 | Regression tests for ALTER TABLESPACE RENAME,OWNER | Simon Riggs |
| 2013-12-11 | Tweak placement of explicit ANALYZE commands in the regression tests. | Tom Lane |
| 2013-12-11 | Under wal_level=logical, when saving old tuples, always save OID. | Robert Haas |
| 2013-12-11 | Add table name to VACUUM statement in matview.c. | Kevin Grittner |
| 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 | Add a new reloption, user_catalog_table. | Robert Haas |
| 2013-12-11 | Add new wal_level, logical, sufficient for logical decoding. | Robert Haas |
| 2013-12-10 | Fix possible crash with nested SubLinks. | Tom Lane |
| 2013-12-10 | Rename TABLE() to ROWS FROM(). | Noah Misch |
| 2013-12-09 | Fixups for dsm.c's file descriptor handling. | Robert Haas |
| 2013-12-07 | SSL: Support ECDH key exchange | Peter Eisentraut |
| 2013-12-07 | SSL: Add configuration option to prefer server cipher order | Peter Eisentraut |
| 2013-12-05 | Fix improper abort during update chain locking | Alvaro Herrera |
| 2013-12-05 | Clear retry flags properly in replacement OpenSSL sock_write function. | Tom Lane |
| 2013-12-05 | Avoid resetting Xmax when it's a multi with an aborted update | Alvaro Herrera |
| 2013-12-04 | build: pass EXTRA_REGRESS_OPTS to secondary regression tests | Bruce Momjian |
| 2013-12-03 | Don't include unused space in LOG_NEWPAGE records. | Heikki Linnakangas |
| 2013-12-03 | Fix full-page writes of internal GIN pages. | Heikki Linnakangas |
| 2013-12-03 | C comment: again update comment for pg_fe_sendauth for error cases | Bruce Momjian |
| 2013-12-03 | Update C comment for pg_fe_getauthname | Bruce Momjian |
| 2013-12-03 | libpq: change PQconndefaults() to ignore invalid service files | Bruce Momjian |
| 2013-12-03 | Report exit code from external recovery commands properly | Peter Eisentraut |
| 2013-12-03 | Fix crash in assign_collations_walker for EXISTS with empty SELECT list. | Tom Lane |
| 2013-12-02 | Increase git_changelog's timestamp_slop from 10 min to 1 day. | Tom Lane |
| 2013-12-02 | Flag mmap implemenation of dynamic shared memory as resize-capable. | Robert Haas |
| 2013-12-02 | Make NUM_TOCHAR_prepare and NUM_TOCHAR_finish macros declare "len". | Robert Haas |
| 2013-12-02 | Avoid out-of-bounds read in errfinish if error_stack_depth < 0. | Robert Haas |
| 2013-12-02 | Translation updates | Peter Eisentraut |
| 2013-12-01 | Update time zone data files to tzdata release 2013h. | Tom Lane |
| 2013-11-30 | Fix pg_dumpall to work for databases flagged as read-only. | Kevin Grittner |
| 2013-11-30 | Remove use of obsolescent Autoconf macros | Peter Eisentraut |
| 2013-11-30 | Fix a couple of bugs in MultiXactId freezing | Alvaro Herrera |
| 2013-11-30 | Don't TransactionIdDidAbort in HeapTupleGetUpdateXid | Alvaro Herrera |
| 2013-11-30 | Truncate pg_multixact/'s contents during crash recovery | Alvaro Herrera |
| 2013-11-30 | Fix full-table-vacuum request mechanism for MultiXactIds | Alvaro Herrera |
| 2013-11-30 | Replace hardcoded 200000000 with autovacuum_freeze_max_age | Alvaro Herrera |
| 2013-11-29 | Fix assorted issues in pg_ctl's pgwin32_CommandLine(). | Tom Lane |