Commit Graph

4074 Commits (2f283d036da8e4c74fd07022cb685efee4e345bd)

Author SHA1 Message Date
Daniel Gustafsson 6d0001aabf Add alternative output for OpenSSL 3 without legacy loaded 5 years ago
Daniel Gustafsson 4fa2b15e1c Disable OpenSSL EVP digest padding in pgcrypto 5 years ago
Peter Geoghegan 55934416d2 pageinspect: Make page deletion elog less chatty. 5 years ago
Peter Geoghegan ba05dfe943 contrib/amcheck: Add heapam CHECK_FOR_INTERRUPTS(). 5 years ago
Amit Kapila 9d7a80ce01 Fix toast rewrites in logical decoding. 5 years ago
Tom Lane a4957b5a72 Fix failure of btree_gin indexscans with "char" type and </<= operators. 5 years ago
Etsuro Fujita 588d3f597c postgres_fdw: Fix issues with generated columns in foreign tables. 5 years ago
Etsuro Fujita fb234086fe Fix oversight in commit 1ec7fca859. 5 years ago
Etsuro Fujita 1cf7fb376a postgres_fdw: Fix handling of pending asynchronous requests. 5 years ago
Fujii Masao fd90f6ba7a Avoid using ambiguous word "non-negative" in error messages. 5 years ago
Tom Lane e6d9544681 Harden pg_stat_statements tests against CLOBBER_CACHE_ALWAYS. 5 years ago
David Rowley 47ca483644 Change the name of the Result Cache node to Memoize 5 years ago
Tom Lane 6201fa3c16 Rename debug_invalidate_system_caches_always to debug_discard_caches. 5 years ago
Tom Lane 30a35bca3f Fix crash in postgres_fdw for provably-empty remote UPDATE/DELETE. 5 years ago
Fujii Masao 4173477b38 postgres_fdw: Tighten up allowed values for batch_size, fetch_size options. 5 years ago
Tom Lane 86d4914210 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
Amit Kapila fc69509131 Fix tests for replication slots stats. 5 years ago
Tom Lane def5b065ff Initial pgindent and pgperltidy run for v14. 5 years ago
Etsuro Fujita a363bc6da9 Fix EXPLAIN ANALYZE for async-capable nodes. 5 years ago
Tomas Vondra c6a01d9249 Copy the INSERT query in postgres_fdw 5 years ago
Andrew Dunstan 8b82de0164
Remove extraneous newlines added by perl copyright patch 5 years ago
Andrew Dunstan 8fa6e6919c
Add a copyright notice to perl files lacking one. 5 years ago
Tom Lane 1273a15bf9 Disable cache clobber to avoid breaking postgres_fdw termination test. 5 years ago
Bruce Momjian f7a97b6ec3 Update query_id computation 5 years ago
Robert Haas 50529e5b4e amcheck: Improve some confusing reports about TOAST problems. 5 years ago
Bruce Momjian 651d005e76 Revert use singular for -1 (commits 9ee7d533da and 5da9868ed9 5 years ago
Amit Kapila 51ef917303 Another try to fix the test case added by commit f5fc2f5b23. 5 years ago
Fujii Masao 8e9ea08bae Don't pass "ONLY" options specified in TRUNCATE to foreign data wrapper. 5 years ago
Amit Kapila 3fa17d3771 Use HTAB for replication slot statistics. 5 years ago
Peter Geoghegan bb3ecc8c96 amcheck: MAXALIGN() nbtree special area offset. 5 years ago
Michael Paquier 62aa2bb293 Remove use of [U]INT64_FORMAT in some translatable strings 5 years ago
Etsuro Fujita bb684c82f7 Minor code cleanup in asynchronous execution support. 5 years ago
Amit Kapila c64dcc7fee Fix test case added by commit f5fc2f5b23. 5 years ago