Commit Graph

4091 Commits (df3640e5293dccbf964508babfc067282ea7a2fc)

Author SHA1 Message Date
Noah Misch b073c3ccd0 Revoke PUBLIC CREATE from public schema, now owned by pg_database_owner. 4 years ago
Peter Eisentraut 639a86e36a Remove Value node struct 4 years ago
Fujii Masao 98dbef90eb postgres_fdw: Revert unstable tests for postgres_fdw.application_name. 4 years ago
Michael Paquier fd0625c7a9 Clean up some code using "(expr) ? true : false" 4 years ago
Fujii Masao 449ab63505 postgres_fdw: Allow application_name of remote connection to be set via GUC. 4 years ago
Tom Lane 2dc53fe2a7 Refactor postgresImportForeignSchema to avoid code duplication. 4 years ago
Daniel Gustafsson bb466c6b09 Prohibit map and grep in void context 4 years ago
Peter Geoghegan 191dce109b contrib/amcheck: Add heapam CHECK_FOR_INTERRUPTS(). 4 years ago
Amit Kapila 29b5905470 Fix toast rewrites in logical decoding. 4 years ago
Michael Paquier 32cf7f7acc Improve performance of float overflow checks in btree_gist 4 years ago
Tom Lane a6bd28beb0 Fix failure of btree_gin indexscans with "char" type and </<= operators. 4 years ago
Daniel Gustafsson 72bbff4cd6 Add alternative output for OpenSSL 3 without legacy loaded 4 years ago
Daniel Gustafsson 318df80235 Disable OpenSSL EVP digest padding in pgcrypto 4 years ago
Michael Paquier 1e3445237b Fix regression test output of sepgsql 4 years ago
Tom Lane 0e6aa8747d Avoid determining regexp subexpression matches, when possible. 4 years ago
Etsuro Fujita aa769f80ed postgres_fdw: Fix issues with generated columns in foreign tables. 4 years ago
Etsuro Fujita a8ed9bd59d Fix oversight in commit 1ec7fca859. 5 years ago
Tom Lane 5d44fff01e In postgres_fdw, allow CASE expressions to be pushed to the remote server. 5 years ago
Etsuro Fujita 1ec7fca859 postgres_fdw: Fix handling of pending asynchronous requests. 5 years ago
Andrew Dunstan 201a76183e
Unify PostgresNode's new() and get_new_node() methods 5 years ago
David Rowley 245de48455 Adjust MSVC build scripts to parse Makefiles for defines 5 years ago
Fujii Masao 0e1275fb07 Avoid using ambiguous word "non-negative" in error messages. 5 years ago
Tom Lane 48c5c90682 Use the "pg_temp" schema alias in EXPLAIN and related output. 5 years ago
Tom Lane 0806d08d46 Harden pg_stat_statements tests against CLOBBER_CACHE_ALWAYS. 5 years ago
Amit Kapila a8fd13cab0 Add support for prepared transactions to built-in logical replication. 5 years ago
David Rowley 83f4fcc655 Change the name of the Result Cache node to Memoize 5 years ago
Tom Lane d68a003912 Rename debug_invalidate_system_caches_always to debug_discard_caches. 5 years ago
Tom Lane f10f0ae420 Replace RelationOpenSmgr() with RelationGetSmgr(). 5 years ago
Michael Paquier 127404fbe2 pageinspect: Improve page_header() for pages of 32kB 5 years ago
Peter Eisentraut 2ed532ee8c Improve error messages about mismatching relkind 5 years ago
Tom Lane b9734c13f1 Fix crash in postgres_fdw for provably-empty remote UPDATE/DELETE. 5 years ago
Fujii Masao d854720df6 postgres_fdw: Tighten up allowed values for batch_size, fetch_size options. 5 years ago
Tom Lane c7b7311f61 Avoid doing catalog lookups in postgres_fdw's conversion_error_callback. 5 years ago
Tom Lane 8021770909 Further stabilize postgres_fdw test. 5 years ago
Tom Lane a443c1b2d6 Allow non-quoted identifiers as isolation test session/step names. 5 years ago
Tom Lane 4a054069a3 Improve display of query results in isolation tests. 5 years ago
Tom Lane 741d7f1047 Use annotations to reduce instability of isolation-test results. 5 years ago
Peter Eisentraut 97b7134186 amcheck: Fix code comments 5 years ago
Tom Lane 5843659d09 Stabilize test case added by commit f61db909d. 5 years ago
Tom Lane 7c337b6b52 Centralize the logic for protective copying of utility statements. 5 years ago
Tomas Vondra 99cea49d65 Fix copying data into slots with FDW batching 5 years ago
Tomas Vondra cb92703384 Adjust batch size in postgres_fdw to not use too many parameters 5 years ago
Tom Lane d16ebfbff7 Stabilize contrib/seg regression test. 5 years ago
Etsuro Fujita f3baaf28a6 Fix rescanning of async-aware Append nodes. 5 years ago
Tom Lane f61db909df Fix postgres_fdw failure with whole-row Vars of type RECORD. 5 years ago
David Rowley 7fc26d11e3 Adjust locations which have an incorrect copyright year 5 years ago
Tom Lane 889592344c Fix planner's row-mark code for inheritance from a foreign table. 5 years ago
Amit Kapila 6f4bdf8152 Fix assertion during streaming of multi-insert toast changes. 5 years ago
Alvaro Herrera cafde58b33
Allow compute_query_id to be set to 'auto' and make it default 5 years ago
Etsuro Fujita a784859f44 Prevent asynchronous execution of direct foreign-table modifications. 5 years ago