Commit Graph

340 Commits (198b3716dba68544b55cb97bd120738a86d5df2d)

Author SHA1 Message Date
David Rowley ed934d4fa3 Allow estimate_num_groups() to pass back further details about the estimation 5 years ago
Etsuro Fujita bc2797ebb1 Update obsolete comment. 5 years ago
Michael Paquier 0ba71107ef Revert changes for SSL compression in libpq 5 years ago
Michael Paquier 096bbf7c93 Switch back sslcompression to be a normal input field in libpq 5 years ago
Michael Paquier f9264d1524 Remove support for SSL compression 5 years ago
Peter Eisentraut f5465fade9 Allow specifying CRL directory 5 years ago
Tomas Vondra 927f453a94 Fix tuple routing to initialize batching only for inserts 5 years ago
Heikki Linnakangas 6214e2b228 Fix permission checks on constraint violation errors on partitions. 5 years ago
Etsuro Fujita 5e7fa189ee postgres_fdw: Fix assertion in estimate_path_cost_size(). 5 years ago
Fujii Masao f77717b298 postgres_fdw: Fix tests for CLOBBER_CACHE_ALWAYS. 5 years ago
Michael Paquier 7b4c660466 Fix memory leak when deallocating prepared statement in postgres_fdw 5 years ago
Fujii Masao 0c3fc09fe3 postgres_fdw: Fix test failure with -DENFORCE_REGRESSION_TEST_NAME_RESTRICTIONS 5 years ago
Fujii Masao 6adc5376dc postgres_fdw: Stabilize regression test for postgres_fdw_disconnect_all(). 5 years ago
Fujii Masao 411ae64997 postgres_fdw: Add functions to discard cached connections. 5 years ago
Tom Lane 55dc86eca7 Fix pull_varnos' miscomputation of relids set for a PlaceHolderVar. 5 years ago
Tomas Vondra b663a41363 Implement support for bulk inserts in postgres_fdw 5 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
Thomas Munro 034510c820 Replace remaining uses of "whitelist". 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 c7aba7c14e Support subscripting of arbitrary types, not only arrays. 5 years ago
Heikki Linnakangas 0a2bc5d61e Move per-agg and per-trans duplicate finding to the planner. 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
David Rowley 110d81728a Fixup some appendStringInfo and appendPQExpBuffer calls 5 years ago
Heikki Linnakangas 178f2d560d Include result relation info in direct modify ForeignScan nodes. 5 years ago
Tom Lane 85d08b8b72 Band-aid new postgres_fdw test case to remove error text dependency. 5 years ago
Fujii Masao 32a9c0bdf4 postgres_fdw: reestablish new connection if cached one is detected as broken. 5 years ago
Tom Lane 1ed6b89563 Remove support for postfix (right-unary) operators. 5 years ago
Tom Lane 76f412ab31 Remove factorial operators, leaving only the factorial() function. 5 years ago
Michael Paquier a6642b3ae0 Add support for partitioned tables and indexes in REINDEX 5 years ago
Tom Lane 3d351d916b Redefine pg_class.reltuples to be -1 before the first VACUUM or ANALYZE. 5 years ago
Heikki Linnakangas 3941eb6341 Make xact.h usable in frontend. 5 years ago
Jeff Davis 0babd10980 Revert "Use CP_SMALL_TLIST for hash aggregate" 5 years ago
Tomas Vondra 4cad2534da Use CP_SMALL_TLIST for hash aggregate 5 years ago
Tom Lane 5cbfce562f Initial pgindent and pgperltidy run for v13. 5 years ago
Michael Paquier 401aad6704 Rename connection parameters to control min/max SSL protocol version in libpq 5 years ago
Tomas Vondra ba3e76cc57 Consider Incremental Sort paths at additional places 6 years ago
Tom Lane 36390713a6 Fix compile failure. 6 years ago
Tom Lane 3d475515a1 Account explicitly for long-lived FDs that are allocated outside fd.c. 6 years ago
Michael Paquier ff8ca5fadd Add connection parameters to control SSL protocol min/max in libpq 6 years ago
Tom Lane 215824f918 In postgres_fdw, don't try to ship MULTIEXPR updates to remote server. 6 years ago
Andrew Dunstan cebf9d6e6e Only superuser can set sslcert/sslkey in postgres_fdw user mappings 6 years ago
Andrew Dunstan f5fd995a1a Allow 'sslkey' and 'sslcert' in postgres_fdw user mappings 6 years ago
Bruce Momjian 7559d8ebfa Update copyrights for 2020 6 years ago
Tom Lane 0af0504da9 Adjust test case added by commit 6136e94dc. 6 years ago
Tom Lane e60b480d39 libpq should expose GSS-related parameters even when not implemented. 6 years ago