aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* In PostgresNode.pm, don't pass SQL to psql on the command lineAndrew Dunstan2021-06-03
* Ignore more environment variables in TAP testsMichael Paquier2021-06-03
* Re-allow custom GUC names that have more than two components.Tom Lane2021-06-02
* Remove unnecessary use of Time::HiRes from 013_crash_restart.pl.Fujii Masao2021-06-02
* Add regression test for recovery pause.Fujii Masao2021-06-02
* Add Windows file version information to libpq_pipeline.exe.Noah Misch2021-06-01
* Reject SELECT ... GROUP BY GROUPING SETS (()) FOR UPDATE.Tom Lane2021-06-01
* pgoutput: Fix memory leak due to RelationSyncEntry.map.Amit Kapila2021-06-01
* Fix mis-planning of repeated application of a projection.Tom Lane2021-05-31
* Raise a timeout to 180s, in test 010_logical_decoding_timelines.pl.Noah Misch2021-05-31
* Improve some error wording with multirange type parsingMichael Paquier2021-05-31
* Rethink definition of pg_attribute.attcompression.Tom Lane2021-05-27
* Fix vpath build in libpq_pipeline testPeter Eisentraut2021-05-27
* Add NO_INSTALL option to pgxsPeter Eisentraut2021-05-27
* Make detach-partition-concurrently-4 less timing sensitiveAlvaro Herrera2021-05-25
* Make detach-partition-concurrently-3 less timing-sensitiveAlvaro Herrera2021-05-25
* Improve docs and error messages for parallel vacuum.Amit Kapila2021-05-25
* Fix setrefs.c code for Result Cache nodesDavid Rowley2021-05-25
* Disallow whole-row variables in GENERATED expressions.Tom Lane2021-05-21
* Fix usage of "tableoid" in GENERATED expressions.Tom Lane2021-05-21
* Restore the portal-level snapshot after procedure COMMIT/ROLLBACK.Tom Lane2021-05-21
* Fix deadlock for multiple replicating truncates of the same table.Amit Kapila2021-05-21
* Avoid detoasting failure after COMMIT inside a plpgsql FOR loop.Tom Lane2021-05-20
* Install PostgresVersion.pmAndrew Dunstan2021-05-20
* Use a more portable way to get the version string in PostgresNodeAndrew Dunstan2021-05-20
* Avoid creating testtablespace directories where not wanted.Tom Lane2021-05-19
* Fix 020_messages.pl test.Amit Kapila2021-05-19
* Prevent infinite insertion loops in spgdoinsert().Tom Lane2021-05-14
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-12
* Reduce runtime of privileges.sql test under CLOBBER_CACHE_ALWAYS.Tom Lane2021-05-11
* Get rid of the separate serial_schedule list of tests.Tom Lane2021-05-11
* Replace opr_sanity test's binary_coercible() function with C code.Tom Lane2021-05-11
* Fix typoPeter Eisentraut2021-05-11
* Fix mishandling of resjunk columns in ON CONFLICT ... UPDATE tlists.Tom Lane2021-05-10
* Revert recovery prefetching feature.Thomas Munro2021-05-10
* Fix typoPeter Eisentraut2021-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
* Revert per-index collation version tracking feature.Thomas Munro2021-05-07
* Have ALTER CONSTRAINT recurse on partitioned tablesAlvaro Herrera2021-05-05
* Fix ALTER TABLE / INHERIT with generated columnsPeter Eisentraut2021-05-04
* Fix performance issue in new regex match-all detection code.Tom Lane2021-05-03
* Make websearch_to_tsquery() parse text in quotes as a single tokenAlexander Korotkov2021-05-03
* Revert use singular for -1 (commits 9ee7d533da and 5da9868ed9Bruce Momjian2021-05-01
* Adjust EXPLAIN output for parallel Result Cache plansDavid Rowley2021-04-30
* Allow a partdesc-omitting-partitions to be cachedAlvaro Herrera2021-04-28
* Fix pg_identify_object_as_address() with event triggersMichael Paquier2021-04-28
* Improve logic in PostgresVersion.pmAndrew Dunstan2021-04-27
* Use HTAB for replication slot statistics.Amit Kapila2021-04-27
* Fix Logical Replication of Truncate in synchronous commit mode.Amit Kapila2021-04-27