index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
postgres_fdw
Commit message (
Expand
)
Author
Age
*
postgres_fdw: Fix issues with generated columns in foreign tables.
Etsuro Fujita
2021-08-05
*
Avoid using ambiguous word "non-negative" in error messages.
Fujii Masao
2021-07-28
*
Avoid doing catalog lookups in postgres_fdw's conversion_error_callback.
Tom Lane
2021-07-06
*
Fix planner's row-mark code for inheritance from a foreign table.
Tom Lane
2021-06-02
*
Update obsolete comment.
Etsuro Fujita
2021-03-30
*
Fix permission checks on constraint violation errors on partitions.
Heikki Linnakangas
2021-02-08
*
postgres_fdw: Fix assertion in estimate_path_cost_size().
Etsuro Fujita
2021-02-05
*
Fix pull_varnos' miscomputation of relids set for a PlaceHolderVar.
Tom Lane
2021-01-21
*
postgres_fdw: Fix connection leak.
Fujii Masao
2020-12-28
*
Fix and simplify some usages of TimestampDifference().
Tom Lane
2020-11-10
*
In security-restricted operations, block enqueue of at-commit user code.
Noah Misch
2020-11-09
*
Revert "Use CP_SMALL_TLIST for hash aggregate"
Jeff Davis
2020-07-12
*
Use CP_SMALL_TLIST for hash aggregate
Tomas Vondra
2020-05-31
*
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-14
*
Rename connection parameters to control min/max SSL protocol version in libpq
Michael Paquier
2020-04-30
*
Consider Incremental Sort paths at additional places
Tomas Vondra
2020-04-07
*
Fix compile failure.
Tom Lane
2020-02-24
*
Account explicitly for long-lived FDs that are allocated outside fd.c.
Tom Lane
2020-02-24
*
Add connection parameters to control SSL protocol min/max in libpq
Michael Paquier
2020-01-28
*
In postgres_fdw, don't try to ship MULTIEXPR updates to remote server.
Tom Lane
2020-01-26
*
Only superuser can set sslcert/sslkey in postgres_fdw user mappings
Andrew Dunstan
2020-01-13
*
Allow 'sslkey' and 'sslcert' in postgres_fdw user mappings
Andrew Dunstan
2020-01-09
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Adjust test case added by commit 6136e94dc.
Tom Lane
2019-12-20
*
libpq should expose GSS-related parameters even when not implemented.
Tom Lane
2019-12-20
*
Superuser can permit passwordless connections on postgres_fdw
Andrew Dunstan
2019-12-20
*
Further adjust EXPLAIN's choices of table alias names.
Tom Lane
2019-12-11
*
Fix handling of multiple AFTER ROW triggers on a foreign table.
Etsuro Fujita
2019-12-10
*
Further sync postgres_fdw's "Relations" output with the rest of EXPLAIN.
Tom Lane
2019-12-03
*
Fix EXPLAIN's column alias output for mismatched child tables.
Tom Lane
2019-12-02
*
Make postgres_fdw's "Relations" output agree with the rest of EXPLAIN.
Tom Lane
2019-12-02
*
Make the order of the header file includes consistent.
Amit Kapila
2019-11-25
*
Add regression test for two-phase transaction in postgres_fdw
Michael Paquier
2019-11-13
*
postgres_fdw: Fix error message for PREPARE TRANSACTION.
Etsuro Fujita
2019-11-08
*
Split all OBJS style lines in makefiles into one-line-per-entry style.
Andres Freund
2019-11-05
*
PG_FINALLY
Peter Eisentraut
2019-11-01
*
Make the order of the header file includes consistent in contrib modules.
Amit Kapila
2019-10-24
*
Rationalize use of list_concat + list_copy combinations.
Tom Lane
2019-08-12
*
Fix inconsistencies and typos in the tree, take 9
Michael Paquier
2019-08-05
*
Use appendBinaryStringInfo in more places where the length is known
David Rowley
2019-07-23
*
Represent Lists as expansible arrays, not chains of cons-cells.
Tom Lane
2019-07-15
*
Use appendStringInfoString and appendPQExpBufferStr where possible
David Rowley
2019-07-04
*
postgres_fdw: Remove redundancy in postgresAcquireSampleRowsFunc().
Etsuro Fujita
2019-07-03
*
pgindent run prior to branching v12.
Tom Lane
2019-07-01
*
Fix many typos and inconsistencies
Michael Paquier
2019-07-01
*
postgres_fdw: Fix costing of pre-sorted foreign paths with local stats.
Etsuro Fujita
2019-06-14
*
postgres_fdw: Account for triggers in non-direct remote UPDATE planning.
Etsuro Fujita
2019-06-13
*
postgres_fdw: Reorder C includes.
Etsuro Fujita
2019-06-11
*
Fix typos.
Amit Kapila
2019-05-26
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
[next]