| Age | Commit message (Expand) | Author |
| 2025-10-05 | Don't include access/htup_details.h in executor/tuptable.h | Álvaro Herrera |
| 2025-08-08 | postgres_fdw and dblink should check if backend has MyProcPort | Peter Eisentraut |
| 2025-07-29 | Split up pgfdw_report_error so that we can mark it pg_noreturn. | Tom Lane |
| 2025-07-25 | Run pgindent on the changes of the previous patch. | Tom Lane |
| 2025-07-25 | Reap the benefits of not having to avoid leaking PGresults. | Tom Lane |
| 2025-07-22 | Remove translation marker from libpq-be-fe-helpers.h. | Fujii Masao |
| 2025-07-22 | Log remote NOTICE, WARNING, and similar messages using ereport(). | Fujii Masao |
| 2025-06-08 | Revert "postgres_fdw: Inherit the local transaction's access/deferrable modes." | Etsuro Fujita |
| 2025-06-01 | postgres_fdw: Inherit the local transaction's access/deferrable modes. | Etsuro Fujita |
| 2025-05-08 | Use 'void *' for arbitrary buffers, 'uint8 *' for byte arrays | Heikki Linnakangas |
| 2025-03-24 | postgres_fdw: improve security checks | Peter Eisentraut |
| 2025-03-02 | postgres_fdw: Extend postgres_fdw_get_connections to return remote backend PID. | Fujii Masao |
| 2025-01-16 | Check return of pg_b64_encode() for error | Peter Eisentraut |
| 2025-01-15 | postgres_fdw: SCRAM authentication pass-through | Peter Eisentraut |
| 2025-01-01 | Update copyright for 2025 | Bruce Momjian |
| 2024-12-23 | postgres_fdw: re-issue cancel requests a few times if necessary. | Tom Lane |
| 2024-10-28 | Remove unused #include's from contrib, pl, test .c files | Peter Eisentraut |
| 2024-09-18 | postgres_fdw: Extend postgres_fdw_get_connections to return user name. | Fujii Masao |
| 2024-07-26 | postgres_fdw: Fix bug in connection status check. | Fujii Masao |
| 2024-07-26 | postgres_fdw: Add connection status check to postgres_fdw_get_connections(). | Fujii Masao |
| 2024-07-26 | postgres_fdw: Add "used_in_xact" column to postgres_fdw_get_connections(). | Fujii Masao |
| 2024-04-21 | Make postgres_fdw request remote time zone 'GMT' not 'UTC'. | Tom Lane |
| 2024-04-05 | Make libpqsrv_cancel's return const char *, not char * | Alvaro Herrera |
| 2024-04-04 | postgres_fdw: Remove useless ternary expression. | Etsuro Fujita |
| 2024-03-28 | libpq-be-fe-helpers.h: wrap new cancel APIs | Alvaro Herrera |
| 2024-01-08 | Make dblink interruptible, via new libpqsrv APIs. | Noah Misch |
| 2024-01-04 | Update copyright for 2024 | Bruce Momjian |
| 2023-10-05 | postgres_fdw: Replace WAIT_EVENT_EXTENSION with custom wait events | Michael Paquier |
| 2023-07-03 | Refactor some code related to wait events "BufferPin" and "Extension" | Michael Paquier |
| 2023-05-21 | rename "gss_accept_deleg" to "gss_accept_delegation". | Bruce Momjian |
| 2023-05-19 | Pre-beta mechanical code beautification. | Tom Lane |
| 2023-04-18 | Fix various typos | David Rowley |
| 2023-04-13 | De-Revert "Add support for Kerberos credential delegation" | Stephen Frost |
| 2023-04-08 | Revert "Add support for Kerberos credential delegation" | Stephen Frost |
| 2023-04-08 | Add support for Kerberos credential delegation | Stephen Frost |
| 2023-04-06 | postgres_fdw: Add support for parallel abort. | Etsuro Fujita |
| 2023-03-17 | postgres_fdw: Remove useless if-test in GetConnection(). | Etsuro Fujita |
| 2023-02-24 | Fix comment indentation and whitespace | Peter Eisentraut |
| 2023-01-24 | dblink, postgres_fdw: Handle interrupts during connection establishment | Andres Freund |
| 2023-01-02 | Update copyright for 2023 | Bruce Momjian |
| 2022-10-18 | Rename SetSingleFuncCall() to InitMaterializedSRF() | Michael Paquier |
| 2022-07-16 | Replace many MemSet calls with struct initialization | Peter Eisentraut |
| 2022-07-07 | postgres_fdw: Fix grammar. | Etsuro Fujita |
| 2022-05-12 | Pre-beta mechanical code beautification. | Tom Lane |
| 2022-05-12 | postgres_fdw: Update comments in make_new_connection(). | Etsuro Fujita |
| 2022-04-13 | Remove extraneous blank lines before block-closing braces | Alvaro Herrera |
| 2022-03-25 | postgres_fdw: Minor cleanup for pgfdw_abort_cleanup(). | Etsuro Fujita |
| 2022-03-08 | Simplify SRFs using materialize mode in contrib/ modules | Michael Paquier |
| 2022-02-24 | postgres_fdw: Add support for parallel commit. | Etsuro Fujita |
| 2022-02-17 | Remove all traces of tuplestore_donestoring() in the C code | Michael Paquier |