summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2021-11-17Fix display of SQL-standard function's arguments in INSERT/SELECT.Tom Lane
2021-11-17Improve publication error messagesDaniel Gustafsson
2021-11-16Invalidate relcache when changing REPLICA IDENTITY index.Amit Kapila
2021-11-12Document PG_TEST_NOCLEAN in TAP test READMEDaniel Gustafsson
2021-11-12Fix memory overrun when querying pg_stat_slruMichael Paquier
2021-11-11Fix buffer overrun in unicode string normalization with empty inputMichael Paquier
2021-11-09Fix instability in 026_overwrite_contrecord.pl test.Tom Lane
2021-11-09Rename some enums to use TABLE instead of REL.Amit Kapila
2021-11-06Disallow making an empty lexeme via array_to_tsvector().Tom Lane
2021-11-06Fix handling of NaN values in BRIN minmax multiTomas Vondra
2021-11-03Update alternative expected output file.Heikki Linnakangas
2021-11-03Fix snapshot reference leak if lo_export fails.Heikki Linnakangas
2021-11-02Don't overlook indexes during parallel VACUUM.Peter Geoghegan
2021-11-01Preserve opclass parameters across REINDEX CONCURRENTLYMichael Paquier
2021-10-31Doc: improve README files associated with TAP tests.Tom Lane
2021-10-31plpgsql: report proper line number for errors in variable initialization.Tom Lane
2021-10-29Test and document the behavior of initialization cross-refs in plpgsql.Tom Lane
2021-10-29Add tap tests for the schema publications.Amit Kapila
2021-10-28Improve contrib/amcheck's tests for CREATE INDEX CONCURRENTLY.Tom Lane
2021-10-28Add TAP test for archive_cleanup_command and recovery_end_commandMichael Paquier
2021-10-27Grant memory views to pg_read_all_stats.Jeff Davis
2021-10-27Fix VPATH builds for src/test/ssl targetsDaniel Gustafsson
2021-10-27Allow publishing the tables of schema.Amit Kapila
2021-10-26Allow GRANT on pg_log_backend_memory_contexts().Jeff Davis
2021-10-26Improve HINT message that FDW reports when there are no valid options.Fujii Masao
2021-10-26Fix overly-lax regex pattern in TAP test of READ_REPLICATION_SLOTMichael Paquier
2021-10-24Add replication command READ_REPLICATION_SLOTMichael Paquier
2021-10-24Move Perl test modules to a better namespaceAndrew Dunstan
2021-10-24Avoid race in RelationBuildDesc() affecting CREATE INDEX CONCURRENTLY.Noah Misch
2021-10-22Add module build directory to the PATH for TAP testsAndrew Dunstan
2021-10-21Fix SSL tests on 32-bit PerlDaniel Gustafsson
2021-10-20Improve pg_regress.c's infrastructure for issuing psql commands.Tom Lane
2021-10-20Protect against collation variations in testAlvaro Herrera
2021-10-19Ensure correct lock level is used in ALTER ... RENAMEAlvaro Herrera
2021-10-19Adapt src/test/ldap/t/001_auth.pl to work with openldap 2.5.Andres Freund
2021-10-19Refactor the sslfiles Makefile target for ease of useDaniel Gustafsson
2021-10-19Fix assignment to array of domain over composite.Tom Lane
2021-10-19Block ALTER INDEX/TABLE index_name ALTER COLUMN colname SET (options)Michael Paquier
2021-10-18Invalidate partitions of table being attached/detachedAlvaro Herrera
2021-10-15Fix PostgresNode install_path sanity tests that fail on WindowsAndrew Dunstan
2021-10-14shm_mq: Update mq_bytes_written less often.Robert Haas
2021-10-14Fix planner error with pulling up subquery expressions into function RTEs.Tom Lane
2021-10-13Change recently added test code for stabilityAlvaro Herrera
2021-10-12Add more $Test::Builder::Level in the TAP testsMichael Paquier
2021-10-10Doc: update testing recipe in src/test/perl/README.Tom Lane
2021-10-07Update test/perl/README to insist on Perl version >= 5.8.3, too.Tom Lane
2021-10-06Fix corner-case loss of precision in numeric_power().Dean Rasheed
2021-10-06Fix loop variable signednessPeter Eisentraut
2021-10-04Fix TestLib::slurp_file() with offset on windows.Andres Freund
2021-10-03Fix checking of query type in plpgsql's RETURN QUERY command.Tom Lane