aboutsummaryrefslogtreecommitdiff
path: root/contrib/postgres_fdw
Commit message (Expand)AuthorAge
* Use 'void *' for arbitrary buffers, 'uint8 *' for byte arraysHeikki Linnakangas10 days
* Suppress unnecessary explicit sorting for EPQ mergejoin pathRichard Guo11 days
* oauth: Disallow OAuth connections via postgres_fdw/dblinkJacob Champion2025-04-29
* Fix typos and grammar in the codeMichael Paquier2025-04-19
* Harmonize function parameter names for Postgres 18.Peter Geoghegan2025-04-12
* Speedup child EquivalenceMember lookup in plannerDavid Rowley2025-04-08
* Convert PathKey to use CompareTypePeter Eisentraut2025-04-04
* Use PG_MODULE_MAGIC_EXT in our installable shared libraries.Tom Lane2025-03-26
* postgres_fdw: Fix tests on some Windows variantsPeter Eisentraut2025-03-26
* postgres_fdw: Remove redundant check in semijoin_target_ok()Alexander Korotkov2025-03-25
* postgres_fdw: Avoid pulling up restrict infos from subqueriesAlexander Korotkov2025-03-25
* postgres_fdw: improve security checksPeter Eisentraut2025-03-24
* Revert workarounds for -Wmissing-braces false positives on old GCCPeter Eisentraut2025-03-20
* Make it possible for loadable modules to add EXPLAIN options.Robert Haas2025-03-18
* Improve EXPLAIN's display of window functions.Tom Lane2025-03-11
* postgres_fdw: Extend postgres_fdw_get_connections to return remote backend PID.Fujii Masao2025-03-03
* Create explain_format.c and move relevant code there.Robert Haas2025-02-27
* EXPLAIN: Always use two fractional digits for row counts.Robert Haas2025-02-27
* Remove various unnecessary (char *) castsPeter Eisentraut2025-02-20
* Virtual generated columnsPeter Eisentraut2025-02-07
* Handle default NULL insertion a little better.Tom Lane2025-01-29
* Add OLD/NEW support to RETURNING in DML queries.Dean Rasheed2025-01-16
* Check return of pg_b64_encode() for errorPeter Eisentraut2025-01-16
* postgres_fdw: SCRAM authentication pass-throughPeter Eisentraut2025-01-15
* Update copyright for 2025Bruce Momjian2025-01-01
* postgres_fdw: re-issue cancel requests a few times if necessary.Tom Lane2024-12-23
* Introduce CompactAttribute array in TupleDesc, take 2David Rowley2024-12-20
* Enable BUFFERS with EXPLAIN ANALYZE by defaultDavid Rowley2024-12-11
* Remove useless casts to (void *)Peter Eisentraut2024-11-28
* Add INT64_HEX_FORMAT and UINT64_HEX_FORMAT to c.h.Nathan Bossart2024-11-22
* Remove unused #include's from contrib, pl, test .c filesPeter Eisentraut2024-10-28
* Fix Y2038 issues with MyStartTime.Nathan Bossart2024-10-07
* postgres_fdw: Extend postgres_fdw_get_connections to return user name.Fujii Masao2024-09-18
* Make postgres_fdw's query_cancel test less flaky.Tom Lane2024-08-30
* Treat number of disabled nodes in a path as a separate cost metric.Robert Haas2024-08-21
* Restrict accesses to non-system views and foreign tables during pg_dump.Masahiko Sawada2024-08-05
* postgres_fdw: Fix bug in connection status check.Fujii Masao2024-07-27
* postgres_fdw: Add connection status check to postgres_fdw_get_connections().Fujii Masao2024-07-26
* postgres_fdw: Add "used_in_xact" column to postgres_fdw_get_connections().Fujii Masao2024-07-26
* postgres_fdw: Split out the query_cancel test to its own fileAlvaro Herrera2024-07-22
* postgres_fdw: Avoid "cursor can only scan forward" error.Etsuro Fujita2024-07-19
* Check lateral references within PHVs for memoize cache keysRichard Guo2024-07-15
* Support "Right Semi Join" plan shapesRichard Guo2024-07-05
* postgres_fdw: Refuse to send FETCH FIRST WITH TIES to remote servers.Etsuro Fujita2024-06-07
* Re-allow planner to use Merge Append to efficiently implement UNION.Robert Haas2024-05-21
* Revert commit 66c0185a3 and follow-on patches.Tom Lane2024-05-20
* Make postgres_fdw request remote time zone 'GMT' not 'UTC'.Tom Lane2024-04-21
* postgres_fdw: Improve comment about handling of asynchronous requests.Etsuro Fujita2024-04-11
* Fixup various StringInfo function usagesDavid Rowley2024-04-10
* Make libpqsrv_cancel's return const char *, not char *Alvaro Herrera2024-04-05