summaryrefslogtreecommitdiff
path: root/src/test/recovery/t/017_shm.pl
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Remove unused module imports from TAP testsDaniel Gustafsson2022-03-241-1/+0
* Introduce PG_TEST_TIMEOUT_DEFAULT for TAP suite non-elapsing timeouts.Noah Misch2022-03-041-6/+7
* Remove PostgreSQL::Test::Utils::perl2host completelyAndrew Dunstan2022-02-201-1/+1
* Replace Test::More plans with done_testingDaniel Gustafsson2022-02-111-4/+2
* Tighten TAP tests' tracking of postmaster state some more.Tom Lane2022-01-201-0/+3
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Move Perl test modules to a better namespaceAndrew Dunstan2021-10-241-6/+6
* Unify PostgresNode's new() and get_new_node() methodsAndrew Dunstan2021-07-291-1/+1
* Add a copyright notice to perl files lacking one.Andrew Dunstan2021-05-071-0/+3
* Always skip recovery SysV shared memory tests on WindowsAndrew Dunstan2019-09-061-1/+1
* Use data directory inode number, not port, to select SysV resource keys.Tom Lane2019-09-051-69/+81
* Consolidate methods for translating a Perl path to a Windows path.Noah Misch2019-06-211-9/+2
* Don't write to stdin of a test process that could have already exited.Noah Misch2019-04-151-1/+1
* MSYS: Translate REGRESS_SHLIB to a Windows file name.Noah Misch2019-04-141-1/+10
* Consistently test for in-use shared memory.Noah Misch2019-04-121-0/+200
* Revert "Consistently test for in-use shared memory."Noah Misch2019-04-051-177/+0
* Make src/test/recovery/t/017_shm.pl safe for concurrent execution.Noah Misch2019-04-031-5/+28
* Consistently test for in-use shared memory.Noah Misch2019-04-031-0/+154