aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* 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
* Add more tests with triggers on partitions for logical replicationMichael Paquier2021-04-26
* Make a test endure log_error_verbosity=verbose.Noah Misch2021-04-25
* Teach PostgresVersion all the ways to mark non-release codeAndrew Dunstan2021-04-24
* Don't crash on reference to an un-available system column.Tom Lane2021-04-22
* Make PostgresVersion code a bit more robust and simple.Andrew Dunstan2021-04-22
* Fix relcache inconsistency hazard in partition detachAlvaro Herrera2021-04-22
* Make PostgresNode version awareAndrew Dunstan2021-04-22
* Don't add a redundant constraint when detaching a partitionAlvaro Herrera2021-04-21
* fix silly perl error in commit d064afc720Andrew Dunstan2021-04-21
* Only ever test for non-127.0.0.1 addresses on Windows in PostgresNodeAndrew Dunstan2021-04-21
* doc: Improve hyphenation consistencyPeter Eisentraut2021-04-21
* adjust query id feature to use pg_stat_activity.query_idBruce Momjian2021-04-20
* Fix planner failure in some cases of sorting by an aggregate.Tom Lane2021-04-20
* Avoid unfortunate IPC::Run path caching in PostgresNodeAndrew Dunstan2021-04-20
* Rethink extraction of collation dependencies.Tom Lane2021-04-16
* Allow TestLib::slurp_file to skip contents, and use as neededAndrew Dunstan2021-04-16
* Fix bogus collation-version-recording logic.Tom Lane2021-04-16
* psql: Small fixes for better translatabilityPeter Eisentraut2021-04-16
* Add information of total data processed to replication slot stats.Amit Kapila2021-04-16
* Provide query source text when parsing a SQL-standard function body.Tom Lane2021-04-15
* Undo decision to allow pg_proc.prosrc to be NULL.Tom Lane2021-04-15
* Stabilize recently-added information_schema test queries.Tom Lane2021-04-15
* Revert "psql: Show all query results by default"Peter Eisentraut2021-04-15
* Tweak behavior of pg_dump --extension with configuration tablesMichael Paquier2021-04-15
* Allow table-qualified variable names in ON CONFLICT ... WHERE.Tom Lane2021-04-13
* Use "-I." in directories holding Bison parsers, for Oracle compilers.Noah Misch2021-04-12
* Remove duplicated --no-sync switches in new tests of test_pg_dumpMichael Paquier2021-04-13
* Remove no-longer-relevant test case.Tom Lane2021-04-12