aboutsummaryrefslogtreecommitdiff
path: root/contrib/postgres_fdw
Commit message (Expand)AuthorAge
* postgres_fdw: Fix issues with generated columns in foreign tables.Etsuro Fujita2021-08-05
* Avoid using ambiguous word "non-negative" in error messages.Fujii Masao2021-07-28
* Avoid doing catalog lookups in postgres_fdw's conversion_error_callback.Tom Lane2021-07-06
* Fix planner's row-mark code for inheritance from a foreign table.Tom Lane2021-06-02
* Update obsolete comment.Etsuro Fujita2021-03-30
* Fix permission checks on constraint violation errors on partitions.Heikki Linnakangas2021-02-08
* postgres_fdw: Fix assertion in estimate_path_cost_size().Etsuro Fujita2021-02-05
* Fix pull_varnos' miscomputation of relids set for a PlaceHolderVar.Tom Lane2021-01-21
* postgres_fdw: Fix connection leak.Fujii Masao2020-12-28
* Fix and simplify some usages of TimestampDifference().Tom Lane2020-11-10
* In security-restricted operations, block enqueue of at-commit user code.Noah Misch2020-11-09
* Revert "Use CP_SMALL_TLIST for hash aggregate"Jeff Davis2020-07-12
* Use CP_SMALL_TLIST for hash aggregateTomas Vondra2020-05-31
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-14
* Rename connection parameters to control min/max SSL protocol version in libpqMichael Paquier2020-04-30
* Consider Incremental Sort paths at additional placesTomas Vondra2020-04-07
* Fix compile failure.Tom Lane2020-02-24
* Account explicitly for long-lived FDs that are allocated outside fd.c.Tom Lane2020-02-24
* Add connection parameters to control SSL protocol min/max in libpqMichael Paquier2020-01-28
* In postgres_fdw, don't try to ship MULTIEXPR updates to remote server.Tom Lane2020-01-26
* Only superuser can set sslcert/sslkey in postgres_fdw user mappingsAndrew Dunstan2020-01-13
* Allow 'sslkey' and 'sslcert' in postgres_fdw user mappingsAndrew Dunstan2020-01-09
* Update copyrights for 2020Bruce Momjian2020-01-01
* Adjust test case added by commit 6136e94dc.Tom Lane2019-12-20
* libpq should expose GSS-related parameters even when not implemented.Tom Lane2019-12-20
* Superuser can permit passwordless connections on postgres_fdwAndrew Dunstan2019-12-20
* Further adjust EXPLAIN's choices of table alias names.Tom Lane2019-12-11
* Fix handling of multiple AFTER ROW triggers on a foreign table.Etsuro Fujita2019-12-10
* Further sync postgres_fdw's "Relations" output with the rest of EXPLAIN.Tom Lane2019-12-03
* Fix EXPLAIN's column alias output for mismatched child tables.Tom Lane2019-12-02
* Make postgres_fdw's "Relations" output agree with the rest of EXPLAIN.Tom Lane2019-12-02
* Make the order of the header file includes consistent.Amit Kapila2019-11-25
* Add regression test for two-phase transaction in postgres_fdwMichael Paquier2019-11-13
* postgres_fdw: Fix error message for PREPARE TRANSACTION.Etsuro Fujita2019-11-08
* Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund2019-11-05
* PG_FINALLYPeter Eisentraut2019-11-01
* Make the order of the header file includes consistent in contrib modules.Amit Kapila2019-10-24
* Rationalize use of list_concat + list_copy combinations.Tom Lane2019-08-12
* Fix inconsistencies and typos in the tree, take 9Michael Paquier2019-08-05
* Use appendBinaryStringInfo in more places where the length is knownDavid Rowley2019-07-23
* Represent Lists as expansible arrays, not chains of cons-cells.Tom Lane2019-07-15
* Use appendStringInfoString and appendPQExpBufferStr where possibleDavid Rowley2019-07-04
* postgres_fdw: Remove redundancy in postgresAcquireSampleRowsFunc().Etsuro Fujita2019-07-03
* pgindent run prior to branching v12.Tom Lane2019-07-01
* Fix many typos and inconsistenciesMichael Paquier2019-07-01
* postgres_fdw: Fix costing of pre-sorted foreign paths with local stats.Etsuro Fujita2019-06-14
* postgres_fdw: Account for triggers in non-direct remote UPDATE planning.Etsuro Fujita2019-06-13
* postgres_fdw: Reorder C includes.Etsuro Fujita2019-06-11
* Fix typos.Amit Kapila2019-05-26
* Phase 2 pgindent run for v12.Tom Lane2019-05-22