aboutsummaryrefslogtreecommitdiff
path: root/src/test/modules
Commit message (Expand)AuthorAge
* Rethink recent fix for pg_dump's handling of extension config tables.Tom Lane2020-10-07
* Add pg_dump support for ALTER obj DEPENDS ON EXTENSIONAlvaro Herrera2020-03-11
* Avoid duplicates in ALTER ... DEPENDS ON EXTENSIONAlvaro Herrera2020-03-11
* doc: Fix naming of SELinuxMichael Paquier2020-01-10
* Adjust error messagePeter Eisentraut2019-02-11
* Solve cross-version-upgrade testing problem induced by 1fb57af92.Tom Lane2019-02-09
* Restrict the use of temporary namespace in two-phase transactionsMichael Paquier2019-01-18
* Fix up confusion over how to use EXTRA_INSTALL.Tom Lane2019-01-11
* Fix test_rls_hooks to assign expression collations properly.Tom Lane2018-12-11
* Rename rbtree.c functions to use "rbt" prefix not "rb" prefix.Tom Lane2018-11-06
* Fix event triggers for partitioned tablesAlvaro Herrera2018-10-06
* Rework activation of commit timestamps during recoveryMichael Paquier2018-09-26
* Restrict vertical tightness to parentheses in Perl codeAndrew Dunstan2018-05-09
* perltidy: Add option --nooutdent-long-commentsPeter Eisentraut2018-04-27
* perltidy: Add option --nooutdent-long-quotesPeter Eisentraut2018-04-27
* Post-feature-freeze pgindent run.Tom Lane2018-04-26
* Reindent Perl files with perltidy version 20170521.Tom Lane2018-04-25
* Fix partial-build problems introduced by having more generated headers.Tom Lane2018-04-09
* Switch client-side code to include catalog/pg_foo_d.h not pg_foo.h.Tom Lane2018-04-08
* Fix worker_spi for new parameter to initialize connectionMagnus Hagander2018-04-05
* Rewrite pg_dump TAP testsStephen Frost2018-04-04
* Fix GCC 7 snprintf() compiler warning.Andres Freund2018-04-03
* Add Bloom filter implementation.Andres Freund2018-03-31
* Improve predtest.c's handling of cases with NULL-constant inputs.Tom Lane2018-03-21
* test_ddl_deparse: rename matviewAlvaro Herrera2018-03-15
* test_ddl_deparse: Don't use pg_class as source for a matviewAlvaro Herrera2018-03-15
* Fix improper uses of canonicalize_qual().Tom Lane2018-03-11
* Improve predtest.c's internal docs, and enhance its functionality a bit.Tom Lane2018-03-09
* Fix test_predtest's idea of what weak refutation means.Tom Lane2018-03-08
* Add test scaffolding for exercising optimizer's predicate-proof logic.Tom Lane2018-03-08
* Schema-qualify references in test_ddl_deparse test script.Tom Lane2018-02-26
* Avoid using unsafe search_path settings during dump and restore.Tom Lane2018-02-26
* Replace AclObjectKind with ObjectTypePeter Eisentraut2018-01-19
* Update copyright for 2018Bruce Momjian2018-01-02
* Back out the session_start and session_end hooks feature.Andrew Dunstan2017-11-16
* Disable installcheck tests for test_session_hooksAndrew Dunstan2017-11-15
* Disable test_session_hooks test module until buildfarm issues are sorted outAndrew Dunstan2017-11-15
* Add hooks for session start and session endAndrew Dunstan2017-11-15
* Add a temp-install prerequisite to "check"-like targets not having one.Noah Misch2017-11-05
* Add missing clean step to src/test/modules/brin/Makefile.Tom Lane2017-10-10
* Add background worker typePeter Eisentraut2017-09-29
* Test BRIN autosummarizationAlvaro Herrera2017-09-23
* Add a test harness for the red-black tree code.Tom Lane2017-09-10
* Remove uses of "slave" in replication contextsPeter Eisentraut2017-08-10
* commit_ts test: Set node name in testAlvaro Herrera2017-07-12
* Remove unnecessary pg_is_in_recovery calls in testsPeter Eisentraut2017-07-05
* Clean up misuse and nonuse of poll_query_until().Tom Lane2017-07-01
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* psql: Use more consistent capitalization of some output headingsPeter Eisentraut2017-06-13