aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Make stats regression test robust in the face of parallel query.Tom Lane2016-03-04
* Improve support of Hunspell in ispell dictionary.Teodor Sigaev2016-03-04
* Rework PostgresNode's psql methodAlvaro Herrera2016-03-03
* perltidy PostgresNode and SimpleTeeAlvaro Herrera2016-03-03
* Fix mistakes in recovery testsAlvaro Herrera2016-03-03
* Fix json_to_record() bug with nested objects.Tom Lane2016-03-02
* Prefix temp data dirs with the node nameAlvaro Herrera2016-03-02
* Fix TAP tests for older Perls.Tom Lane2016-03-02
* Add more tests for commit_timestamp featureAlvaro Herrera2016-03-01
* TAP tests: retain temp dirs on test failureAlvaro Herrera2016-03-01
* Suppress scary-looking log messages from async-notify isolation test.Tom Lane2016-02-29
* Minor tweaks for new src/test/recoveryAlvaro Herrera2016-02-29
* Make new isolationtester test more stableAlvaro Herrera2016-02-29
* Fix incorrect varlevelsup in security_barrier_replace_vars().Dean Rasheed2016-02-29
* Allow multiple --temp-config arguments to pg_regressAndrew Dunstan2016-02-28
* Respect TEMP_CONFIG when pg_regress_check and friends are calledAndrew Dunstan2016-02-27
* Add isolationtester spec for old heapam.c bugAlvaro Herrera2016-02-26
* Apply last revision of recovery patchAlvaro Herrera2016-02-26
* Add a test framework for recoveryAlvaro Herrera2016-02-26
* Move some code from RewindTest into PostgresNodeAlvaro Herrera2016-02-26
* Add POD docs to PostgresNodeAlvaro Herrera2016-02-25
* Add README in src/test and src/test/modulesAlvaro Herrera2016-02-25
* Clean the last few TAP suite tmp_check directories.Noah Misch2016-02-24
* Create a function to reliably identify which sessions block which others.Tom Lane2016-02-22
* Fix two-argument jsonb_object when called with empty arraysAndrew Dunstan2016-02-21
* Add pg_size_bytes() to parse human-readable size strings.Dean Rasheed2016-02-20
* Add an explicit representation of the output targetlist to Paths.Tom Lane2016-02-18
* Add new system view, pg_configJoe Conway2016-02-17
* Increase deadlock_timeout some more in the deadlock-hard isolation test.Tom Lane2016-02-12
* Revert "isolationtester: don't repeat the is-it-waiting query when retrying a...Tom Lane2016-02-12
* Revert "Still further tweaking of deadlock isolation tests."Tom Lane2016-02-12
* Still further tweaking of deadlock isolation tests.Tom Lane2016-02-12
* isolationtester: don't repeat the is-it-waiting query when retrying a step.Tom Lane2016-02-12
* Re-pgindent isolationtester.c.Tom Lane2016-02-12
* Fix whitespacePeter Eisentraut2016-02-12
* Further tweaking of deadlock isolation tests.Tom Lane2016-02-11
* Remove GROUP BY columns that are functionally dependent on other columns.Tom Lane2016-02-11
* Make new deadlock isolation test more reproducible.Tom Lane2016-02-11
* Code review for isolationtester changes.Tom Lane2016-02-11
* Improve error reporting in format()Teodor Sigaev2016-02-11
* Add some isolation tests for deadlock detection and resolution.Robert Haas2016-02-11
* Modify the isolation tester so that multiple sessions can wait.Robert Haas2016-02-11
* Specify permutations for isolation tests with "invalid" permutations.Robert Haas2016-02-11
* In pg_rewind test suite, triple promote timeout to 90s.Noah Misch2016-02-10
* Fix some regex issues with out-of-range characters and large char ranges.Tom Lane2016-02-08
* Make GIN regression test stable.Fujii Masao2016-02-08
* Fix overeager pushdown of HAVING clauses when grouping sets are used.Andres Freund2016-02-08
* Fix deparsing of ON CONFLICT arbiter WHERE clauses.Tom Lane2016-02-07
* ExecHashRemoveNextSkewBucket must physically copy tuples to main hashtable.Tom Lane2016-02-07
* Add num_nulls() and num_nonnulls() to count NULL arguments.Tom Lane2016-02-04