summaryrefslogtreecommitdiff
path: root/contrib
Commit message (Expand)AuthorAgeFilesLines
...
* Avoid using ambiguous word "non-negative" in error messages.Fujii Masao2021-07-281-3/+6
* Use the "pg_temp" schema alias in EXPLAIN and related output.Tom Lane2021-07-271-1/+1
* Harden pg_stat_statements tests against CLOBBER_CACHE_ALWAYS.Tom Lane2021-07-252-11/+26
* Add support for prepared transactions to built-in logical replication.Amit Kapila2021-07-141-6/+6
* Change the name of the Result Cache node to MemoizeDavid Rowley2021-07-142-5/+5
* Rename debug_invalidate_system_caches_always to debug_discard_caches.Tom Lane2021-07-132-6/+6
* Replace RelationOpenSmgr() with RelationGetSmgr().Tom Lane2021-07-125-14/+10
* pageinspect: Improve page_header() for pages of 32kBMichael Paquier2021-07-126-6/+72
* Improve error messages about mismatching relkindPeter Eisentraut2021-07-0812-202/+166
* Fix crash in postgres_fdw for provably-empty remote UPDATE/DELETE.Tom Lane2021-07-073-1/+27
* postgres_fdw: Tighten up allowed values for batch_size, fetch_size options.Fujii Masao2021-07-074-28/+75
* Avoid doing catalog lookups in postgres_fdw's conversion_error_callback.Tom Lane2021-07-063-51/+49
* Further stabilize postgres_fdw test.Tom Lane2021-06-242-18/+18
* Allow non-quoted identifiers as isolation test session/step names.Tom Lane2021-06-231-1/+1
* Improve display of query results in isolation tests.Tom Lane2021-06-239-385/+643
* Use annotations to reduce instability of isolation-test results.Tom Lane2021-06-221-1/+1
* amcheck: Fix code commentsPeter Eisentraut2021-06-211-3/+2
* Stabilize test case added by commit f61db909d.Tom Lane2021-06-202-10/+13
* Centralize the logic for protective copying of utility statements.Tom Lane2021-06-182-6/+9
* Fix copying data into slots with FDW batchingTomas Vondra2021-06-162-2/+109
* Adjust batch size in postgres_fdw to not use too many parametersTomas Vondra2021-06-083-2/+27
* Stabilize contrib/seg regression test.Tom Lane2021-06-072-0/+4
* Fix rescanning of async-aware Append nodes.Etsuro Fujita2021-06-072-0/+54
* Fix postgres_fdw failure with whole-row Vars of type RECORD.Tom Lane2021-06-043-2/+86
* Adjust locations which have an incorrect copyright yearDavid Rowley2021-06-041-1/+1
* Fix planner's row-mark code for inheritance from a foreign table.Tom Lane2021-06-022-0/+107
* Fix assertion during streaming of multi-insert toast changes.Amit Kapila2021-05-272-0/+42
* Allow compute_query_id to be set to 'auto' and make it defaultAlvaro Herrera2021-05-152-1/+6
* Prevent asynchronous execution of direct foreign-table modifications.Etsuro Fujita2021-05-133-0/+70
* Fix tests for replication slots stats.Amit Kapila2021-05-132-53/+5
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-127-86/+99
* Fix EXPLAIN ANALYZE for async-capable nodes.Etsuro Fujita2021-05-125-14/+59
* Copy the INSERT query in postgres_fdwTomas Vondra2021-05-071-0/+3
* Remove extraneous newlines added by perl copyright patchAndrew Dunstan2021-05-074-4/+0
* Add a copyright notice to perl files lacking one.Andrew Dunstan2021-05-0710-0/+30
* Disable cache clobber to avoid breaking postgres_fdw termination test.Tom Lane2021-05-042-6/+23
* Update query_id computationBruce Momjian2021-05-032-0/+203
* amcheck: Improve some confusing reports about TOAST problems.Robert Haas2021-05-031-35/+40
* Revert use singular for -1 (commits 9ee7d533da and 5da9868ed9Bruce Momjian2021-05-011-3/+3
* Another try to fix the test case added by commit f5fc2f5b23.Amit Kapila2021-04-302-39/+43
* Don't pass "ONLY" options specified in TRUNCATE to foreign data wrapper.Fujii Masao2021-04-275-27/+31
* Use HTAB for replication slot statistics.Amit Kapila2021-04-271-15/+54
* amcheck: MAXALIGN() nbtree special area offset.Peter Geoghegan2021-04-231-1/+1
* Remove use of [U]INT64_FORMAT in some translatable stringsMichael Paquier2021-04-231-4/+4
* Minor code cleanup in asynchronous execution support.Etsuro Fujita2021-04-231-1/+7
* Fix test case added by commit f5fc2f5b23.Amit Kapila2021-04-192-26/+49
* Fix typos and grammar in comments and docsMichael Paquier2021-04-191-1/+1
* Replace magic constants for seek() calls in perl scriptsMichael Paquier2021-04-191-1/+2
* Add information of total data processed to replication slot stats.Amit Kapila2021-04-164-37/+168
* Revert "psql: Show all query results by default"Peter Eisentraut2021-04-151-25/+0