summaryrefslogtreecommitdiff
path: root/contrib/postgres_fdw
AgeCommit message (Expand)Author
2020-12-28postgres_fdw: Fix connection leak.Fujii Masao
2020-11-11Fix and simplify some usages of TimestampDifference().Tom Lane
2020-11-09In security-restricted operations, block enqueue of at-commit user code.Noah Misch
2020-07-13Revert "Use CP_SMALL_TLIST for hash aggregate"Jeff Davis
2020-05-31Use CP_SMALL_TLIST for hash aggregateTomas Vondra
2020-05-14Initial pgindent and pgperltidy run for v13.Tom Lane
2020-04-30Rename connection parameters to control min/max SSL protocol version in libpqMichael Paquier
2020-04-07Consider Incremental Sort paths at additional placesTomas Vondra
2020-02-24Fix compile failure.Tom Lane
2020-02-24Account explicitly for long-lived FDs that are allocated outside fd.c.Tom Lane
2020-01-28Add connection parameters to control SSL protocol min/max in libpqMichael Paquier
2020-01-26In postgres_fdw, don't try to ship MULTIEXPR updates to remote server.Tom Lane
2020-01-13Only superuser can set sslcert/sslkey in postgres_fdw user mappingsAndrew Dunstan
2020-01-09Allow 'sslkey' and 'sslcert' in postgres_fdw user mappingsAndrew Dunstan
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-20Adjust test case added by commit 6136e94dc.Tom Lane
2019-12-20libpq should expose GSS-related parameters even when not implemented.Tom Lane
2019-12-20Superuser can permit passwordless connections on postgres_fdwAndrew Dunstan
2019-12-11Further adjust EXPLAIN's choices of table alias names.Tom Lane
2019-12-10Fix handling of multiple AFTER ROW triggers on a foreign table.Etsuro Fujita
2019-12-03Further sync postgres_fdw's "Relations" output with the rest of EXPLAIN.Tom Lane
2019-12-03Fix EXPLAIN's column alias output for mismatched child tables.Tom Lane
2019-12-02Make postgres_fdw's "Relations" output agree with the rest of EXPLAIN.Tom Lane
2019-11-25Make the order of the header file includes consistent.Amit Kapila
2019-11-13Add regression test for two-phase transaction in postgres_fdwMichael Paquier
2019-11-08postgres_fdw: Fix error message for PREPARE TRANSACTION.Etsuro Fujita
2019-11-05Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund
2019-11-01PG_FINALLYPeter Eisentraut
2019-10-24Make the order of the header file includes consistent in contrib modules.Amit Kapila
2019-08-12Rationalize use of list_concat + list_copy combinations.Tom Lane
2019-08-05Fix inconsistencies and typos in the tree, take 9Michael Paquier
2019-07-22Use appendBinaryStringInfo in more places where the length is knownDavid Rowley
2019-07-15Represent Lists as expansible arrays, not chains of cons-cells.Tom Lane
2019-07-04Use appendStringInfoString and appendPQExpBufferStr where possibleDavid Rowley
2019-07-03postgres_fdw: Remove redundancy in postgresAcquireSampleRowsFunc().Etsuro Fujita
2019-07-01pgindent run prior to branching v12.Tom Lane
2019-07-01Fix many typos and inconsistenciesMichael Paquier
2019-06-14postgres_fdw: Fix costing of pre-sorted foreign paths with local stats.Etsuro Fujita
2019-06-13postgres_fdw: Account for triggers in non-direct remote UPDATE planning.Etsuro Fujita
2019-06-11postgres_fdw: Reorder C includes.Etsuro Fujita
2019-05-26Fix typos.Amit Kapila
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-05-22Initial pgindent run for v12.Tom Lane
2019-05-13postgres_fdw: Fix typo in comment.Etsuro Fujita
2019-05-09postgres_fdw: Fix cost estimation for aggregate pushdown.Etsuro Fujita
2019-04-27Avoid postgres_fdw crash for a targetlist entry that's just a Param.Tom Lane
2019-04-24postgres_fdw: Fix incorrect handling of row movement for remote partitions.Etsuro Fujita
2019-04-19Fix two memory leaks around force-storing tuples in slots.Andres Freund
2019-04-06Add support TCP user timeout in libpq and the backend serverMichael Paquier
2019-04-02postgres_fdw: Perform the (FINAL, NULL) upperrel operations remotely.Etsuro Fujita