forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit0bf3ae8
committed
Directly modify foreign tables.
postgres_fdw can now sent an UPDATE or DELETE statement directly tothe foreign server in simple cases, rather than sending a SELECT FORUPDATE statement and then updating or deleting rows one-by-one.Etsuro Fujita, reviewed by Rushabh Lathia, Shigeru Hanada, KyotaroHoriguchi, Albe Laurenz, Thom Brown, and me.1 parent3422fec commit0bf3ae8
File tree
21 files changed
+1515
-125
lines changed- contrib/postgres_fdw
- expected
- sql
- doc/src/sgml
- src
- backend
- commands
- executor
- nodes
- optimizer
- plan
- util
- include
- foreign
- nodes
- optimizer
21 files changed
+1515
-125
lines changedLines changed: 100 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1314 | 1314 |
| |
1315 | 1315 |
| |
1316 | 1316 |
| |
| 1317 | + | |
| 1318 | + | |
| 1319 | + | |
| 1320 | + | |
| 1321 | + | |
| 1322 | + | |
| 1323 | + | |
| 1324 | + | |
| 1325 | + | |
| 1326 | + | |
| 1327 | + | |
| 1328 | + | |
| 1329 | + | |
| 1330 | + | |
| 1331 | + | |
| 1332 | + | |
| 1333 | + | |
| 1334 | + | |
| 1335 | + | |
| 1336 | + | |
| 1337 | + | |
| 1338 | + | |
| 1339 | + | |
| 1340 | + | |
| 1341 | + | |
| 1342 | + | |
| 1343 | + | |
| 1344 | + | |
| 1345 | + | |
| 1346 | + | |
| 1347 | + | |
| 1348 | + | |
| 1349 | + | |
| 1350 | + | |
| 1351 | + | |
| 1352 | + | |
| 1353 | + | |
| 1354 | + | |
| 1355 | + | |
| 1356 | + | |
| 1357 | + | |
| 1358 | + | |
| 1359 | + | |
| 1360 | + | |
| 1361 | + | |
| 1362 | + | |
| 1363 | + | |
| 1364 | + | |
| 1365 | + | |
| 1366 | + | |
| 1367 | + | |
| 1368 | + | |
| 1369 | + | |
| 1370 | + | |
| 1371 | + | |
| 1372 | + | |
| 1373 | + | |
| 1374 | + | |
| 1375 | + | |
| 1376 | + | |
| 1377 | + | |
| 1378 | + | |
| 1379 | + | |
1317 | 1380 |
| |
1318 | 1381 |
| |
1319 | 1382 |
| |
| |||
1336 | 1399 |
| |
1337 | 1400 |
| |
1338 | 1401 |
| |
| 1402 | + | |
| 1403 | + | |
| 1404 | + | |
| 1405 | + | |
| 1406 | + | |
| 1407 | + | |
| 1408 | + | |
| 1409 | + | |
| 1410 | + | |
| 1411 | + | |
| 1412 | + | |
| 1413 | + | |
| 1414 | + | |
| 1415 | + | |
| 1416 | + | |
| 1417 | + | |
| 1418 | + | |
| 1419 | + | |
| 1420 | + | |
| 1421 | + | |
| 1422 | + | |
| 1423 | + | |
| 1424 | + | |
| 1425 | + | |
| 1426 | + | |
| 1427 | + | |
| 1428 | + | |
| 1429 | + | |
| 1430 | + | |
| 1431 | + | |
| 1432 | + | |
| 1433 | + | |
| 1434 | + | |
| 1435 | + | |
| 1436 | + | |
| 1437 | + | |
| 1438 | + | |
1339 | 1439 |
| |
1340 | 1440 |
| |
1341 | 1441 |
| |
|
0 commit comments
Comments
(0)