Commit Graph

4084 Commits (494ec0037e03854cd2c8a3e01c3c207d2886ce01)

Author SHA1 Message Date
Tom Lane 7104e0b245 Don't try to read a multi-GB pg_stat_statements file in one call. 4 years ago
Tom Lane b1f943d2aa Improve contrib/amcheck's tests for CREATE INDEX CONCURRENTLY. 4 years ago
Noah Misch a5b9a0000e Fix CREATE INDEX CONCURRENTLY for the newest prepared transactions. 4 years ago
Noah Misch dde966efb2 Avoid race in RelationBuildDesc() affecting CREATE INDEX CONCURRENTLY. 4 years ago
Etsuro Fujita 419d27b1a2 postgres_fdw: Move comments about elog level in (sub)abort cleanup. 4 years ago
Michael Paquier d834ebcf23 Add more $Test::Builder::Level in the TAP tests 4 years ago
Peter Geoghegan e7712155ea amcheck: Skip unlogged relations in Hot Standby. 4 years ago
Etsuro Fujita 2051fd30a4 postgres_fdw: Fix comments in connection.c. 4 years ago
Tom Lane 12ff678e1d Fix null-pointer crash in postgres_fdw's conversion_error_callback. 4 years ago
Tom Lane cea5624f6a Fix instability in contrib/bloom TAP tests. 4 years ago
Daniel Gustafsson 6d0001aabf Add alternative output for OpenSSL 3 without legacy loaded 4 years ago
Daniel Gustafsson 4fa2b15e1c Disable OpenSSL EVP digest padding in pgcrypto 4 years ago
Peter Geoghegan 55934416d2 pageinspect: Make page deletion elog less chatty. 4 years ago
Peter Geoghegan ba05dfe943 contrib/amcheck: Add heapam CHECK_FOR_INTERRUPTS(). 4 years ago
Amit Kapila 9d7a80ce01 Fix toast rewrites in logical decoding. 4 years ago
Tom Lane a4957b5a72 Fix failure of btree_gin indexscans with "char" type and </<= operators. 4 years ago
Etsuro Fujita 588d3f597c postgres_fdw: Fix issues with generated columns in foreign tables. 4 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