Commit Graph

295 Commits (e35add48ccc2e5aa94de360f1a43c6c150bda54a)

Author SHA1 Message Date
Tom Lane cb77bc0442 Further stabilize a postgres_fdw test case. 2 months ago
David Rowley 42473b3b31 Have the planner replace COUNT(ANY) with COUNT(*), when possible 3 months ago
Etsuro Fujita c3eec94fc1 postgres_fdw: Add more test coverage for EvalPlanQual testing. 4 months ago
Masahiko Sawada 4bea91f21f Support COPY TO for partitioned tables. 5 months ago
Etsuro Fujita 12609fbacb Fix EvalPlanQual handling of foreign/custom joins in ExecScanFetch. 5 months ago
Richard Guo 8e11859102 Implement Eager Aggregation 5 months ago
Robert Haas 8c49a484e8 Assign each subquery a unique name prior to planning it. 5 months ago
Robert Haas f2bae51dfd Keep track of what RTIs a Result node is scanning. 5 months ago
Tom Lane 83a5641945 Provide more-specific error details/hints for function lookup failures. 6 months ago
Robert Haas 585e31fcb6 Don't generate fake "*SELECT*" or "*SELECT* %d" subquery aliases. 6 months ago
Michael Paquier 36aed19fd9 postgres_fdw: Use psql variables for connection parameters 6 months ago
Michael Paquier 783cbb6d5e postgres_fdw: Fix tests with ANALYZE and remote sampling 7 months ago
Etsuro Fujita 62a1211d33 Disallow collecting transition tuples from child foreign tables. 7 months ago
Richard Guo e2debb6438 Reduce "Var IS [NOT] NULL" quals during constant folding 8 months ago
Alexander Korotkov 62c3b4cd9d Support for deparsing of ArrayCoerceExpr node in contrib/postgres_fdw 8 months ago
Etsuro Fujita 7d4667c620 Revert "postgres_fdw: Inherit the local transaction's access/deferrable modes." 9 months ago
Etsuro Fujita e5a3c9d9b5 postgres_fdw: Inherit the local transaction's access/deferrable modes. 9 months ago
Richard Guo 773db22269 Suppress unnecessary explicit sorting for EPQ mergejoin path 10 months ago
Jacob Champion d2e7d2a09d oauth: Disallow OAuth connections via postgres_fdw/dblink 10 months ago
Alexander Korotkov 023fb51275 postgres_fdw: Avoid pulling up restrict infos from subqueries 12 months ago
Tom Lane 8b1b342544 Improve EXPLAIN's display of window functions. 12 months ago
Fujii Masao fe186bda78 postgres_fdw: Extend postgres_fdw_get_connections to return remote backend PID. 1 year ago
Robert Haas 95dbd827f2 EXPLAIN: Always use two fractional digits for row counts. 1 year ago
Peter Eisentraut 83ea6c5402 Virtual generated columns 1 year ago
Tom Lane 0da39aa766 Handle default NULL insertion a little better. 1 year ago
Dean Rasheed 80feb727c8 Add OLD/NEW support to RETURNING in DML queries. 1 year ago
Peter Eisentraut 761c79508e postgres_fdw: SCRAM authentication pass-through 1 year ago
Tom Lane c431986de1 postgres_fdw: re-issue cancel requests a few times if necessary. 1 year ago
David Rowley c2a4078eba Enable BUFFERS with EXPLAIN ANALYZE by default 1 year ago
Fujii Masao 4f08ab5545 postgres_fdw: Extend postgres_fdw_get_connections to return user name. 1 year ago
Tom Lane 0e5c823806 Make postgres_fdw's query_cancel test less flaky. 2 years ago
Masahiko Sawada 66e94448ab Restrict accesses to non-system views and foreign tables during pg_dump. 2 years ago
Fujii Masao 857df3cef7 postgres_fdw: Add connection status check to postgres_fdw_get_connections(). 2 years ago
Fujii Masao c297a47c5f postgres_fdw: Add "used_in_xact" column to postgres_fdw_get_connections(). 2 years ago
Alvaro Herrera 90c1ba52e0
postgres_fdw: Split out the query_cancel test to its own file 2 years ago
Etsuro Fujita 5c571a34d0 postgres_fdw: Avoid "cursor can only scan forward" error. 2 years ago
Richard Guo 069d0ff022 Check lateral references within PHVs for memoize cache keys 2 years ago
Richard Guo aa86129e19 Support "Right Semi Join" plan shapes 2 years ago
Etsuro Fujita 8cfbac1492 postgres_fdw: Refuse to send FETCH FIRST WITH TIES to remote servers. 2 years ago
Robert Haas 12933dc604 Re-allow planner to use Merge Append to efficiently implement UNION. 2 years ago
Tom Lane 7204f35919 Revert commit 66c0185a3 and follow-on patches. 2 years ago
Alvaro Herrera ecf741cfae
Stabilize postgres_fdw test 2 years ago
Alvaro Herrera 2466d6654f
libpq-be-fe-helpers.h: wrap new cancel APIs 2 years ago
David Rowley 66c0185a3d Allow planner to use Merge Append to efficiently implement UNION 2 years ago
Tom Lane fd0398fcb0 Improve EXPLAIN's display of SubPlan nodes and output parameters. 2 years ago
David Rowley c399248b3b Fix deparsing of Consts in postgres_fdw ORDER BY 2 years ago
Alexander Korotkov 9f13376396 Pull up ANY-SUBLINK with the necessary lateral support. 2 years ago
David Rowley b262ad440e Add better handling of redundant IS [NOT] NULL quals 2 years ago
Robert Haas 0d9937d118 Fix typos in comments and in one isolation test. 2 years ago
Alexander Korotkov 824dbea3e4 Add support for deparsing semi-joins to contrib/postgres_fdw 2 years ago