summaryrefslogtreecommitdiff
path: root/src/test/modules
AgeCommit message (Expand)Author
2018-04-05Fix worker_spi for new parameter to initialize connectionMagnus Hagander
2018-04-04Rewrite pg_dump TAP testsStephen Frost
2018-04-03Fix GCC 7 snprintf() compiler warning.Andres Freund
2018-04-01Add Bloom filter implementation.Andres Freund
2018-03-21Improve predtest.c's handling of cases with NULL-constant inputs.Tom Lane
2018-03-15test_ddl_deparse: rename matviewAlvaro Herrera
2018-03-15test_ddl_deparse: Don't use pg_class as source for a matviewAlvaro Herrera
2018-03-11Fix improper uses of canonicalize_qual().Tom Lane
2018-03-09Improve predtest.c's internal docs, and enhance its functionality a bit.Tom Lane
2018-03-09Fix test_predtest's idea of what weak refutation means.Tom Lane
2018-03-08Add test scaffolding for exercising optimizer's predicate-proof logic.Tom Lane
2018-02-26Schema-qualify references in test_ddl_deparse test script.Tom Lane
2018-02-26Avoid using unsafe search_path settings during dump and restore.Tom Lane
2018-01-19Replace AclObjectKind with ObjectTypePeter Eisentraut
2018-01-03Update copyright for 2018Bruce Momjian
2017-11-16Back out the session_start and session_end hooks feature.Andrew Dunstan
2017-11-15Disable installcheck tests for test_session_hooksAndrew Dunstan
2017-11-15Disable test_session_hooks test module until buildfarm issues are sorted outAndrew Dunstan
2017-11-15Add hooks for session start and session endAndrew Dunstan
2017-11-06Add a temp-install prerequisite to "check"-like targets not having one.Noah Misch
2017-10-10Add missing clean step to src/test/modules/brin/Makefile.Tom Lane
2017-09-29Add background worker typePeter Eisentraut
2017-09-23Test BRIN autosummarizationAlvaro Herrera
2017-09-10Add a test harness for the red-black tree code.Tom Lane
2017-08-11Remove uses of "slave" in replication contextsPeter Eisentraut
2017-07-12commit_ts test: Set node name in testAlvaro Herrera
2017-07-05Remove unnecessary pg_is_in_recovery calls in testsPeter Eisentraut
2017-07-01Clean up misuse and nonuse of poll_query_until().Tom Lane
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-06-13psql: Use more consistent capitalization of some output headingsPeter Eisentraut
2017-06-06Clean up latch related code.Andres Freund
2017-06-05Don't be so trusting that shm_toc_lookup() will always succeed.Tom Lane
2017-05-17Post-PG 10 beta1 pgperltidy runBruce Momjian
2017-05-12Rework the options syntax for logical replication commandsPeter Eisentraut
2017-05-11Rename WAL-related functions and views to use "lsn" not "location".Tom Lane
2017-05-09Remove the NODROP SLOT option from DROP SUBSCRIPTIONPeter Eisentraut
2017-05-02Ensure commands in extension scripts see the results of preceding DDL.Tom Lane
2017-04-22Make PostgresNode::append_conf append a newline automatically.Tom Lane
2017-04-17Ensure BackgroundWorker struct contents are well-defined.Tom Lane
2017-04-10Run most pg_dump and pg_dumpall tests with --no-syncAndrew Dunstan
2017-04-01Don't use bgw_main even to specify in-core bgworker entrypoints.Robert Haas
2017-03-25Add cleanup to new test casesPeter Eisentraut
2017-03-25Add COMMENT and SECURITY LABEL support for publications and subscriptionsPeter Eisentraut
2017-03-15Add a regression test for snapshot too old with hash indexes.Robert Haas
2017-03-14Improve isolation tests infrastructure.Andres Freund
2017-02-23Remove deprecated COMMENT ON RULE syntaxPeter Eisentraut
2017-02-21Make more use of castNode()Peter Eisentraut
2017-02-13Remove contrib/tsearch2.Robert Haas
2017-02-10Add CREATE SEQUENCE AS <data type> clausePeter Eisentraut