aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Silence perl complaint in ssl testAndrew Dunstan2021-12-05
* Fix path delimiters in connection string on WindowsDaniel Gustafsson2021-12-03
* psql: include intra-query "--" comments in what's sent to the server.Tom Lane2021-12-01
* Warning on SET of nonexisting setting with a prefix reserved by an extensionPeter Eisentraut2021-12-01
* Fix certificate paths to use perl2hostDaniel Gustafsson2021-12-01
* Fix regression test failure caused by commit 8d74fc96db.Amit Kapila2021-12-01
* Ignore BRIN indexes when checking for HOT udpatesTomas Vondra2021-11-30
* Use test-specific temp path for keys during SSL testDaniel Gustafsson2021-11-30
* Add TAP tests for contrib/sslinfoDaniel Gustafsson2021-11-30
* Extend configure_test_server_for_ssl to add extensionsDaniel Gustafsson2021-11-30
* Add a view to show the stats of subscription workers.Amit Kapila2021-11-30
* Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.Tom Lane2021-11-28
* Add test for REVOKE ADMIN OPTIONDaniel Gustafsson2021-11-26
* Fix GRANTED BY support in REVOKE ROLE statementsDaniel Gustafsson2021-11-26
* Block ALTER TABLE .. DROP NOT NULL on columns in replica identity indexMichael Paquier2021-11-25
* Flush Memoize cache when non-key parameters change, take 2David Rowley2021-11-24
* Revert "Flush Memoize cache when non-key parameters change"David Rowley2021-11-24
* Flush Memoize cache when non-key parameters changeDavid Rowley2021-11-24
* Allow Memoize to operate in binary comparison modeDavid Rowley2021-11-24
* Add SQL functions to monitor the directory contents of replication slotsMichael Paquier2021-11-23
* Doc: update some things relevant to minimum Test::More version.Tom Lane2021-11-21
* Require version 0.98 of Test::More for TAP testsAndrew Dunstan2021-11-20
* Fix SP-GiST scan initialization logic for binary-compatible cases.Tom Lane2021-11-20
* Fix quoting of ACL item in table for upgrade binary compatibility checksMichael Paquier2021-11-18
* Add table to regression tests for binary-compatibility checks in pg_upgradeMichael Paquier2021-11-18
* Add a planner support function for starts_with().Tom Lane2021-11-17
* Fix display of SQL-standard function's arguments in INSERT/SELECT.Tom Lane2021-11-17
* Improve publication error messagesDaniel Gustafsson2021-11-17
* Invalidate relcache when changing REPLICA IDENTITY index.Amit Kapila2021-11-16
* Document PG_TEST_NOCLEAN in TAP test READMEDaniel Gustafsson2021-11-12
* Fix memory overrun when querying pg_stat_slruMichael Paquier2021-11-12
* Fix buffer overrun in unicode string normalization with empty inputMichael Paquier2021-11-11
* Fix instability in 026_overwrite_contrecord.pl test.Tom Lane2021-11-09
* Rename some enums to use TABLE instead of REL.Amit Kapila2021-11-09
* Disallow making an empty lexeme via array_to_tsvector().Tom Lane2021-11-06
* Fix handling of NaN values in BRIN minmax multiTomas Vondra2021-11-06
* Update alternative expected output file.Heikki Linnakangas2021-11-03
* Fix snapshot reference leak if lo_export fails.Heikki Linnakangas2021-11-03
* Don't overlook indexes during parallel VACUUM.Peter Geoghegan2021-11-02
* Preserve opclass parameters across REINDEX CONCURRENTLYMichael Paquier2021-11-01
* Doc: improve README files associated with TAP tests.Tom Lane2021-10-31
* plpgsql: report proper line number for errors in variable initialization.Tom Lane2021-10-31
* Test and document the behavior of initialization cross-refs in plpgsql.Tom Lane2021-10-29
* Add tap tests for the schema publications.Amit Kapila2021-10-29
* Improve contrib/amcheck's tests for CREATE INDEX CONCURRENTLY.Tom Lane2021-10-28
* Add TAP test for archive_cleanup_command and recovery_end_commandMichael Paquier2021-10-28
* Grant memory views to pg_read_all_stats.Jeff Davis2021-10-27
* Fix VPATH builds for src/test/ssl targetsDaniel Gustafsson2021-10-27
* Allow publishing the tables of schema.Amit Kapila2021-10-27
* Allow GRANT on pg_log_backend_memory_contexts().Jeff Davis2021-10-26