Commit Graph

4372 Commits (REL_15_STABLE)

Author SHA1 Message Date
Andrew Dunstan 201a76183e
Unify PostgresNode's new() and get_new_node() methods 4 years ago
David Rowley 245de48455 Adjust MSVC build scripts to parse Makefiles for defines 4 years ago
Fujii Masao 0e1275fb07 Avoid using ambiguous word "non-negative" in error messages. 4 years ago
Tom Lane 48c5c90682 Use the "pg_temp" schema alias in EXPLAIN and related output. 4 years ago
Tom Lane 0806d08d46 Harden pg_stat_statements tests against CLOBBER_CACHE_ALWAYS. 4 years ago
Amit Kapila a8fd13cab0 Add support for prepared transactions to built-in logical replication. 4 years ago
David Rowley 83f4fcc655 Change the name of the Result Cache node to Memoize 4 years ago
Tom Lane d68a003912 Rename debug_invalidate_system_caches_always to debug_discard_caches. 4 years ago
Tom Lane f10f0ae420 Replace RelationOpenSmgr() with RelationGetSmgr(). 4 years ago
Michael Paquier 127404fbe2 pageinspect: Improve page_header() for pages of 32kB 4 years ago
Peter Eisentraut 2ed532ee8c Improve error messages about mismatching relkind 4 years ago
Tom Lane b9734c13f1 Fix crash in postgres_fdw for provably-empty remote UPDATE/DELETE. 4 years ago
Fujii Masao d854720df6 postgres_fdw: Tighten up allowed values for batch_size, fetch_size options. 4 years ago
Tom Lane c7b7311f61 Avoid doing catalog lookups in postgres_fdw's conversion_error_callback. 4 years ago
Tom Lane 8021770909 Further stabilize postgres_fdw test. 4 years ago
Tom Lane a443c1b2d6 Allow non-quoted identifiers as isolation test session/step names. 4 years ago
Tom Lane 4a054069a3 Improve display of query results in isolation tests. 4 years ago
Tom Lane 741d7f1047 Use annotations to reduce instability of isolation-test results. 4 years ago
Peter Eisentraut 97b7134186 amcheck: Fix code comments 4 years ago
Tom Lane 5843659d09 Stabilize test case added by commit f61db909d. 4 years ago
Tom Lane 7c337b6b52 Centralize the logic for protective copying of utility statements. 4 years ago
Tomas Vondra 99cea49d65 Fix copying data into slots with FDW batching 4 years ago
Tomas Vondra cb92703384 Adjust batch size in postgres_fdw to not use too many parameters 4 years ago
Tom Lane d16ebfbff7 Stabilize contrib/seg regression test. 4 years ago
Etsuro Fujita f3baaf28a6 Fix rescanning of async-aware Append nodes. 4 years ago
Tom Lane f61db909df Fix postgres_fdw failure with whole-row Vars of type RECORD. 4 years ago
David Rowley 7fc26d11e3 Adjust locations which have an incorrect copyright year 4 years ago
Tom Lane 889592344c Fix planner's row-mark code for inheritance from a foreign table. 4 years ago
Amit Kapila 6f4bdf8152 Fix assertion during streaming of multi-insert toast changes. 4 years ago
Alvaro Herrera cafde58b33
Allow compute_query_id to be set to 'auto' and make it default 4 years ago
Etsuro Fujita a784859f44 Prevent asynchronous execution of direct foreign-table modifications. 4 years ago
Amit Kapila fc69509131 Fix tests for replication slots stats. 4 years ago
Tom Lane def5b065ff Initial pgindent and pgperltidy run for v14. 4 years ago
Etsuro Fujita a363bc6da9 Fix EXPLAIN ANALYZE for async-capable nodes. 4 years ago
Tomas Vondra c6a01d9249 Copy the INSERT query in postgres_fdw 4 years ago
Andrew Dunstan 8b82de0164
Remove extraneous newlines added by perl copyright patch 4 years ago
Andrew Dunstan 8fa6e6919c
Add a copyright notice to perl files lacking one. 4 years ago
Tom Lane 1273a15bf9 Disable cache clobber to avoid breaking postgres_fdw termination test. 4 years ago
Bruce Momjian f7a97b6ec3 Update query_id computation 4 years ago
Robert Haas 50529e5b4e amcheck: Improve some confusing reports about TOAST problems. 4 years ago
Bruce Momjian 651d005e76 Revert use singular for -1 (commits 9ee7d533da and 5da9868ed9 4 years ago
Amit Kapila 51ef917303 Another try to fix the test case added by commit f5fc2f5b23. 4 years ago
Fujii Masao 8e9ea08bae Don't pass "ONLY" options specified in TRUNCATE to foreign data wrapper. 4 years ago
Amit Kapila 3fa17d3771 Use HTAB for replication slot statistics. 4 years ago
Peter Geoghegan bb3ecc8c96 amcheck: MAXALIGN() nbtree special area offset. 4 years ago
Michael Paquier 62aa2bb293 Remove use of [U]INT64_FORMAT in some translatable strings 4 years ago
Etsuro Fujita bb684c82f7 Minor code cleanup in asynchronous execution support. 4 years ago
Amit Kapila c64dcc7fee Fix test case added by commit f5fc2f5b23. 4 years ago
Michael Paquier 7ef8b52cf0 Fix typos and grammar in comments and docs 4 years ago
Michael Paquier c731f9187b Replace magic constants for seek() calls in perl scripts 4 years ago