| Age | Commit message (Expand) | Author |
| 2022-10-13 | Allow batch insertion during COPY into a foreign table. | Etsuro Fujita |
| 2022-10-07 | Fix final warnings produced by -Wshadow=compatible-local | David Rowley |
| 2022-09-22 | Harmonize parameter names in contrib code. | Peter Geoghegan |
| 2022-09-14 | postgres_fdw: Avoid 'variable not found in subplan target list' error. | Etsuro Fujita |
| 2022-08-05 | postgres_fdw: Disable batch insertion when there are WCO constraints. | Etsuro Fujita |
| 2022-07-22 | postgres_fdw: Fix bug in checking of return value of PQsendQuery(). | Fujii Masao |
| 2022-07-17 | postgres_fdw: set search_path to 'pg_catalog' while deparsing constants. | Tom Lane |
| 2022-07-16 | Attempt to fix compiler warning on old compiler | Peter Eisentraut |
| 2022-07-16 | Replace many MemSet calls with struct initialization | Peter Eisentraut |
| 2022-07-03 | Remove redundant null pointer checks before PQclear and PQconninfoFree | Peter Eisentraut |
| 2022-05-12 | Pre-beta mechanical code beautification. | Tom Lane |
| 2022-04-21 | postgres_fdw: Disable batch insert when BEFORE ROW INSERT triggers exist. | Etsuro Fujita |
| 2022-03-31 | Fix postgres_fdw to check shippability of sort clauses properly. | Tom Lane |
| 2022-01-27 | postgres_fdw: Fix handling of a pending asynchronous request in postgresReSca... | Etsuro Fujita |
| 2022-01-17 | Add Boolean node | Peter Eisentraut |
| 2022-01-08 | Update copyright for 2022 | Bruce Momjian |
| 2021-11-30 | Remove PF_USED_FOR_ASSERTS_ONLY from variables in general use | Daniel Gustafsson |
| 2021-11-29 | Replace random(), pg_erand48(), etc with a better PRNG API and algorithm. | Tom Lane |
| 2021-10-06 | Fix null-pointer crash in postgres_fdw's conversion_error_callback. | Tom Lane |
| 2021-09-09 | Remove Value node struct | Peter Eisentraut |
| 2021-09-01 | Refactor postgresImportForeignSchema to avoid code duplication. | Tom Lane |
| 2021-08-05 | postgres_fdw: Fix issues with generated columns in foreign tables. | Etsuro Fujita |
| 2021-08-02 | Fix oversight in commit 1ec7fca8592178281cd5cdada0f27a340fb813fc. | Etsuro Fujita |
| 2021-07-30 | postgres_fdw: Fix handling of pending asynchronous requests. | Etsuro Fujita |
| 2021-07-27 | Use the "pg_temp" schema alias in EXPLAIN and related output. | Tom Lane |
| 2021-07-07 | Fix crash in postgres_fdw for provably-empty remote UPDATE/DELETE. | Tom Lane |
| 2021-07-07 | postgres_fdw: Tighten up allowed values for batch_size, fetch_size options. | Fujii Masao |
| 2021-07-06 | Avoid doing catalog lookups in postgres_fdw's conversion_error_callback. | Tom Lane |
| 2021-06-08 | Adjust batch size in postgres_fdw to not use too many parameters | Tomas Vondra |
| 2021-06-05 | Fix postgres_fdw failure with whole-row Vars of type RECORD. | Tom Lane |
| 2021-05-13 | Prevent asynchronous execution of direct foreign-table modifications. | Etsuro Fujita |
| 2021-05-12 | Initial pgindent and pgperltidy run for v14. | Tom Lane |
| 2021-05-12 | Fix EXPLAIN ANALYZE for async-capable nodes. | Etsuro Fujita |
| 2021-05-07 | Copy the INSERT query in postgres_fdw | Tomas Vondra |
| 2021-04-27 | Don't pass "ONLY" options specified in TRUNCATE to foreign data wrapper. | Fujii Masao |
| 2021-04-23 | Minor code cleanup in asynchronous execution support. | Etsuro Fujita |
| 2021-04-08 | Allow TRUNCATE command to truncate foreign tables. | Fujii Masao |
| 2021-04-06 | postgres_fdw: Allow partitions specified in LIMIT TO to be imported. | Fujii Masao |
| 2021-03-31 | Silence compiler warning in non-assert builds. | Tom Lane |
| 2021-03-31 | Rework planning and execution of UPDATE and DELETE. | Tom Lane |
| 2021-03-31 | Add support for asynchronous execution. | Etsuro Fujita |
| 2021-03-30 | Allow estimate_num_groups() to pass back further details about the estimation | David Rowley |
| 2021-03-30 | Update obsolete comment. | Etsuro Fujita |
| 2021-02-17 | Fix tuple routing to initialize batching only for inserts | Tomas Vondra |
| 2021-02-08 | Fix permission checks on constraint violation errors on partitions. | Heikki Linnakangas |
| 2021-02-05 | postgres_fdw: Fix assertion in estimate_path_cost_size(). | Etsuro Fujita |
| 2021-01-26 | Fix memory leak when deallocating prepared statement in postgres_fdw | Michael Paquier |
| 2021-01-21 | Fix pull_varnos' miscomputation of relids set for a PlaceHolderVar. | Tom Lane |
| 2021-01-20 | Implement support for bulk inserts in postgres_fdw | Tomas Vondra |
| 2021-01-02 | Update copyright for 2021 | Bruce Momjian |