summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
2021-06-24Further stabilize postgres_fdw test.Tom Lane
2021-06-23Allow non-quoted identifiers as isolation test session/step names.Tom Lane
2021-06-23Improve display of query results in isolation tests.Tom Lane
2021-06-23Use annotations to reduce instability of isolation-test results.Tom Lane
2021-06-21amcheck: Fix code commentsPeter Eisentraut
2021-06-20Stabilize test case added by commit f61db909d.Tom Lane
2021-06-18Centralize the logic for protective copying of utility statements.Tom Lane
2021-06-16Fix copying data into slots with FDW batchingTomas Vondra
2021-06-08Adjust batch size in postgres_fdw to not use too many parametersTomas Vondra
2021-06-07Stabilize contrib/seg regression test.Tom Lane
2021-06-07Fix rescanning of async-aware Append nodes.Etsuro Fujita
2021-06-05Fix postgres_fdw failure with whole-row Vars of type RECORD.Tom Lane
2021-06-04Adjust locations which have an incorrect copyright yearDavid Rowley
2021-06-02Fix planner's row-mark code for inheritance from a foreign table.Tom Lane
2021-05-27Fix assertion during streaming of multi-insert toast changes.Amit Kapila
2021-05-15Allow compute_query_id to be set to 'auto' and make it defaultAlvaro Herrera
2021-05-13Prevent asynchronous execution of direct foreign-table modifications.Etsuro Fujita
2021-05-13Fix tests for replication slots stats.Amit Kapila
2021-05-12Initial pgindent and pgperltidy run for v14.Tom Lane
2021-05-12Fix EXPLAIN ANALYZE for async-capable nodes.Etsuro Fujita
2021-05-07Copy the INSERT query in postgres_fdwTomas Vondra
2021-05-07Remove extraneous newlines added by perl copyright patchAndrew Dunstan
2021-05-07Add a copyright notice to perl files lacking one.Andrew Dunstan
2021-05-04Disable cache clobber to avoid breaking postgres_fdw termination test.Tom Lane
2021-05-03Update query_id computationBruce Momjian
2021-05-03amcheck: Improve some confusing reports about TOAST problems.Robert Haas
2021-05-01Revert use singular for -1 (commits 9ee7d533da and 5da9868ed9Bruce Momjian
2021-04-30Another try to fix the test case added by commit f5fc2f5b23.Amit Kapila
2021-04-27Don't pass "ONLY" options specified in TRUNCATE to foreign data wrapper.Fujii Masao
2021-04-27Use HTAB for replication slot statistics.Amit Kapila
2021-04-23amcheck: MAXALIGN() nbtree special area offset.Peter Geoghegan
2021-04-23Remove use of [U]INT64_FORMAT in some translatable stringsMichael Paquier
2021-04-23Minor code cleanup in asynchronous execution support.Etsuro Fujita
2021-04-19Fix test case added by commit f5fc2f5b23.Amit Kapila
2021-04-19Fix typos and grammar in comments and docsMichael Paquier
2021-04-19Replace magic constants for seek() calls in perl scriptsMichael Paquier
2021-04-16Add information of total data processed to replication slot stats.Amit Kapila
2021-04-15Revert "psql: Show all query results by default"Peter Eisentraut
2021-04-15amcheck: Use correct format placeholder for TOAST chunk numbersPeter Eisentraut
2021-04-14amcheck: Reword some messages and fix an alignment problem.Robert Haas
2021-04-14Improve quoting in some error messagesPeter Eisentraut
2021-04-14Simplify tests of postgres_fdw terminating connectionsMichael Paquier
2021-04-08Fixes for query_id featureBruce Momjian
2021-04-08Merge v1.10 of pg_stat_statements into v1.9Magnus Hagander
2021-04-08Allow TRUNCATE command to truncate foreign tables.Fujii Masao
2021-04-08Track identical top vs nested queries independently in pg_stat_statementsMagnus Hagander
2021-04-08Update Unicode data to CLDR 39Peter Eisentraut
2021-04-07Make use of in-core query id added by commit 5fd9dfa5f5Bruce Momjian
2021-04-07amcheck: fix multiple problems with TOAST pointer validationRobert Haas
2021-04-07Move pg_stat_statements query jumbling to core.Bruce Momjian