aboutsummaryrefslogtreecommitdiff
path: root/contrib
Commit message (Expand)AuthorAge
* Add support for prepared transactions to built-in logical replication.Amit Kapila2021-07-14
* 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
* Replace RelationOpenSmgr() with RelationGetSmgr().Tom Lane2021-07-12
* pageinspect: Improve page_header() for pages of 32kBMichael Paquier2021-07-12
* Improve error messages about mismatching relkindPeter Eisentraut2021-07-08
* 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
* Revert "psql: Show all query results by default"Peter Eisentraut2021-04-15
* amcheck: Use correct format placeholder for TOAST chunk numbersPeter Eisentraut2021-04-15
* amcheck: Reword some messages and fix an alignment problem.Robert Haas2021-04-14
* Improve quoting in some error messagesPeter Eisentraut2021-04-14