summaryrefslogtreecommitdiff
path: root/contrib/postgres_fdw
Commit message (Expand)AuthorAgeFilesLines
* Fix postgres_fdw to check shippability of sort clauses properly.Tom Lane2022-03-315-96/+222
* postgres_fdw: Fix unexpected reporting of empty message.Fujii Masao2021-12-031-1/+2
* postgres_fdw: Move comments about elog level in (sub)abort cleanup.Etsuro Fujita2021-10-131-5/+10
* Fix null-pointer crash in postgres_fdw's conversion_error_callback.Tom Lane2021-10-063-35/+77
* postgres_fdw: Fix issues with generated columns in foreign tables.Etsuro Fujita2021-08-054-26/+160
* Avoid using ambiguous word "non-negative" in error messages.Fujii Masao2021-07-281-5/+8
* Avoid doing catalog lookups in postgres_fdw's conversion_error_callback.Tom Lane2021-07-063-51/+49
* Fix planner's row-mark code for inheritance from a foreign table.Tom Lane2021-06-022-0/+107
* Update obsolete comment.Etsuro Fujita2021-03-301-2/+3
* Fix permission checks on constraint violation errors on partitions.Heikki Linnakangas2021-02-081-5/+15
* Fix pull_varnos' miscomputation of relids set for a PlaceHolderVar.Tom Lane2021-01-211-1/+5
* postgres_fdw: Fix connection leak.Fujii Masao2020-12-283-7/+58
* Fix and simplify some usages of TimestampDifference().Tom Lane2020-11-101-7/+2
* In security-restricted operations, block enqueue of at-commit user code.Noah Misch2020-11-091-0/+4
* In postgres_fdw, don't try to ship MULTIEXPR updates to remote server.Tom Lane2020-01-263-0/+67
* libpq should expose GSS-related parameters even when not implemented.Tom Lane2019-12-202-10/+10
* Fix handling of multiple AFTER ROW triggers on a foreign table.Etsuro Fujita2019-12-102-1/+48
* postgres_fdw: Fix error message for PREPARE TRANSACTION.Etsuro Fujita2019-11-081-8/+8
* pgindent run prior to branching v12.Tom Lane2019-07-011-0/+1
* Fix many typos and inconsistenciesMichael Paquier2019-07-012-2/+2
* postgres_fdw: Fix costing of pre-sorted foreign paths with local stats.Etsuro Fujita2019-06-142-41/+63
* postgres_fdw: Account for triggers in non-direct remote UPDATE planning.Etsuro Fujita2019-06-133-13/+44
* postgres_fdw: Reorder C includes.Etsuro Fujita2019-06-112-2/+2
* Fix typos.Amit Kapila2019-05-261-1/+1
* Phase 2 pgindent run for v12.Tom Lane2019-05-224-209/+209
* Initial pgindent run for v12.Tom Lane2019-05-221-10/+11
* postgres_fdw: Fix typo in comment.Etsuro Fujita2019-05-131-1/+1
* postgres_fdw: Fix cost estimation for aggregate pushdown.Etsuro Fujita2019-05-091-3/+13
* Avoid postgres_fdw crash for a targetlist entry that's just a Param.Tom Lane2019-04-275-5/+129
* postgres_fdw: Fix incorrect handling of row movement for remote partitions.Etsuro Fujita2019-04-243-2/+234
* Fix two memory leaks around force-storing tuples in slots.Andres Freund2019-04-191-3/+1
* Add support TCP user timeout in libpq and the backend serverMichael Paquier2019-04-062-0/+2
* postgres_fdw: Perform the (FINAL, NULL) upperrel operations remotely.Etsuro Fujita2019-04-025-388/+630
* postgres_fdw: Modify regression tests for EPQ-related planning problems.Etsuro Fujita2019-04-022-58/+72
* postgres_fdw: Perform the (ORDERED, NULL) upperrel operations remotely.Etsuro Fujita2019-04-024-138/+457
* Speed up planning when partitions can be pruned at plan time.Tom Lane2019-03-301-21/+21
* Generated columnsPeter Eisentraut2019-03-303-1/+41
* Get rid of duplicate child RTE for a partitioned table.Tom Lane2019-03-261-1/+1
* Suppress Append and MergeAppend plan nodes that have a single child.Tom Lane2019-03-252-12/+11
* Use slots in trigger infrastructure, except for the actual invocation.Andres Freund2019-02-261-6/+10
* Allow user control of CTE materialization, and change the default behavior.Tom Lane2019-02-162-4/+4
* Build out the planner support function infrastructure.Tom Lane2019-02-091-1/+2
* Split create_foreignscan_path() into three functions.Tom Lane2019-02-073-34/+138
* Renaming for new subscripting mechanismAlvaro Herrera2019-02-011-15/+15
* Rename nodes/relation.h to nodes/pathnodes.h.Tom Lane2019-01-291-1/+1
* Refactor planner's header files.Tom Lane2019-01-292-3/+2
* postgres_fdw: Fix test for cached costs in estimate_path_cost_size().Etsuro Fujita2019-01-291-1/+1
* In the planner, replace an empty FROM clause with a dummy RTE.Tom Lane2019-01-281-1/+1
* postgres_fdw: Account for tlist eval costs in estimate_path_cost_size().Etsuro Fujita2019-01-241-8/+33
* Fix misc typos in comments.Heikki Linnakangas2019-01-231-1/+1