Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
3 daysRevert "postgres_fdw: Inherit the local transaction's access/deferrable modes."Etsuro Fujita
10 dayspostgres_fdw: Inherit the local transaction's access/deferrable modes.Etsuro Fujita
12 daysFix memory leakage in postgres_fdw's DirectModify code path.Tom Lane
2025-05-08Use 'void *' for arbitrary buffers, 'uint8 *' for byte arraysHeikki Linnakangas
2025-05-08Suppress unnecessary explicit sorting for EPQ mergejoin pathRichard Guo
2025-04-29oauth: Disallow OAuth connections via postgres_fdw/dblinkJacob Champion
2025-04-19Fix typos and grammar in the codeMichael Paquier
2025-04-12Harmonize function parameter names for Postgres 18.Peter Geoghegan
2025-04-08Speedup child EquivalenceMember lookup in plannerDavid Rowley
2025-04-04Convert PathKey to use CompareTypePeter Eisentraut
2025-03-26Use PG_MODULE_MAGIC_EXT in our installable shared libraries.Tom Lane
2025-03-26postgres_fdw: Fix tests on some Windows variantsPeter Eisentraut
2025-03-25postgres_fdw: Remove redundant check in semijoin_target_ok()Alexander Korotkov
2025-03-25postgres_fdw: Avoid pulling up restrict infos from subqueriesAlexander Korotkov
2025-03-24postgres_fdw: improve security checksPeter Eisentraut
2025-03-20Revert workarounds for -Wmissing-braces false positives on old GCCPeter Eisentraut
2025-03-18Make it possible for loadable modules to add EXPLAIN options.Robert Haas
2025-03-11Improve EXPLAIN's display of window functions.Tom Lane
2025-03-02postgres_fdw: Extend postgres_fdw_get_connections to return remote backend PID.Fujii Masao
2025-02-27Create explain_format.c and move relevant code there.Robert Haas
2025-02-27EXPLAIN: Always use two fractional digits for row counts.Robert Haas
2025-02-20Remove various unnecessary (char *) castsPeter Eisentraut
2025-02-07Virtual generated columnsPeter Eisentraut
2025-01-29Handle default NULL insertion a little better.Tom Lane
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