aboutsummaryrefslogtreecommitdiff
path: root/contrib
Commit message (Expand)AuthorAge
* contrib/amcheck: Add heapam CHECK_FOR_INTERRUPTS().Peter Geoghegan2021-08-26
* Fix toast rewrites in logical decoding.Amit Kapila2021-08-25
* Fix failure of btree_gin indexscans with "char" type and </<= operators.Tom Lane2021-08-10
* postgres_fdw: Fix issues with generated columns in foreign tables.Etsuro Fujita2021-08-05
* Fix oversight in commit 1ec7fca8592178281cd5cdada0f27a340fb813fc.Etsuro Fujita2021-08-02
* postgres_fdw: Fix handling of pending asynchronous requests.Etsuro Fujita2021-07-30
* Avoid using ambiguous word "non-negative" in error messages.Fujii Masao2021-07-28
* Harden pg_stat_statements tests against CLOBBER_CACHE_ALWAYS.Tom Lane2021-07-25
* Change the name of the Result Cache node to MemoizeDavid Rowley2021-07-14
* Rename debug_invalidate_system_caches_always to debug_discard_caches.Tom Lane2021-07-13
* Fix crash in postgres_fdw for provably-empty remote UPDATE/DELETE.Tom Lane2021-07-07
* postgres_fdw: Tighten up allowed values for batch_size, fetch_size options.Fujii Masao2021-07-07
* Avoid doing catalog lookups in postgres_fdw's conversion_error_callback.Tom Lane2021-07-06
* Further stabilize postgres_fdw test.Tom Lane2021-06-24
* Allow non-quoted identifiers as isolation test session/step names.Tom Lane2021-06-23
* Improve display of query results in isolation tests.Tom Lane2021-06-23
* Use annotations to reduce instability of isolation-test results.Tom Lane2021-06-22
* amcheck: Fix code commentsPeter Eisentraut2021-06-21
* Stabilize test case added by commit f61db909d.Tom Lane2021-06-20
* Centralize the logic for protective copying of utility statements.Tom Lane2021-06-18
* Fix copying data into slots with FDW batchingTomas Vondra2021-06-16
* Adjust batch size in postgres_fdw to not use too many parametersTomas Vondra2021-06-08
* Stabilize contrib/seg regression test.Tom Lane2021-06-07
* Fix rescanning of async-aware Append nodes.Etsuro Fujita2021-06-07
* Fix postgres_fdw failure with whole-row Vars of type RECORD.Tom Lane2021-06-04
* Adjust locations which have an incorrect copyright yearDavid Rowley2021-06-04
* Fix planner's row-mark code for inheritance from a foreign table.Tom Lane2021-06-02
* Fix assertion during streaming of multi-insert toast changes.Amit Kapila2021-05-27
* Allow compute_query_id to be set to 'auto' and make it defaultAlvaro Herrera2021-05-15
* Prevent asynchronous execution of direct foreign-table modifications.Etsuro Fujita2021-05-13
* Fix tests for replication slots stats.Amit Kapila2021-05-13
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-12
* Fix EXPLAIN ANALYZE for async-capable nodes.Etsuro Fujita2021-05-12
* Copy the INSERT query in postgres_fdwTomas Vondra2021-05-07
* Remove extraneous newlines added by perl copyright patchAndrew Dunstan2021-05-07
* Add a copyright notice to perl files lacking one.Andrew Dunstan2021-05-07
* Disable cache clobber to avoid breaking postgres_fdw termination test.Tom Lane2021-05-04
* Update query_id computationBruce Momjian2021-05-03
* amcheck: Improve some confusing reports about TOAST problems.Robert Haas2021-05-03
* Revert use singular for -1 (commits 9ee7d533da and 5da9868ed9Bruce Momjian2021-05-01
* Another try to fix the test case added by commit f5fc2f5b23.Amit Kapila2021-04-30
* Don't pass "ONLY" options specified in TRUNCATE to foreign data wrapper.Fujii Masao2021-04-27
* Use HTAB for replication slot statistics.Amit Kapila2021-04-27
* amcheck: MAXALIGN() nbtree special area offset.Peter Geoghegan2021-04-23
* Remove use of [U]INT64_FORMAT in some translatable stringsMichael Paquier2021-04-23
* Minor code cleanup in asynchronous execution support.Etsuro Fujita2021-04-23
* Fix test case added by commit f5fc2f5b23.Amit Kapila2021-04-19
* Fix typos and grammar in comments and docsMichael Paquier2021-04-19
* Replace magic constants for seek() calls in perl scriptsMichael Paquier2021-04-19
* Add information of total data processed to replication slot stats.Amit Kapila2021-04-16