Fix postgres_fdw's ORDER BY pushdown handling

Edit
Title Fix postgres_fdw's ORDER BY pushdown handling
Topic Bug Fixes
Created 2021-07-22 07:15:31
Last modified 2022-03-31 18:51:04 (1 year, 12 months ago)
Latest email 2022-03-31 18:51:33 (1 year, 12 months ago)
Status
2022-03: Committed
2022-01: Moved to next CF
2021-11: Moved to next CF
2021-09: Moved to next CF
Target version
Authors Ronan Dunklau (rdunklau)
Reviewers Tom Lane (tgl), David Zhang (david.z)Become reviewer
Committer Tom Lane (tgl)
Links
Emails
ORDER BY pushdowns seem broken in postgres_fdw
First at 2021-07-21 02:25:00 by David Rowley <dgrowleyml at gmail.com>
Latest at 2022-03-31 18:51:33 by Tom Lane <tgl at sss.pgh.pa.us>
Latest attachment (v9-0001-Fix-orderby-handling-in-postgres_fdw.patch) at 2022-03-30 23:41:37 from Tom Lane <tgl at sss.pgh.pa.us>
    Attachment (v9-0001-Fix-orderby-handling-in-postgres_fdw.patch) at 2022-03-30 23:41:37 from Tom Lane <tgl at sss.pgh.pa.us> (Patch: Yes)
    Attachment (v8-0001-Fix-orderby-handling-in-postgres_fdw.patch) at 2021-09-06 09:41:26 from Ronan Dunklau <ronan.dunklau at aiven.io> (Patch: Yes)
    Attachment (v7-0001-Fix-orderby-handling-in-postgres_fdw.patch) at 2021-09-06 08:16:21 from Ronan Dunklau <ronan at dunklau.fr> (Patch: Yes)
    Attachment (v6_fix_postgresfdw_orderby_handling.patch) at 2021-07-27 01:19:18 from David Rowley <dgrowleyml at gmail.com> (Patch: Yes)
    Attachment (v5_fix_postgresfdw_orderby_handling.patch) at 2021-07-22 08:49:14 from Ronan Dunklau <ronan.dunklau at aiven.io> (Patch: Yes)
    Attachment (v4_fix_postgresfdw_orderby_handling.txt) at 2021-07-22 07:00:20 from Ronan Dunklau <ronan.dunklau at aiven.io> (Patch: Yes)
    Attachment (v3_fix_postgresfdw_orderby_handling.txt) at 2021-07-22 00:16:52 from Ranier Vilela <ranier.vf at gmail.com> (Patch: Yes)
    Attachment (v2_fix_postgresfdw_orderby_handling.patch) at 2021-07-21 14:33:10 from Ronan Dunklau <ronan.dunklau at aiven.io> (Patch: Yes)
    Attachment (v1_fix_postgresfdw_orderby_handling) at 2021-07-21 12:28:30 from Ronan Dunklau <ronan.dunklau at aiven.io> (Patch: Yes)
History
When Who What
2022-03-31 18:51:04 Tom Lane (tgl) Closed in commitfest 2022-03 with status: Committed
2022-03-31 00:05:33 Tom Lane (tgl) Added tgl as committer
2022-03-30 23:42:51 Tom Lane (tgl) New status: Ready for Committer
2022-03-30 20:46:27 Tom Lane (tgl) Added tgl as reviewer
2022-02-02 16:18:48 Julien Rouhaud (rjuju) Closed in commitfest 2022-01 with status: Moved to next CF
2021-12-02 13:36:39 Daniel Gustafsson (d_gustafsson) Closed in commitfest 2021-11 with status: Moved to next CF
2021-10-04 07:30:47 Jaime Casanova (jcasanov) Closed in commitfest 2021-09 with status: Moved to next CF
2021-09-03 20:54:25 David Zhang (david.z) Posted review with messageid <163070246538.1167.10966495665230293888.pgcf@coridan.postgresql.org>
2021-09-03 20:24:44 David Zhang (david.z) Added david.z as reviewer
2021-07-22 07:15:48 Ronan Dunklau (rdunklau) Changed authors to Ronan Dunklau (rdunklau)
2021-07-22 07:15:31 Ronan Dunklau (rdunklau) Attached mail thread CAApHDvr4OeC2DBVY--zVP83-K=bYrTD7F8SZDhN4g+pj2f2S-A@mail.gmail.com
2021-07-22 07:15:31 Ronan Dunklau (rdunklau) Created patch record
Edit