| Age | Commit message (Expand) | Author |
| 2016-04-08 | Add a 'parallel_degree' reloption. | Robert Haas |
| 2016-04-08 | Set PAM_RHOST item for PAM authentication | Peter Eisentraut |
| 2016-04-08 | Rename comparePos() to compareWordEntryPos() | Teodor Sigaev |
| 2016-04-08 | Use quicksort, not replacement selection, for external sorting. | Robert Haas |
| 2016-04-08 | Extend relations multiple blocks at a time to improve scalability. | Robert Haas |
| 2016-04-08 | Use Foreign Key relationships to infer multi-column join selectivity | Simon Riggs |
| 2016-04-07 | Phrase full text search. | Teodor Sigaev |
| 2016-04-07 | Load FK defs into relcache for use by planner | Simon Riggs |
| 2016-04-07 | Bump catversion for pg_dump dump catalog ACL patches | Stephen Frost |
| 2016-04-07 | In pg_dump, include pg_catalog and extension ACLs, if changed | Stephen Frost |
| 2016-04-07 | Add new catalog called pg_init_privs | Stephen Frost |
| 2016-04-06 | Add jsonb_insert | Teodor Sigaev |
| 2016-04-06 | Run pgindent on a batch of (mostly-planner-related) source files. | Tom Lane |
| 2016-04-06 | Generic Messages for Logical Decoding | Simon Riggs |
| 2016-04-06 | Support multiple synchronous standby servers. | Fujii Masao |
| 2016-04-05 | Support ALTER THING .. DEPENDS ON EXTENSION | Alvaro Herrera |
| 2016-04-05 | Fix parallel-safety code for parallel aggregation. | Robert Haas |
| 2016-04-05 | Add parallel query support functions for assorted aggregates. | Robert Haas |
| 2016-04-05 | Implement backup API functions for non-exclusive backups | Magnus Hagander |
| 2016-04-04 | Introduce a LOG_SERVER_ONLY ereport level, which is never sent to client. | Tom Lane |
| 2016-04-01 | Add Generic WAL interface | Teodor Sigaev |
| 2016-03-31 | Support using index-only scans with partial indexes in more cases. | Tom Lane |
| 2016-03-31 | Blind attempt at fixing Win32 issue on 24c5f1a103c | Alvaro Herrera |
| 2016-03-30 | Enable logical slots to follow timeline switches | Alvaro Herrera |
| 2016-03-30 | XLogReader general code cleanup | Alvaro Herrera |
| 2016-03-30 | Improve portability of I/O behavior for the geometric types. | Tom Lane |
| 2016-03-30 | Bump catalog version, forget in acdf2a8b372aec1da09370fca77ff7dccac7646d | Teodor Sigaev |
| 2016-03-30 | Introduce SP-GiST operator class over box. | Teodor Sigaev |
| 2016-03-30 | Introduce traversalValue for SP-GiST scan | Teodor Sigaev |
| 2016-03-30 | Add new replication mode synchronous_commit = 'remote_apply'. | Robert Haas |
| 2016-03-29 | Allow to_timestamp(float8) to convert float infinity to timestamp infinity. | Tom Lane |
| 2016-03-29 | Allow aggregate transition states to be serialized and deserialized. | Robert Haas |
| 2016-03-29 | Rework custom scans to work more like the new extensible node stuff. | Robert Haas |
| 2016-03-29 | Don't require a user mapping for FDWs to work. | Robert Haas |
| 2016-03-29 | On all Windows platforms, not just Cygwin, use _timezone and _tzname. | Robert Haas |
| 2016-03-27 | Don't use !! but != 0/NULL to force boolean evaluation. | Andres Freund |
| 2016-03-27 | Change various Gin*Is* macros to return 0/1. | Andres Freund |
| 2016-03-25 | Fix DROP OPERATOR to reset oprcom/oprnegate links to the dropped operator. | Tom Lane |
| 2016-03-25 | Move psql's psqlscan.l into src/fe_utils. | Tom Lane |
| 2016-03-24 | Move psql's print.c and mbprint.c into src/fe_utils. | Tom Lane |
| 2016-03-24 | Create src/fe_utils/, and move stuff into there from pg_dump's dumputils. | Tom Lane |
| 2016-03-24 | Avoid PGDLLIMPORT for simple local references in frontend programs. | Tom Lane |
| 2016-03-24 | Support CREATE ACCESS METHOD | Alvaro Herrera |
| 2016-03-24 | Move keywords.c/kwlookup.c into src/common/. | Tom Lane |
| 2016-03-21 | Support parallel aggregation. | Robert Haas |
| 2016-03-21 | Properly declare FeBeWaitSet. | Andres Freund |
| 2016-03-21 | Introduce WaitEventSet API. | Andres Freund |
| 2016-03-21 | Combine win32 and unix latch implementations. | Andres Freund |
| 2016-03-18 | Merge wal_level "archive" and "hot_standby" into new name "replica" | Peter Eisentraut |
| 2016-03-18 | Remove unused, and dangerous, TestLatch() macro. | Andres Freund |