summaryrefslogtreecommitdiff
path: root/contrib/postgres_fdw
AgeCommit message (Expand)Author
2021-04-02postgres_fdw: Add option to control whether to keep connections open.Fujii Masao
2021-04-02Add Result Cache executor node (take 2)David Rowley
2021-04-01Revert b6002a796David Rowley
2021-03-31Add Result Cache executor nodeDavid Rowley
2021-03-31Silence compiler warning in non-assert builds.Tom Lane
2021-03-31Rework planning and execution of UPDATE and DELETE.Tom Lane
2021-03-31Add support for asynchronous execution.Etsuro Fujita
2021-03-31Remove extra semicolon in postgres_fdw tests.Amit Kapila
2021-03-30Allow estimate_num_groups() to pass back further details about the estimationDavid Rowley
2021-03-30Update obsolete comment.Etsuro Fujita
2021-03-10Revert changes for SSL compression in libpqMichael Paquier
2021-03-09Switch back sslcompression to be a normal input field in libpqMichael Paquier
2021-03-09Remove support for SSL compressionMichael Paquier
2021-02-18Allow specifying CRL directoryPeter Eisentraut
2021-02-17Fix tuple routing to initialize batching only for insertsTomas Vondra
2021-02-08Fix permission checks on constraint violation errors on partitions.Heikki Linnakangas
2021-02-05postgres_fdw: Fix assertion in estimate_path_cost_size().Etsuro Fujita
2021-01-30postgres_fdw: Fix tests for CLOBBER_CACHE_ALWAYS.Fujii Masao
2021-01-26Fix memory leak when deallocating prepared statement in postgres_fdwMichael Paquier
2021-01-26postgres_fdw: Fix test failure with -DENFORCE_REGRESSION_TEST_NAME_RESTRICTIONSFujii Masao
2021-01-26postgres_fdw: Stabilize regression test for postgres_fdw_disconnect_all().Fujii Masao
2021-01-26postgres_fdw: Add functions to discard cached connections.Fujii Masao
2021-01-21Fix pull_varnos' miscomputation of relids set for a PlaceHolderVar.Tom Lane
2021-01-20Implement support for bulk inserts in postgres_fdwTomas Vondra
2021-01-18postgres_fdw: Add function to list cached connections to foreign servers.Fujii Masao
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