Commit Graph

292 Commits (b55413d77f96b9fa2dfae4ddec43412b90ebf588)

Author SHA1 Message Date
Tom Lane 0af0504da9 Adjust test case added by commit 6136e94dc. 6 years ago
Tom Lane e60b480d39 libpq should expose GSS-related parameters even when not implemented. 6 years ago
Andrew Dunstan 6136e94dcb Superuser can permit passwordless connections on postgres_fdw 6 years ago
Tom Lane 6ef77cf46e Further adjust EXPLAIN's choices of table alias names. 6 years ago
Etsuro Fujita 5a20b0219e Fix handling of multiple AFTER ROW triggers on a foreign table. 6 years ago
Tom Lane bf39b3af6a Further sync postgres_fdw's "Relations" output with the rest of EXPLAIN. 6 years ago
Tom Lane 55a1954da1 Fix EXPLAIN's column alias output for mismatched child tables. 6 years ago
Tom Lane 4526951d56 Make postgres_fdw's "Relations" output agree with the rest of EXPLAIN. 6 years ago
Amit Kapila e0487223ec Make the order of the header file includes consistent. 6 years ago
Michael Paquier 94fec48516 Add regression test for two-phase transaction in postgres_fdw 6 years ago
Etsuro Fujita 879c117615 postgres_fdw: Fix error message for PREPARE TRANSACTION. 6 years ago
Andres Freund 01368e5d9d Split all OBJS style lines in makefiles into one-line-per-entry style. 6 years ago
Peter Eisentraut 604bd36711 PG_FINALLY 6 years ago
Amit Kapila 7e735035f2 Make the order of the header file includes consistent in contrib modules. 6 years ago
Tom Lane 5ee190f8ec Rationalize use of list_concat + list_copy combinations. 6 years ago
Michael Paquier 8548ddc61b Fix inconsistencies and typos in the tree, take 9 6 years ago
David Rowley 1e6a759838 Use appendBinaryStringInfo in more places where the length is known 6 years ago
Tom Lane 1cff1b95ab Represent Lists as expansible arrays, not chains of cons-cells. 6 years ago
David Rowley 8abc13a889 Use appendStringInfoString and appendPQExpBufferStr where possible 6 years ago
Etsuro Fujita 2a1612104c postgres_fdw: Remove redundancy in postgresAcquireSampleRowsFunc(). 6 years ago
Tom Lane 9e1c9f9594 pgindent run prior to branching v12. 6 years ago
Michael Paquier c74d49d41c Fix many typos and inconsistencies 6 years ago
Etsuro Fujita 08d2d58a2a postgres_fdw: Fix costing of pre-sorted foreign paths with local stats. 6 years ago
Etsuro Fujita 8b6da83d16 postgres_fdw: Account for triggers in non-direct remote UPDATE planning. 6 years ago
Etsuro Fujita 92a88644d2 postgres_fdw: Reorder C includes. 6 years ago
Amit Kapila 9679345f3c Fix typos. 6 years ago
Tom Lane 8255c7a5ee Phase 2 pgindent run for v12. 6 years ago
Tom Lane be76af171c Initial pgindent run for v12. 6 years ago
Etsuro Fujita cc866941ad postgres_fdw: Fix typo in comment. 6 years ago
Etsuro Fujita edbcbe277d postgres_fdw: Fix cost estimation for aggregate pushdown. 6 years ago
Tom Lane 8cad5adb9c Avoid postgres_fdw crash for a targetlist entry that's just a Param. 6 years ago
Etsuro Fujita 5c47049180 postgres_fdw: Fix incorrect handling of row movement for remote partitions. 6 years ago
Andres Freund 88e6ad3054 Fix two memory leaks around force-storing tuples in slots. 6 years ago
Michael Paquier 249d649996 Add support TCP user timeout in libpq and the backend server 6 years ago
Etsuro Fujita d50d172e51 postgres_fdw: Perform the (FINAL, NULL) upperrel operations remotely. 6 years ago
Etsuro Fujita 0269edefac postgres_fdw: Modify regression tests for EPQ-related planning problems. 6 years ago
Etsuro Fujita ffab494a4d postgres_fdw: Perform the (ORDERED, NULL) upperrel operations remotely. 6 years ago
Tom Lane 428b260f87 Speed up planning when partitions can be pruned at plan time. 6 years ago
Peter Eisentraut fc22b6623b Generated columns 6 years ago
Tom Lane e8d5dd6be7 Get rid of duplicate child RTE for a partitioned table. 6 years ago
Tom Lane 8edd0e7946 Suppress Append and MergeAppend plan nodes that have a single child. 6 years ago
Andres Freund ff11e7f4b9 Use slots in trigger infrastructure, except for the actual invocation. 6 years ago
Tom Lane 608b167f9f Allow user control of CTE materialization, and change the default behavior. 6 years ago
Tom Lane a391ff3c3d Build out the planner support function infrastructure. 6 years ago
Tom Lane 34ea1ab7fd Split create_foreignscan_path() into three functions. 6 years ago
Alvaro Herrera 558d77f20e Renaming for new subscripting mechanism 7 years ago
Tom Lane fa2cf164aa Rename nodes/relation.h to nodes/pathnodes.h. 7 years ago
Tom Lane f09346a9c6 Refactor planner's header files. 7 years ago
Etsuro Fujita 449d0a8550 postgres_fdw: Fix test for cached costs in estimate_path_cost_size(). 7 years ago
Tom Lane 4be058fe9e In the planner, replace an empty FROM clause with a dummy RTE. 7 years ago