Commit Graph

57 Commits (50e17ad281b8d1c1b410c9833955bc80fbad4078)

Author SHA1 Message Date
Fujii Masao b1be3074ac postgres_fdw: Add option to control whether to keep connections open. 4 years ago
Etsuro Fujita 27e1f14563 Add support for asynchronous execution. 4 years ago
Fujii Masao 411ae64997 postgres_fdw: Add functions to discard cached connections. 4 years ago
Fujii Masao 708d165ddb postgres_fdw: Add function to list cached connections to foreign servers. 5 years ago
Fujii Masao 5e5f4fcd89 postgres_fdw: Save foreign server OID in connection cache entry. 5 years ago
Bruce Momjian ca3b37487b Update copyright for 2021 5 years ago
Fujii Masao e3ebcca843 postgres_fdw: Fix connection leak. 5 years ago
Tom Lane b3817f5f77 Improve hash_create()'s API for some added robustness. 5 years ago
Tom Lane ec29427ce2 Fix and simplify some usages of TimestampDifference(). 5 years ago
Noah Misch 0c3185e963 In security-restricted operations, block enqueue of at-commit user code. 5 years ago
Fujii Masao 7fc1a81e49 postgres_fdw: Restructure connection retry logic. 5 years ago
Fujii Masao 32a9c0bdf4 postgres_fdw: reestablish new connection if cached one is detected as broken. 5 years ago
Heikki Linnakangas 3941eb6341 Make xact.h usable in frontend. 5 years ago
Tom Lane 5cbfce562f Initial pgindent and pgperltidy run for v13. 5 years ago
Tom Lane 36390713a6 Fix compile failure. 5 years ago
Tom Lane 3d475515a1 Account explicitly for long-lived FDs that are allocated outside fd.c. 5 years ago
Bruce Momjian 7559d8ebfa Update copyrights for 2020 6 years ago
Andrew Dunstan 6136e94dcb Superuser can permit passwordless connections on postgres_fdw 6 years ago
Etsuro Fujita 879c117615 postgres_fdw: Fix error message for PREPARE TRANSACTION. 6 years ago
Peter Eisentraut 604bd36711 PG_FINALLY 6 years ago
Amit Kapila 7e735035f2 Make the order of the header file includes consistent in contrib modules. 6 years ago
Etsuro Fujita 92a88644d2 postgres_fdw: Reorder C includes. 6 years ago
Tom Lane 8255c7a5ee Phase 2 pgindent run for v12. 6 years ago
Bruce Momjian 97c39498e5 Update copyright for 2019 7 years ago
Thomas Munro cfdf4dc4fc Add WL_EXIT_ON_PM_DEATH pseudo-event. 7 years ago
Tom Lane feb8254518 Improve style guideline compliance of assorted error-report messages. 7 years ago
Bruce Momjian 9d4649ca49 Update copyright for 2018 8 years ago
Robert Haas ab3f008a2d postgres_fdw: Judge password use by run-as user, not session user. 8 years ago
Tom Lane 8bf58c0d9b Re-establish postgres_fdw connections after server or user mapping changes. 8 years ago
Tom Lane 382ceffdf7 Phase 3 of pgindent updates. 8 years ago
Tom Lane a3bed62d44 Fix low-probability leaks of PGresult objects in the backend. 8 years ago
Robert Haas ae9bfc5d65 postgres_fdw: Allow cancellation of transaction control commands. 8 years ago
Peter Eisentraut 2ed193c904 chomp PQerrorMessage() in backend uses 8 years ago
Bruce Momjian 1d25779284 Update copyright via script for 2017 9 years ago
Joe Conway ea0aa9698c Improve dblink error message when remote does not provide it 9 years ago
Robert Haas d2ce38e204 Rename WAIT_* constants to PG_WAIT_*. 9 years ago
Robert Haas 6f3bd98ebf Extend framework from commit 53be0b1ad to report latch waits. 9 years ago
Robert Haas 4bc424b968 pgindent run for 9.6 9 years ago
Robert Haas 1b812afb0e Fix multiple problems in postgres_fdw query cancellation logic. 9 years ago
Robert Haas f039eaac71 Allow queries submitted by postgres_fdw to be canceled. 9 years ago
Tom Lane 63828969c8 Use %u not %d to print OIDs. 10 years ago
Robert Haas 2f6b041f76 Add missing quotation mark. 10 years ago
Robert Haas 96198d94cb Avoid multiple foreign server connections when all use same user mapping. 10 years ago
Bruce Momjian ee94300446 Update copyright for 2016 10 years ago
Robert Haas 924bcf4f16 Create an infrastructure for parallel computation in PostgreSQL. 10 years ago
Bruce Momjian 4baaf863ec Update copyright for 2015 11 years ago
Tom Lane 4a14f13a0a Improve hash_create's API for selecting simple-binary-key hash functions. 11 years ago
Bruce Momjian 0a78320057 pgindent run for 9.4 11 years ago
Tom Lane 00d4f2af8b Improve connection-failure error handling in contrib/postgres_fdw. 12 years ago
Bruce Momjian 7e04792a1c Update copyright for 2014 12 years ago