summaryrefslogtreecommitdiff
path: root/contrib/postgres_fdw
AgeCommit message (Expand)Author
2025-01-16Add OLD/NEW support to RETURNING in DML queries.Dean Rasheed
2025-01-16Check return of pg_b64_encode() for errorPeter Eisentraut
2025-01-15postgres_fdw: SCRAM authentication pass-throughPeter Eisentraut
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-23postgres_fdw: re-issue cancel requests a few times if necessary.Tom Lane
2024-12-20Introduce CompactAttribute array in TupleDesc, take 2David Rowley
2024-12-11Enable BUFFERS with EXPLAIN ANALYZE by defaultDavid Rowley
2024-11-28Remove useless casts to (void *)Peter Eisentraut
2024-11-22Add INT64_HEX_FORMAT and UINT64_HEX_FORMAT to c.h.Nathan Bossart
2024-10-28Remove unused #include's from contrib, pl, test .c filesPeter Eisentraut
2024-10-07Fix Y2038 issues with MyStartTime.Nathan Bossart
2024-09-18postgres_fdw: Extend postgres_fdw_get_connections to return user name.Fujii Masao
2024-08-30Make postgres_fdw's query_cancel test less flaky.Tom Lane
2024-08-21Treat number of disabled nodes in a path as a separate cost metric.Robert Haas
2024-08-05Restrict accesses to non-system views and foreign tables during pg_dump.Masahiko Sawada
2024-07-26postgres_fdw: Fix bug in connection status check.Fujii Masao
2024-07-26postgres_fdw: Add connection status check to postgres_fdw_get_connections().Fujii Masao
2024-07-26postgres_fdw: Add "used_in_xact" column to postgres_fdw_get_connections().Fujii Masao
2024-07-22postgres_fdw: Split out the query_cancel test to its own fileAlvaro Herrera
2024-07-19postgres_fdw: Avoid "cursor can only scan forward" error.Etsuro Fujita
2024-07-15Check lateral references within PHVs for memoize cache keysRichard Guo
2024-07-05Support "Right Semi Join" plan shapesRichard Guo
2024-06-07postgres_fdw: Refuse to send FETCH FIRST WITH TIES to remote servers.Etsuro Fujita
2024-05-21Re-allow planner to use Merge Append to efficiently implement UNION.Robert Haas
2024-05-20Revert commit 66c0185a3 and follow-on patches.Tom Lane
2024-04-21Make postgres_fdw request remote time zone 'GMT' not 'UTC'.Tom Lane
2024-04-11postgres_fdw: Improve comment about handling of asynchronous requests.Etsuro Fujita
2024-04-09Fixup various StringInfo function usagesDavid Rowley
2024-04-05Make libpqsrv_cancel's return const char *, not char *Alvaro Herrera
2024-04-04postgres_fdw: Remove useless ternary expression.Etsuro Fujita
2024-03-30Stabilize postgres_fdw testAlvaro Herrera
2024-03-28libpq-be-fe-helpers.h: wrap new cancel APIsAlvaro Herrera
2024-03-25Allow planner to use Merge Append to efficiently implement UNIONDavid Rowley
2024-03-19Improve EXPLAIN's display of SubPlan nodes and output parameters.Tom Lane
2024-03-13Make the order of the header file includes consistentPeter Eisentraut
2024-03-10Fix deparsing of Consts in postgres_fdw ORDER BYDavid Rowley
2024-02-15Pull up ANY-SUBLINK with the necessary lateral support.Alexander Korotkov
2024-01-23Add better handling of redundant IS [NOT] NULL qualsDavid Rowley
2024-01-08Make dblink interruptible, via new libpqsrv APIs.Noah Misch
2024-01-04Update copyright for 2024Bruce Momjian
2024-01-02Fix typos in comments and in one isolation test.Robert Haas
2023-12-05Add support for deparsing semi-joins to contrib/postgres_fdwAlexander Korotkov
2023-11-30Improve "user mapping not found" error messagePeter Eisentraut
2023-11-23Use ResourceOwner to track WaitEventSets.Heikki Linnakangas
2023-11-02Stabilize postgres_fdw tests on 32-bit machinesDavid Rowley
2023-11-02Attempt to stabilize postgres_fdw testsDavid Rowley
2023-11-02Increase DEFAULT_FDW_TUPLE_COST from 0.01 to 0.2David Rowley
2023-10-26Add trailing commas to enum definitionsPeter Eisentraut
2023-10-05postgres_fdw: Replace WAIT_EVENT_EXTENSION with custom wait eventsMichael Paquier
2023-08-30postgres_fdw: Fix test for parameterized foreign scan.Etsuro Fujita