index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
dblink
/
dblink.c
Commit message (
Expand
)
Author
Age
*
Use 'void *' for arbitrary buffers, 'uint8 *' for byte arrays
Heikki Linnakangas
10 days
*
oauth: Disallow OAuth connections via postgres_fdw/dblink
Jacob Champion
2025-04-29
*
Improve various new-to-v18 appendStringInfo calls
David Rowley
2025-04-11
*
Use PG_MODULE_MAGIC_EXT in our installable shared libraries.
Tom Lane
2025-03-26
*
dblink: SCRAM authentication pass-through
Peter Eisentraut
2025-03-26
*
pg_noreturn to replace pg_attribute_noreturn()
Peter Eisentraut
2025-03-13
*
Update copyright for 2025
Bruce Momjian
2025-01-01
*
Don't bother checking the result of SPI_connect[_ext] anymore.
Tom Lane
2024-09-09
*
Make libpqsrv_cancel's return const char *, not char *
Alvaro Herrera
2024-04-05
*
libpq-be-fe-helpers.h: wrap new cancel APIs
Alvaro Herrera
2024-03-28
*
dblink/isolationtester/fe_utils: Use new cancel API
Alvaro Herrera
2024-03-18
*
Make dblink interruptible, via new libpqsrv APIs.
Noah Misch
2024-01-08
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Remove redundant setting of hashkey after insertion
John Naylor
2023-11-30
*
dblink: Replace WAIT_EVENT_EXTENSION with custom wait events
Michael Paquier
2023-10-05
*
Refactor some code related to wait events "BufferPin" and "Extension"
Michael Paquier
2023-07-03
*
rename "gss_accept_deleg" to "gss_accept_delegation".
Bruce Momjian
2023-05-20
*
Pre-beta mechanical code beautification.
Tom Lane
2023-05-19
*
De-Revert "Add support for Kerberos credential delegation"
Stephen Frost
2023-04-13
*
Revert "Add support for Kerberos credential delegation"
Stephen Frost
2023-04-08
*
Add support for Kerberos credential delegation
Stephen Frost
2023-04-07
*
dblink: Fix variable confusion introduced in e4602483e95
Andres Freund
2023-01-31
*
dblink, postgres_fdw: Handle interrupts during connection establishment
Andres Freund
2023-01-23
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Refactor aclcheck functions
Peter Eisentraut
2022-11-13
*
Rename SetSingleFuncCall() to InitMaterializedSRF()
Michael Paquier
2022-10-18
*
Harmonize parameter names in contrib code.
Peter Geoghegan
2022-09-22
*
Adjust assorted hint messages that list all valid options.
Peter Eisentraut
2022-09-16
*
Assorted examples of expanded type-safer palloc/pg_malloc API
Peter Eisentraut
2022-09-12
*
Fix incorrect uses of Datum conversion macros
Peter Eisentraut
2022-09-05
*
Remove redundant null pointer checks before PQclear and PQconninfoFree
Peter Eisentraut
2022-07-03
*
Remove extraneous blank lines before block-closing braces
Alvaro Herrera
2022-04-13
*
Simplify SRFs using materialize mode in contrib/ modules
Michael Paquier
2022-03-08
*
Remove all traces of tuplestore_donestoring() in the C code
Michael Paquier
2022-02-17
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
postgres_fdw: Fix unexpected reporting of empty message.
Fujii Masao
2021-12-03
*
Improve HINT message that FDW reports when there are no valid options.
Fujii Masao
2021-10-27
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Improve hash_create()'s API for some added robustness.
Tom Lane
2020-12-15
*
Move catalog index declarations
Peter Eisentraut
2020-11-07
*
Initialize dblink remoteConn struct in all cases
Joe Conway
2020-05-28
*
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
*
Clean up newlines following left parentheses
Alvaro Herrera
2020-01-30
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Avoid splitting C string literals with \-newline
Alvaro Herrera
2019-12-24
*
PG_FINALLY
Peter Eisentraut
2019-11-01
*
Make the order of the header file includes consistent in contrib modules.
Amit Kapila
2019-10-24
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Initialize structure at declaration
Peter Eisentraut
2019-03-25
[next]