summaryrefslogtreecommitdiff
path: root/contrib/dblink
Commit message (Expand)AuthorAgeFilesLines
* De-Revert "Add support for Kerberos credential delegation"Stephen Frost2023-04-132-47/+84
* Revert "Add support for Kerberos credential delegation"Stephen Frost2023-04-082-84/+47
* Add support for Kerberos credential delegationStephen Frost2023-04-072-47/+84
* dblink: Fix variable confusion introduced in e4602483e95Andres Freund2023-01-313-1/+25
* dblink, postgres_fdw: Handle interrupts during connection establishmentAndres Freund2023-01-231-68/+11
* Update copyright for 2023Bruce Momjian2023-01-022-2/+2
* Add copyright notices to meson filesAndrew Dunstan2022-12-201-0/+2
* Refactor aclcheck functionsPeter Eisentraut2022-11-131-1/+1
* Rename SetSingleFuncCall() to InitMaterializedSRF()Michael Paquier2022-10-181-1/+1
* meson: Add windows resource filesAndres Freund2022-10-051-0/+6
* Harmonize parameter names in contrib code.Peter Geoghegan2022-09-221-1/+1
* meson: Add initial version of meson based build systemAndres Freund2022-09-211-0/+31
* Adjust assorted hint messages that list all valid options.Peter Eisentraut2022-09-162-12/+16
* Assorted examples of expanded type-safer palloc/pg_malloc APIPeter Eisentraut2022-09-121-6/+6
* Fix incorrect uses of Datum conversion macrosPeter Eisentraut2022-09-051-1/+1
* Remove redundant null pointer checks before PQclear and PQconninfoFreePeter Eisentraut2022-07-031-4/+2
* Remove extraneous blank lines before block-closing bracesAlvaro Herrera2022-04-131-2/+0
* Simplify SRFs using materialize mode in contrib/ modulesMichael Paquier2022-03-081-24/+2
* Remove all traces of tuplestore_donestoring() in the C codeMichael Paquier2022-02-171-5/+0
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Merge dblink's paths test script into its main test.Tom Lane2021-12-205-42/+42
* Remove dynamic translation of regression test scripts, step 2.Tom Lane2021-12-205-3/+0
* Remove dynamic translation of regression test scripts, step 1.Tom Lane2021-12-202-6/+22
* postgres_fdw: Fix unexpected reporting of empty message.Fujii Masao2021-12-031-1/+2
* Improve HINT message that FDW reports when there are no valid options.Fujii Masao2021-10-273-2/+11
* Revert use singular for -1 (commits 9ee7d533da and 5da9868ed9Bruce Momjian2021-05-011-3/+3
* adjust dblink regression expected output for commit 5da9868ed9Bruce Momjian2021-03-301-3/+3
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Use setenv() in preference to putenv().Tom Lane2020-12-302-6/+6
* Improve hash_create()'s API for some added robustness.Tom Lane2020-12-151-1/+2
* Move catalog index declarationsPeter Eisentraut2020-11-071-1/+0
* Initialize dblink remoteConn struct in all casesJoe Conway2020-05-281-0/+5
* Fix compile failure.Tom Lane2020-02-241-8/+18
* Account explicitly for long-lived FDs that are allocated outside fd.c.Tom Lane2020-02-241-0/+53
* Remove support for upgrading extensions from "unpackaged" state.Tom Lane2020-02-192-48/+1
* Clean up newlines following left parenthesesAlvaro Herrera2020-01-301-4/+2
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Avoid splitting C string literals with \-newlineAlvaro Herrera2019-12-241-10/+5
* libq support for sslpassword connection param, DER format keysAndrew Dunstan2019-11-301-1/+1
* Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund2019-11-051-1/+3
* PG_FINALLYPeter Eisentraut2019-11-011-16/+3
* Make the order of the header file includes consistent in contrib modules.Amit Kapila2019-10-241-2/+1
* Phase 2 pgindent run for v12.Tom Lane2019-05-221-9/+9
* Initialize structure at declarationPeter Eisentraut2019-03-251-3/+1
* Remove superfluous tqual.h includes.Andres Freund2019-01-211-1/+0
* Replace uses of heap_open et al with the corresponding table_* function.Andres Freund2019-01-211-3/+3
* Replace heapam.h includes with {table, relation}.h where applicable.Andres Freund2019-01-211-1/+2
* Don't include heapam.h from others headers.Andres Freund2019-01-141-0/+1
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-201-4/+4