Commits
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2013-03-10 | Support writable foreign tables. | Tom Lane | 9.3.0 |
| 2013-03-07 | Arrange to cache FdwRoutine structs in foreign tables' relcache entries. | Tom Lane | 9.3.0 |
| 2013-01-01 | Update copyrights for 2013 | Bruce Momjian | 9.3.0 |
| 2012-06-10 | Run pgindent on 9.2 source tree in preparation for first 9.3 | Bruce Momjian | 9.2.0 |
| 2012-04-06 | Dept of second thoughts: improve the API for AnalyzeForeignTable. | Tom Lane | 9.2.0 |
| 2012-04-06 | Allow statistics to be collected for foreign tables. | Tom Lane | 9.2.0 |
| 2012-03-09 | Revise FDW planning API, again. | Tom Lane | 9.2.0 |
| 2012-03-05 | Redesign PlanForeignScan API to allow multiple paths for a foreign table. | Tom Lane | 9.2.0 |
| 2012-01-01 | Update copyright notices for year 2012. | Bruce Momjian | 9.2.0 |
| 2011-04-10 | pgindent run before PG 9.1 beta 1. | Bruce Momjian | 9.1.0 |
| 2011-02-20 | Implement an API to let foreign-data wrappers actually be functional. | Tom Lane | 9.1.0 |