summaryrefslogtreecommitdiff
path: root/contrib/postgres_fdw
AgeCommit message (Expand)Author
2021-01-15postgres_fdw: Save foreign server OID in connection cache entry.Fujii Masao
2021-01-05Replace remaining uses of "whitelist".Thomas Munro
2021-01-02Update copyright for 2021Bruce Momjian
2020-12-28postgres_fdw: Fix connection leak.Fujii Masao
2020-12-15Improve hash_create()'s API for some added robustness.Tom Lane
2020-12-09Support subscripting of arbitrary types, not only arrays.Tom Lane
2020-11-24Move per-agg and per-trans duplicate finding to the planner.Heikki Linnakangas
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-10-16postgres_fdw: Restructure connection retry logic.Fujii Masao
2020-10-15Fixup some appendStringInfo and appendPQExpBuffer callsDavid Rowley
2020-10-14Include result relation info in direct modify ForeignScan nodes.Heikki Linnakangas
2020-10-10Band-aid new postgres_fdw test case to remove error text dependency.Tom Lane
2020-10-06postgres_fdw: reestablish new connection if cached one is detected as broken.Fujii Masao
2020-09-17Remove support for postfix (right-unary) operators.Tom Lane
2020-09-17Remove factorial operators, leaving only the factorial() function.Tom Lane
2020-09-08Add support for partitioned tables and indexes in REINDEXMichael Paquier
2020-08-30Redefine pg_class.reltuples to be -1 before the first VACUUM or ANALYZE.Tom Lane
2020-08-17Make xact.h usable in frontend.Heikki Linnakangas
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