aboutsummaryrefslogtreecommitdiff
path: root/src/test/modules
Commit message (Expand)AuthorAge
* 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
* Clean up latch related code.Andres Freund2017-06-06
* Don't be so trusting that shm_toc_lookup() will always succeed.Tom Lane2017-06-05
* Post-PG 10 beta1 pgperltidy runBruce Momjian2017-05-17
* Rework the options syntax for logical replication commandsPeter Eisentraut2017-05-12
* Rename WAL-related functions and views to use "lsn" not "location".Tom Lane2017-05-11
* Remove the NODROP SLOT option from DROP SUBSCRIPTIONPeter Eisentraut2017-05-09
* Ensure commands in extension scripts see the results of preceding DDL.Tom Lane2017-05-02
* Make PostgresNode::append_conf append a newline automatically.Tom Lane2017-04-22
* Ensure BackgroundWorker struct contents are well-defined.Tom Lane2017-04-16
* Run most pg_dump and pg_dumpall tests with --no-syncAndrew Dunstan2017-04-10
* Don't use bgw_main even to specify in-core bgworker entrypoints.Robert Haas2017-03-31
* Add cleanup to new test casesPeter Eisentraut2017-03-25
* Add COMMENT and SECURITY LABEL support for publications and subscriptionsPeter Eisentraut2017-03-24
* Add a regression test for snapshot too old with hash indexes.Robert Haas2017-03-15
* Improve isolation tests infrastructure.Andres Freund2017-03-14
* Remove deprecated COMMENT ON RULE syntaxPeter Eisentraut2017-02-23
* Make more use of castNode()Peter Eisentraut2017-02-21
* Remove contrib/tsearch2.Robert Haas2017-02-13
* Add CREATE SEQUENCE AS <data type> clausePeter Eisentraut2017-02-10
* Remove all references to "xlog" from SQL-callable functions in pg_proc.Robert Haas2017-02-09
* test_pg_dump: perltidy cleanupStephen Frost2017-01-31
* Handle ALTER EXTENSION ADD/DROP with pg_init_privsStephen Frost2017-01-29
* test_pg_dump TAP test whitespace cleanupStephen Frost2017-01-29
* Remove test for COMMENT ON DATABASEAlvaro Herrera2017-01-26
* tests: Use the right Perl operatorAlvaro Herrera2017-01-20
* Dump sequence data based on the TableDataInfo flagStephen Frost2017-01-19
* Improve RLS planning by marking individual quals with security levels.Tom Lane2017-01-18
* Change default values for backup and replication parametersMagnus Hagander2017-01-14
* pg_ctl: Change default to wait for all actionsPeter Eisentraut2017-01-14
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Use TSConfigRelationId in AlterTSConfiguration()Stephen Frost2016-12-22
* Fix broken wait-for-previous-process-to-exit loop in regression test.Tom Lane2016-12-02
* Delete deleteWhatDependsOn() in favor of more performDeletion() flag bits.Tom Lane2016-12-02
* Fix test about ignoring extension dependencies during extension scripts.Tom Lane2016-11-26