index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
dblink
Age
Commit message (
Expand
)
Author
2025-04-29
oauth: Disallow OAuth connections via postgres_fdw/dblink
Jacob Champion
2025-04-10
Improve various new-to-v18 appendStringInfo calls
David Rowley
2025-03-26
Use PG_MODULE_MAGIC_EXT in our installable shared libraries.
Tom Lane
2025-03-26
dblink: SCRAM authentication pass-through
Peter Eisentraut
2025-03-13
pg_noreturn to replace pg_attribute_noreturn()
Peter Eisentraut
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-09-09
Don't bother checking the result of SPI_connect[_ext] anymore.
Tom Lane
2024-04-05
Make libpqsrv_cancel's return const char *, not char *
Alvaro Herrera
2024-03-28
libpq-be-fe-helpers.h: wrap new cancel APIs
Alvaro Herrera
2024-03-18
dblink/isolationtester/fe_utils: Use new cancel API
Alvaro Herrera
2024-01-08
Make dblink interruptible, via new libpqsrv APIs.
Noah Misch
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-11-30
Remove redundant setting of hashkey after insertion
John Naylor
2023-10-05
dblink: Replace WAIT_EVENT_EXTENSION with custom wait events
Michael Paquier
2023-07-03
Refactor some code related to wait events "BufferPin" and "Extension"
Michael Paquier
2023-05-21
rename "gss_accept_deleg" to "gss_accept_delegation".
Bruce Momjian
2023-05-19
Pre-beta mechanical code beautification.
Tom Lane
2023-04-13
De-Revert "Add support for Kerberos credential delegation"
Stephen Frost
2023-04-08
Revert "Add support for Kerberos credential delegation"
Stephen Frost
2023-04-08
Add support for Kerberos credential delegation
Stephen Frost
2023-02-01
dblink: Fix variable confusion introduced in e4602483e95
Andres Freund
2023-01-24
dblink, postgres_fdw: Handle interrupts during connection establishment
Andres Freund
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-20
Add copyright notices to meson files
Andrew Dunstan
2022-11-13
Refactor aclcheck functions
Peter Eisentraut
2022-10-18
Rename SetSingleFuncCall() to InitMaterializedSRF()
Michael Paquier
2022-10-05
meson: Add windows resource files
Andres Freund
2022-09-22
Harmonize parameter names in contrib code.
Peter Geoghegan
2022-09-22
meson: Add initial version of meson based build system
Andres Freund
2022-09-16
Adjust assorted hint messages that list all valid options.
Peter Eisentraut
2022-09-12
Assorted examples of expanded type-safer palloc/pg_malloc API
Peter Eisentraut
2022-09-05
Fix incorrect uses of Datum conversion macros
Peter Eisentraut
2022-07-03
Remove redundant null pointer checks before PQclear and PQconninfoFree
Peter Eisentraut
2022-04-13
Remove extraneous blank lines before block-closing braces
Alvaro Herrera
2022-03-08
Simplify SRFs using materialize mode in contrib/ modules
Michael Paquier
2022-02-17
Remove all traces of tuplestore_donestoring() in the C code
Michael Paquier
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-12-20
Merge dblink's paths test script into its main test.
Tom Lane
2021-12-20
Remove dynamic translation of regression test scripts, step 2.
Tom Lane
2021-12-20
Remove dynamic translation of regression test scripts, step 1.
Tom Lane
2021-12-03
postgres_fdw: Fix unexpected reporting of empty message.
Fujii Masao
2021-10-26
Improve HINT message that FDW reports when there are no valid options.
Fujii Masao
2021-05-01
Revert use singular for -1 (commits 9ee7d533da and 5da9868ed9
Bruce Momjian
2021-03-30
adjust dblink regression expected output for commit 5da9868ed9
Bruce Momjian
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-12-30
Use setenv() in preference to putenv().
Tom Lane
2020-12-15
Improve hash_create()'s API for some added robustness.
Tom Lane
2020-11-07
Move catalog index declarations
Peter Eisentraut
2020-05-28
Initialize dblink remoteConn struct in all cases
Joe Conway
2020-02-24
Fix compile failure.
Tom Lane
[next]