Commit Graph

266 Commits (5987553fde2cb22b69cf9c7d71a92573b7a3b7c9)

Author SHA1 Message Date
Peter Geoghegan a6cab6a78e Harmonize function parameter names for Postgres 18. 3 months ago
David Rowley d69d45a5a9 Speedup child EquivalenceMember lookup in planner 3 months ago
Peter Eisentraut 8123e91f5a Convert PathKey to use CompareType 3 months ago
Tom Lane 55527368bd Use PG_MODULE_MAGIC_EXT in our installable shared libraries. 3 months ago
Alexander Korotkov 62f36d6924 postgres_fdw: Remove redundant check in semijoin_target_ok() 3 months ago
Alexander Korotkov 023fb51275 postgres_fdw: Avoid pulling up restrict infos from subqueries 3 months ago
Peter Eisentraut 618c64ffd3 Revert workarounds for -Wmissing-braces false positives on old GCC 3 months ago
Robert Haas c65bc2e1d1 Make it possible for loadable modules to add EXPLAIN options. 3 months ago
Robert Haas 9173e8b604 Create explain_format.c and move relevant code there. 4 months ago
Peter Eisentraut 3e4d868615 Remove various unnecessary (char *) casts 4 months ago
Bruce Momjian 50e6eb731d Update copyright for 2025 6 months ago
David Rowley 5983a4cffc Introduce CompactAttribute array in TupleDesc, take 2 6 months ago
Peter Eisentraut 7f798aca1d Remove useless casts to (void *) 7 months ago
Peter Eisentraut 9be4e5d293 Remove unused #include's from contrib, pl, test .c files 8 months ago
Robert Haas e222534679 Treat number of disabled nodes in a path as a separate cost metric. 10 months ago
Etsuro Fujita 5c571a34d0 postgres_fdw: Avoid "cursor can only scan forward" error. 12 months ago
Etsuro Fujita 8cfbac1492 postgres_fdw: Refuse to send FETCH FIRST WITH TIES to remote servers. 1 year ago
Etsuro Fujita 56c6703bd0 postgres_fdw: Improve comment about handling of asynchronous requests. 1 year ago
Noah Misch d3c5f37dd5 Make dblink interruptible, via new libpqsrv APIs. 1 year ago
Bruce Momjian 29275b1d17 Update copyright for 2024 2 years ago
Alexander Korotkov 824dbea3e4 Add support for deparsing semi-joins to contrib/postgres_fdw 2 years ago
David Rowley cac169d686 Increase DEFAULT_FDW_TUPLE_COST from 0.01 to 0.2 2 years ago
Peter Eisentraut 611806cd72 Add trailing commas to enum definitions 2 years ago
Etsuro Fujita 89be0b89ae Fix code indentation vioaltion introduced in commit 9e9931d2b. 2 years ago
Etsuro Fujita 9e9931d2bf Re-allow FDWs and custom scan providers to replace joins with pseudoconstant quals. 2 years ago
Tom Lane 991a3df227 Fix filtering of "cloned" outer-join quals some more. 2 years ago
Tom Lane 0245f8db36 Pre-beta mechanical code beautification. 2 years ago
David Rowley b4dbf3e924 Fix various typos 2 years ago
Daniel Gustafsson fb6fad6ef1 Fix function reference in comment 2 years ago
Tom Lane b448f1c8d8 Do assorted mop-up in the planner. 2 years ago
Tom Lane 2489d76c49 Make Vars be outer-join-aware. 2 years ago
Tom Lane 8d83a5d0a2 Remove redundant grouping and DISTINCT columns. 2 years ago
Tomas Vondra 57d11ef028 Check relkind before using TABLESAMPLE in postgres_fdw 3 years ago
Tomas Vondra 211d80c065 Fix stale comment about sample_frac adjustment 3 years ago
Bruce Momjian c8e1ba736b Update copyright for 2023 3 years ago
Tomas Vondra 8ad51b5f44 Sample postgres_fdw tables remotely during ANALYZE 3 years ago
Etsuro Fujita 594f8d3776 Allow batching of inserts during cross-partition updates. 3 years ago
Bruce Momjian 59346209a8 C comment: fix wording 3 years ago
Alvaro Herrera a61b1f7482
Rework query relation permission checking 3 years ago
Alvaro Herrera 599b33b949
Stop accessing checkAsUser via RTE in some cases 3 years ago
Tom Lane 8bf66dedd8 Fix confusion about havingQual vs hasHavingQual in planner. 3 years ago
Etsuro Fujita 97da48246d Allow batch insertion during COPY into a foreign table. 3 years ago
David Rowley cd4e8caaa0 Fix final warnings produced by -Wshadow=compatible-local 3 years ago
Peter Geoghegan 0faf7d933f Harmonize parameter names in contrib code. 3 years ago
Etsuro Fujita 9320cfdd06 postgres_fdw: Avoid 'variable not found in subplan target list' error. 3 years ago
Etsuro Fujita 82593b9a3d postgres_fdw: Disable batch insertion when there are WCO constraints. 3 years ago
Fujii Masao 44ccdce514 postgres_fdw: Fix bug in checking of return value of PQsendQuery(). 3 years ago
Tom Lane 0a7ccee8fe postgres_fdw: set search_path to 'pg_catalog' while deparsing constants. 3 years ago
Peter Eisentraut 506428d091 Attempt to fix compiler warning on old compiler 3 years ago
Peter Eisentraut 9fd45870c1 Replace many MemSet calls with struct initialization 3 years ago