Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
8fa6e691
Commit
8fa6e691
authored
May 07, 2021
by
Andrew Dunstan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add a copyright notice to perl files lacking one.
parent
44f90ad0
Changes
160
Hide whitespace changes
Inline
Side-by-side
Showing
160 changed files
with
480 additions
and
0 deletions
+480
-0
contrib/amcheck/t/001_verify_heapam.pl
contrib/amcheck/t/001_verify_heapam.pl
+3
-0
contrib/auto_explain/t/001_auto_explain.pl
contrib/auto_explain/t/001_auto_explain.pl
+3
-0
contrib/bloom/t/001_wal.pl
contrib/bloom/t/001_wal.pl
+3
-0
contrib/intarray/bench/bench.pl
contrib/intarray/bench/bench.pl
+3
-0
contrib/intarray/bench/create_test.pl
contrib/intarray/bench/create_test.pl
+3
-0
contrib/oid2name/t/001_basic.pl
contrib/oid2name/t/001_basic.pl
+3
-0
contrib/seg/seg-validate.pl
contrib/seg/seg-validate.pl
+3
-0
contrib/seg/sort-segments.pl
contrib/seg/sort-segments.pl
+3
-0
contrib/test_decoding/t/001_repl_stats.pl
contrib/test_decoding/t/001_repl_stats.pl
+3
-0
contrib/vacuumlo/t/001_basic.pl
contrib/vacuumlo/t/001_basic.pl
+3
-0
src/bin/initdb/t/001_initdb.pl
src/bin/initdb/t/001_initdb.pl
+3
-0
src/bin/pg_amcheck/t/001_basic.pl
src/bin/pg_amcheck/t/001_basic.pl
+3
-0
src/bin/pg_amcheck/t/002_nonesuch.pl
src/bin/pg_amcheck/t/002_nonesuch.pl
+3
-0
src/bin/pg_amcheck/t/003_check.pl
src/bin/pg_amcheck/t/003_check.pl
+3
-0
src/bin/pg_amcheck/t/004_verify_heapam.pl
src/bin/pg_amcheck/t/004_verify_heapam.pl
+3
-0
src/bin/pg_amcheck/t/005_opclass_damage.pl
src/bin/pg_amcheck/t/005_opclass_damage.pl
+3
-0
src/bin/pg_archivecleanup/t/010_pg_archivecleanup.pl
src/bin/pg_archivecleanup/t/010_pg_archivecleanup.pl
+3
-0
src/bin/pg_basebackup/t/010_pg_basebackup.pl
src/bin/pg_basebackup/t/010_pg_basebackup.pl
+3
-0
src/bin/pg_basebackup/t/020_pg_receivewal.pl
src/bin/pg_basebackup/t/020_pg_receivewal.pl
+3
-0
src/bin/pg_basebackup/t/030_pg_recvlogical.pl
src/bin/pg_basebackup/t/030_pg_recvlogical.pl
+3
-0
src/bin/pg_checksums/t/001_basic.pl
src/bin/pg_checksums/t/001_basic.pl
+3
-0
src/bin/pg_checksums/t/002_actions.pl
src/bin/pg_checksums/t/002_actions.pl
+3
-0
src/bin/pg_config/t/001_pg_config.pl
src/bin/pg_config/t/001_pg_config.pl
+3
-0
src/bin/pg_controldata/t/001_pg_controldata.pl
src/bin/pg_controldata/t/001_pg_controldata.pl
+3
-0
src/bin/pg_ctl/t/001_start_stop.pl
src/bin/pg_ctl/t/001_start_stop.pl
+3
-0
src/bin/pg_ctl/t/002_status.pl
src/bin/pg_ctl/t/002_status.pl
+3
-0
src/bin/pg_ctl/t/003_promote.pl
src/bin/pg_ctl/t/003_promote.pl
+3
-0
src/bin/pg_ctl/t/004_logrotate.pl
src/bin/pg_ctl/t/004_logrotate.pl
+3
-0
src/bin/pg_dump/t/001_basic.pl
src/bin/pg_dump/t/001_basic.pl
+3
-0
src/bin/pg_dump/t/002_pg_dump.pl
src/bin/pg_dump/t/002_pg_dump.pl
+3
-0
src/bin/pg_dump/t/003_pg_dump_with_server.pl
src/bin/pg_dump/t/003_pg_dump_with_server.pl
+3
-0
src/bin/pg_dump/t/010_dump_connstr.pl
src/bin/pg_dump/t/010_dump_connstr.pl
+3
-0
src/bin/pg_resetwal/t/001_basic.pl
src/bin/pg_resetwal/t/001_basic.pl
+3
-0
src/bin/pg_resetwal/t/002_corrupted.pl
src/bin/pg_resetwal/t/002_corrupted.pl
+3
-0
src/bin/pg_rewind/t/001_basic.pl
src/bin/pg_rewind/t/001_basic.pl
+3
-0
src/bin/pg_rewind/t/002_databases.pl
src/bin/pg_rewind/t/002_databases.pl
+3
-0
src/bin/pg_rewind/t/003_extrafiles.pl
src/bin/pg_rewind/t/003_extrafiles.pl
+3
-0
src/bin/pg_rewind/t/004_pg_xlog_symlink.pl
src/bin/pg_rewind/t/004_pg_xlog_symlink.pl
+3
-0
src/bin/pg_rewind/t/005_same_timeline.pl
src/bin/pg_rewind/t/005_same_timeline.pl
+3
-0
src/bin/pg_rewind/t/006_options.pl
src/bin/pg_rewind/t/006_options.pl
+3
-0
src/bin/pg_rewind/t/007_standby_source.pl
src/bin/pg_rewind/t/007_standby_source.pl
+3
-0
src/bin/pg_rewind/t/008_min_recovery_point.pl
src/bin/pg_rewind/t/008_min_recovery_point.pl
+3
-0
src/bin/pg_rewind/t/RewindTest.pm
src/bin/pg_rewind/t/RewindTest.pm
+3
-0
src/bin/pg_test_fsync/t/001_basic.pl
src/bin/pg_test_fsync/t/001_basic.pl
+3
-0
src/bin/pg_test_timing/t/001_basic.pl
src/bin/pg_test_timing/t/001_basic.pl
+3
-0
src/bin/pg_verifybackup/t/001_basic.pl
src/bin/pg_verifybackup/t/001_basic.pl
+3
-0
src/bin/pg_verifybackup/t/002_algorithm.pl
src/bin/pg_verifybackup/t/002_algorithm.pl
+3
-0
src/bin/pg_verifybackup/t/003_corruption.pl
src/bin/pg_verifybackup/t/003_corruption.pl
+3
-0
src/bin/pg_verifybackup/t/004_options.pl
src/bin/pg_verifybackup/t/004_options.pl
+3
-0
src/bin/pg_verifybackup/t/005_bad_manifest.pl
src/bin/pg_verifybackup/t/005_bad_manifest.pl
+3
-0
src/bin/pg_verifybackup/t/006_encoding.pl
src/bin/pg_verifybackup/t/006_encoding.pl
+3
-0
src/bin/pg_verifybackup/t/007_wal.pl
src/bin/pg_verifybackup/t/007_wal.pl
+3
-0
src/bin/pg_waldump/t/001_basic.pl
src/bin/pg_waldump/t/001_basic.pl
+3
-0
src/bin/pgbench/t/001_pgbench_with_server.pl
src/bin/pgbench/t/001_pgbench_with_server.pl
+3
-0
src/bin/pgbench/t/002_pgbench_no_server.pl
src/bin/pgbench/t/002_pgbench_no_server.pl
+3
-0
src/bin/psql/t/010_tab_completion.pl
src/bin/psql/t/010_tab_completion.pl
+3
-0
src/bin/scripts/t/010_clusterdb.pl
src/bin/scripts/t/010_clusterdb.pl
+3
-0
src/bin/scripts/t/011_clusterdb_all.pl
src/bin/scripts/t/011_clusterdb_all.pl
+3
-0
src/bin/scripts/t/020_createdb.pl
src/bin/scripts/t/020_createdb.pl
+3
-0
src/bin/scripts/t/040_createuser.pl
src/bin/scripts/t/040_createuser.pl
+3
-0
src/bin/scripts/t/050_dropdb.pl
src/bin/scripts/t/050_dropdb.pl
+3
-0
src/bin/scripts/t/070_dropuser.pl
src/bin/scripts/t/070_dropuser.pl
+3
-0
src/bin/scripts/t/080_pg_isready.pl
src/bin/scripts/t/080_pg_isready.pl
+3
-0
src/bin/scripts/t/090_reindexdb.pl
src/bin/scripts/t/090_reindexdb.pl
+3
-0
src/bin/scripts/t/091_reindexdb_all.pl
src/bin/scripts/t/091_reindexdb_all.pl
+3
-0
src/bin/scripts/t/100_vacuumdb.pl
src/bin/scripts/t/100_vacuumdb.pl
+3
-0
src/bin/scripts/t/101_vacuumdb_all.pl
src/bin/scripts/t/101_vacuumdb_all.pl
+3
-0
src/bin/scripts/t/102_vacuumdb_stages.pl
src/bin/scripts/t/102_vacuumdb_stages.pl
+3
-0
src/bin/scripts/t/200_connstr.pl
src/bin/scripts/t/200_connstr.pl
+3
-0
src/interfaces/libpq/test/regress.pl
src/interfaces/libpq/test/regress.pl
+3
-0
src/pl/plperl/plc_perlboot.pl
src/pl/plperl/plc_perlboot.pl
+3
-0
src/pl/plperl/plc_trusted.pl
src/pl/plperl/plc_trusted.pl
+3
-0
src/pl/plperl/plperl_opmask.pl
src/pl/plperl/plperl_opmask.pl
+3
-0
src/pl/plperl/text2macro.pl
src/pl/plperl/text2macro.pl
+3
-0
src/test/authentication/t/001_password.pl
src/test/authentication/t/001_password.pl
+3
-0
src/test/authentication/t/002_saslprep.pl
src/test/authentication/t/002_saslprep.pl
+3
-0
src/test/kerberos/t/001_auth.pl
src/test/kerberos/t/001_auth.pl
+3
-0
src/test/ldap/t/001_auth.pl
src/test/ldap/t/001_auth.pl
+3
-0
src/test/locale/sort-test.pl
src/test/locale/sort-test.pl
+3
-0
src/test/modules/brin/t/01_workitems.pl
src/test/modules/brin/t/01_workitems.pl
+3
-0
src/test/modules/commit_ts/t/001_base.pl
src/test/modules/commit_ts/t/001_base.pl
+3
-0
src/test/modules/commit_ts/t/002_standby.pl
src/test/modules/commit_ts/t/002_standby.pl
+3
-0
src/test/modules/commit_ts/t/003_standby_2.pl
src/test/modules/commit_ts/t/003_standby_2.pl
+3
-0
src/test/modules/commit_ts/t/004_restart.pl
src/test/modules/commit_ts/t/004_restart.pl
+3
-0
src/test/modules/libpq_pipeline/t/001_libpq_pipeline.pl
src/test/modules/libpq_pipeline/t/001_libpq_pipeline.pl
+3
-0
src/test/modules/ssl_passphrase_callback/t/001_testfunc.pl
src/test/modules/ssl_passphrase_callback/t/001_testfunc.pl
+3
-0
src/test/modules/test_misc/t/001_constraint_validation.pl
src/test/modules/test_misc/t/001_constraint_validation.pl
+3
-0
src/test/modules/test_pg_dump/t/001_base.pl
src/test/modules/test_pg_dump/t/001_base.pl
+3
-0
src/test/perl/PostgresNode.pm
src/test/perl/PostgresNode.pm
+3
-0
src/test/perl/RecursiveCopy.pm
src/test/perl/RecursiveCopy.pm
+3
-0
src/test/perl/SimpleTee.pm
src/test/perl/SimpleTee.pm
+3
-0
src/test/perl/TestLib.pm
src/test/perl/TestLib.pm
+3
-0
src/test/recovery/t/001_stream_rep.pl
src/test/recovery/t/001_stream_rep.pl
+3
-0
src/test/recovery/t/002_archiving.pl
src/test/recovery/t/002_archiving.pl
+3
-0
src/test/recovery/t/003_recovery_targets.pl
src/test/recovery/t/003_recovery_targets.pl
+3
-0
src/test/recovery/t/004_timeline_switch.pl
src/test/recovery/t/004_timeline_switch.pl
+3
-0
src/test/recovery/t/005_replay_delay.pl
src/test/recovery/t/005_replay_delay.pl
+3
-0
src/test/recovery/t/006_logical_decoding.pl
src/test/recovery/t/006_logical_decoding.pl
+3
-0
src/test/recovery/t/007_sync_rep.pl
src/test/recovery/t/007_sync_rep.pl
+3
-0
src/test/recovery/t/008_fsm_truncation.pl
src/test/recovery/t/008_fsm_truncation.pl
+3
-0
src/test/recovery/t/009_twophase.pl
src/test/recovery/t/009_twophase.pl
+3
-0
src/test/recovery/t/010_logical_decoding_timelines.pl
src/test/recovery/t/010_logical_decoding_timelines.pl
+3
-0
src/test/recovery/t/011_crash_recovery.pl
src/test/recovery/t/011_crash_recovery.pl
+3
-0
src/test/recovery/t/012_subtransactions.pl
src/test/recovery/t/012_subtransactions.pl
+3
-0
src/test/recovery/t/013_crash_restart.pl
src/test/recovery/t/013_crash_restart.pl
+3
-0
src/test/recovery/t/014_unlogged_reinit.pl
src/test/recovery/t/014_unlogged_reinit.pl
+3
-0
src/test/recovery/t/015_promotion_pages.pl
src/test/recovery/t/015_promotion_pages.pl
+3
-0
src/test/recovery/t/016_min_consistency.pl
src/test/recovery/t/016_min_consistency.pl
+3
-0
src/test/recovery/t/017_shm.pl
src/test/recovery/t/017_shm.pl
+3
-0
src/test/recovery/t/018_wal_optimize.pl
src/test/recovery/t/018_wal_optimize.pl
+3
-0
src/test/recovery/t/019_replslot_limit.pl
src/test/recovery/t/019_replslot_limit.pl
+3
-0
src/test/recovery/t/020_archive_status.pl
src/test/recovery/t/020_archive_status.pl
+3
-0
src/test/recovery/t/021_row_visibility.pl
src/test/recovery/t/021_row_visibility.pl
+3
-0
src/test/recovery/t/022_crash_temp_files.pl
src/test/recovery/t/022_crash_temp_files.pl
+3
-0
src/test/recovery/t/023_pitr_prepared_xact.pl
src/test/recovery/t/023_pitr_prepared_xact.pl
+3
-0
src/test/recovery/t/024_archive_recovery.pl
src/test/recovery/t/024_archive_recovery.pl
+3
-0
src/test/ssl/t/001_ssltests.pl
src/test/ssl/t/001_ssltests.pl
+3
-0
src/test/ssl/t/002_scram.pl
src/test/ssl/t/002_scram.pl
+3
-0
src/test/ssl/t/SSLServer.pm
src/test/ssl/t/SSLServer.pm
+3
-0
src/test/subscription/t/001_rep_changes.pl
src/test/subscription/t/001_rep_changes.pl
+3
-0
src/test/subscription/t/002_types.pl
src/test/subscription/t/002_types.pl
+3
-0
src/test/subscription/t/003_constraints.pl
src/test/subscription/t/003_constraints.pl
+3
-0
src/test/subscription/t/004_sync.pl
src/test/subscription/t/004_sync.pl
+3
-0
src/test/subscription/t/005_encoding.pl
src/test/subscription/t/005_encoding.pl
+3
-0
src/test/subscription/t/006_rewrite.pl
src/test/subscription/t/006_rewrite.pl
+3
-0
src/test/subscription/t/007_ddl.pl
src/test/subscription/t/007_ddl.pl
+3
-0
src/test/subscription/t/008_diff_schema.pl
src/test/subscription/t/008_diff_schema.pl
+3
-0
src/test/subscription/t/009_matviews.pl
src/test/subscription/t/009_matviews.pl
+3
-0
src/test/subscription/t/010_truncate.pl
src/test/subscription/t/010_truncate.pl
+3
-0
src/test/subscription/t/011_generated.pl
src/test/subscription/t/011_generated.pl
+3
-0
src/test/subscription/t/012_collation.pl
src/test/subscription/t/012_collation.pl
+3
-0
src/test/subscription/t/013_partition.pl
src/test/subscription/t/013_partition.pl
+3
-0
src/test/subscription/t/014_binary.pl
src/test/subscription/t/014_binary.pl
+3
-0
src/test/subscription/t/015_stream.pl
src/test/subscription/t/015_stream.pl
+3
-0
src/test/subscription/t/016_stream_subxact.pl
src/test/subscription/t/016_stream_subxact.pl
+3
-0
src/test/subscription/t/017_stream_ddl.pl
src/test/subscription/t/017_stream_ddl.pl
+3
-0
src/test/subscription/t/018_stream_subxact_abort.pl
src/test/subscription/t/018_stream_subxact_abort.pl
+3
-0
src/test/subscription/t/019_stream_subxact_ddl_abort.pl
src/test/subscription/t/019_stream_subxact_ddl_abort.pl
+3
-0
src/test/subscription/t/020_messages.pl
src/test/subscription/t/020_messages.pl
+3
-0
src/test/subscription/t/100_bugs.pl
src/test/subscription/t/100_bugs.pl
+3
-0
src/tools/git_changelog
src/tools/git_changelog
+3
-0
src/tools/msvc/Install.pm
src/tools/msvc/Install.pm
+3
-0
src/tools/msvc/MSBuildProject.pm
src/tools/msvc/MSBuildProject.pm
+3
-0
src/tools/msvc/Mkvcbuild.pm
src/tools/msvc/Mkvcbuild.pm
+3
-0
src/tools/msvc/Project.pm
src/tools/msvc/Project.pm
+3
-0
src/tools/msvc/Solution.pm
src/tools/msvc/Solution.pm
+3
-0
src/tools/msvc/VSObjectFactory.pm
src/tools/msvc/VSObjectFactory.pm
+3
-0
src/tools/msvc/build.pl
src/tools/msvc/build.pl
+3
-0
src/tools/msvc/config_default.pl
src/tools/msvc/config_default.pl
+3
-0
src/tools/msvc/dummylib/Win32.pm
src/tools/msvc/dummylib/Win32.pm
+3
-0
src/tools/msvc/dummylib/Win32/Registry.pm
src/tools/msvc/dummylib/Win32/Registry.pm
+3
-0
src/tools/msvc/dummylib/Win32API/File.pm
src/tools/msvc/dummylib/Win32API/File.pm
+3
-0
src/tools/msvc/gendef.pl
src/tools/msvc/gendef.pl
+3
-0
src/tools/msvc/install.pl
src/tools/msvc/install.pl
+3
-0
src/tools/msvc/mkvcbuild.pl
src/tools/msvc/mkvcbuild.pl
+3
-0
src/tools/msvc/pgbison.pl
src/tools/msvc/pgbison.pl
+3
-0
src/tools/msvc/pgflex.pl
src/tools/msvc/pgflex.pl
+3
-0
src/tools/msvc/vcregress.pl
src/tools/msvc/vcregress.pl
+3
-0
src/tools/pginclude/pgcheckdefines
src/tools/pginclude/pgcheckdefines
+3
-0
src/tools/pgindent/pgindent
src/tools/pgindent/pgindent
+3
-0
No files found.
contrib/amcheck/t/001_verify_heapam.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
use
strict
;
use
warnings
;
...
...
contrib/auto_explain/t/001_auto_explain.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
use
strict
;
use
warnings
;
...
...
contrib/bloom/t/001_wal.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
# Test generic xlog record work for bloom index replication.
use
strict
;
use
warnings
;
...
...
contrib/intarray/bench/bench.pl
View file @
8fa6e691
#!/usr/bin/perl
# Copyright (c) 2021, PostgreSQL Global Development Group
use
strict
;
use
warnings
;
...
...
contrib/intarray/bench/create_test.pl
View file @
8fa6e691
#!/usr/bin/perl
# Copyright (c) 2021, PostgreSQL Global Development Group
# contrib/intarray/bench/create_test.pl
use
strict
;
...
...
contrib/oid2name/t/001_basic.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
use
strict
;
use
warnings
;
...
...
contrib/seg/seg-validate.pl
View file @
8fa6e691
#!/usr/bin/perl
# Copyright (c) 2021, PostgreSQL Global Development Group
use
strict
;
use
warnings
;
...
...
contrib/seg/sort-segments.pl
View file @
8fa6e691
#!/usr/bin/perl
# Copyright (c) 2021, PostgreSQL Global Development Group
# this script will sort any table with the segment data type in its last column
use
strict
;
...
...
contrib/test_decoding/t/001_repl_stats.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
# Test replication statistics data in pg_stat_replication_slots is sane after
# drop replication slot and restart.
use
strict
;
...
...
contrib/vacuumlo/t/001_basic.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
use
strict
;
use
warnings
;
...
...
src/bin/initdb/t/001_initdb.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
# To test successful data directory creation with an additional feature, first
# try to elaborate the "successful creation" test instead of adding a test.
# Successful initdb consumes much time and I/O.
...
...
src/bin/pg_amcheck/t/001_basic.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
use
strict
;
use
warnings
;
...
...
src/bin/pg_amcheck/t/002_nonesuch.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
use
strict
;
use
warnings
;
...
...
src/bin/pg_amcheck/t/003_check.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
use
strict
;
use
warnings
;
...
...
src/bin/pg_amcheck/t/004_verify_heapam.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
use
strict
;
use
warnings
;
...
...
src/bin/pg_amcheck/t/005_opclass_damage.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
# This regression test checks the behavior of the btree validation in the
# presence of breaking sort order changes.
#
...
...
src/bin/pg_archivecleanup/t/010_pg_archivecleanup.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
use
strict
;
use
warnings
;
use
TestLib
;
...
...
src/bin/pg_basebackup/t/010_pg_basebackup.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
use
strict
;
use
warnings
;
use
Cwd
;
...
...
src/bin/pg_basebackup/t/020_pg_receivewal.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
use
strict
;
use
warnings
;
use
TestLib
;
...
...
src/bin/pg_basebackup/t/030_pg_recvlogical.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
use
strict
;
use
warnings
;
use
TestLib
;
...
...
src/bin/pg_checksums/t/001_basic.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
use
strict
;
use
warnings
;
use
TestLib
;
...
...
src/bin/pg_checksums/t/002_actions.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
# Do basic sanity checks supported by pg_checksums using
# an initialized cluster.
...
...
src/bin/pg_config/t/001_pg_config.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
use
strict
;
use
warnings
;
use
TestLib
;
...
...
src/bin/pg_controldata/t/001_pg_controldata.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
use
strict
;
use
warnings
;
use
PostgresNode
;
...
...
src/bin/pg_ctl/t/001_start_stop.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
use
strict
;
use
warnings
;
...
...
src/bin/pg_ctl/t/002_status.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
use
strict
;
use
warnings
;
...
...
src/bin/pg_ctl/t/003_promote.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
use
strict
;
use
warnings
;
...
...
src/bin/pg_ctl/t/004_logrotate.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
use
strict
;
use
warnings
;
...
...
src/bin/pg_dump/t/001_basic.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
use
strict
;
use
warnings
;
...
...
src/bin/pg_dump/t/002_pg_dump.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
use
strict
;
use
warnings
;
...
...
src/bin/pg_dump/t/003_pg_dump_with_server.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
use
strict
;
use
warnings
;
...
...
src/bin/pg_dump/t/010_dump_connstr.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
use
strict
;
use
warnings
;
...
...
src/bin/pg_resetwal/t/001_basic.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
use
strict
;
use
warnings
;
...
...
src/bin/pg_resetwal/t/002_corrupted.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
# Tests for handling a corrupted pg_control
use
strict
;
...
...
src/bin/pg_rewind/t/001_basic.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
use
strict
;
use
warnings
;
use
TestLib
;
...
...
src/bin/pg_rewind/t/002_databases.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
use
strict
;
use
warnings
;
use
TestLib
;
...
...
src/bin/pg_rewind/t/003_extrafiles.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
# Test how pg_rewind reacts to extra files and directories in the data dirs.
use
strict
;
...
...
src/bin/pg_rewind/t/004_pg_xlog_symlink.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
#
# Test pg_rewind when the target's pg_wal directory is a symlink.
#
...
...
src/bin/pg_rewind/t/005_same_timeline.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
#
# Test that running pg_rewind with the source and target clusters
# on the same timeline runs successfully.
...
...
src/bin/pg_rewind/t/006_options.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
#
# Test checking options of pg_rewind.
#
...
...
src/bin/pg_rewind/t/007_standby_source.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
#
# Test using a standby server as the source.
#
...
...
src/bin/pg_rewind/t/008_min_recovery_point.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
#
# Test situation where a target data directory contains
# WAL records beyond both the last checkpoint and the divergence
...
...
src/bin/pg_rewind/t/RewindTest.pm
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
package
RewindTest
;
# Test driver for pg_rewind. Each test consists of a cycle where a new cluster
...
...
src/bin/pg_test_fsync/t/001_basic.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
use
strict
;
use
warnings
;
...
...
src/bin/pg_test_timing/t/001_basic.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
use
strict
;
use
warnings
;
...
...
src/bin/pg_verifybackup/t/001_basic.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
use
strict
;
use
warnings
;
use
TestLib
;
...
...
src/bin/pg_verifybackup/t/002_algorithm.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
# Verify that we can take and verify backups with various checksum types.
use
strict
;
...
...
src/bin/pg_verifybackup/t/003_corruption.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
# Verify that various forms of corruption are detected by pg_verifybackup.
use
strict
;
...
...
src/bin/pg_verifybackup/t/004_options.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
# Verify the behavior of assorted pg_verifybackup options.
use
strict
;
...
...
src/bin/pg_verifybackup/t/005_bad_manifest.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
# Test the behavior of pg_verifybackup when the backup manifest has
# problems.
...
...
src/bin/pg_verifybackup/t/006_encoding.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
# Verify that pg_verifybackup handles hex-encoded filenames correctly.
use
strict
;
...
...
src/bin/pg_verifybackup/t/007_wal.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
# Test pg_verifybackup's WAL verification.
use
strict
;
...
...
src/bin/pg_waldump/t/001_basic.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
use
strict
;
use
warnings
;
use
TestLib
;
...
...
src/bin/pgbench/t/001_pgbench_with_server.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
use
strict
;
use
warnings
;
...
...
src/bin/pgbench/t/002_pgbench_no_server.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
#
# pgbench tests which do not need a server
#
...
...
src/bin/psql/t/010_tab_completion.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
use
strict
;
use
warnings
;
...
...
src/bin/scripts/t/010_clusterdb.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
use
strict
;
use
warnings
;
...
...
src/bin/scripts/t/011_clusterdb_all.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
use
strict
;
use
warnings
;
...
...
src/bin/scripts/t/020_createdb.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
use
strict
;
use
warnings
;
...
...
src/bin/scripts/t/040_createuser.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
use
strict
;
use
warnings
;
...
...
src/bin/scripts/t/050_dropdb.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
use
strict
;
use
warnings
;
...
...
src/bin/scripts/t/070_dropuser.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
use
strict
;
use
warnings
;
...
...
src/bin/scripts/t/080_pg_isready.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
use
strict
;
use
warnings
;
...
...
src/bin/scripts/t/090_reindexdb.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
use
strict
;
use
warnings
;
...
...
src/bin/scripts/t/091_reindexdb_all.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
use
strict
;
use
warnings
;
...
...
src/bin/scripts/t/100_vacuumdb.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
use
strict
;
use
warnings
;
...
...
src/bin/scripts/t/101_vacuumdb_all.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
use
strict
;
use
warnings
;
...
...
src/bin/scripts/t/102_vacuumdb_stages.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
use
strict
;
use
warnings
;
...
...
src/bin/scripts/t/200_connstr.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
use
strict
;
use
warnings
;
...
...
src/interfaces/libpq/test/regress.pl
View file @
8fa6e691
#!/usr/bin/perl
# Copyright (c) 2021, PostgreSQL Global Development Group
use
strict
;
use
warnings
;
...
...
src/pl/plperl/plc_perlboot.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
# src/pl/plperl/plc_perlboot.pl
use
strict
;
...
...
src/pl/plperl/plc_trusted.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
# src/pl/plperl/plc_trusted.pl
#<<< protect next line from perltidy so perlcritic annotation works
...
...
src/pl/plperl/plperl_opmask.pl
View file @
8fa6e691
#!perl
# Copyright (c) 2021, PostgreSQL Global Development Group
use
strict
;
use
warnings
;
...
...
src/pl/plperl/text2macro.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
# src/pl/plperl/text2macro.pl
=head1 NAME
...
...
src/test/authentication/t/001_password.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
# Set of tests for authentication and pg_hba.conf. The following password
# methods are checked through this test:
# - Plain
...
...
src/test/authentication/t/002_saslprep.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
# Test password normalization in SCRAM.
#
# This test can only run with Unix-domain sockets.
...
...
src/test/kerberos/t/001_auth.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
# Sets up a KDC and then runs a variety of tests to make sure that the
# GSSAPI/Kerberos authentication and encryption are working properly,
# that the options in pg_hba.conf and pg_ident.conf are handled correctly,
...
...
src/test/ldap/t/001_auth.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
use
strict
;
use
warnings
;
use
TestLib
;
...
...
src/test/locale/sort-test.pl
View file @
8fa6e691
#! /usr/bin/perl
# Copyright (c) 2021, PostgreSQL Global Development Group
use
strict
;
use
warnings
;
use
locale
;
...
...
src/test/modules/brin/t/01_workitems.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
# Verify that work items work correctly
use
strict
;
...
...
src/test/modules/commit_ts/t/001_base.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
# Single-node test: value can be set, and is still present after recovery
use
strict
;
...
...
src/test/modules/commit_ts/t/002_standby.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
# Test simple scenario involving a standby
use
strict
;
...
...
src/test/modules/commit_ts/t/003_standby_2.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
# Test primary/standby scenario where the track_commit_timestamp GUC is
# repeatedly toggled on and off.
use
strict
;
...
...
src/test/modules/commit_ts/t/004_restart.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
# Testing of commit timestamps preservation across restarts
use
strict
;
use
warnings
;
...
...
src/test/modules/libpq_pipeline/t/001_libpq_pipeline.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
use
strict
;
use
warnings
;
...
...
src/test/modules/ssl_passphrase_callback/t/001_testfunc.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
use
strict
;
use
warnings
;
...
...
src/test/modules/test_misc/t/001_constraint_validation.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
# Verify that ALTER TABLE optimizes certain operations as expected
use
strict
;
...
...
src/test/modules/test_pg_dump/t/001_base.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
use
strict
;
use
warnings
;
...
...
src/test/perl/PostgresNode.pm
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
=pod
=head1 NAME
...
...
src/test/perl/RecursiveCopy.pm
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
=pod
=head1 NAME
...
...
src/test/perl/SimpleTee.pm
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
# A simple 'tee' implementation, using perl tie.
#
# Whenever you print to the handle, it gets forwarded to a list of
...
...
src/test/perl/TestLib.pm
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
=pod
=head1 NAME
...
...
src/test/recovery/t/001_stream_rep.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
# Minimal test testing streaming replication
use
strict
;
use
warnings
;
...
...
src/test/recovery/t/002_archiving.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
# test for archiving with hot standby
use
strict
;
use
warnings
;
...
...
src/test/recovery/t/003_recovery_targets.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
# Test for recovery targets: name, timestamp, XID
use
strict
;
use
warnings
;
...
...
src/test/recovery/t/004_timeline_switch.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
# Test for timeline switch
use
strict
;
use
warnings
;
...
...
src/test/recovery/t/005_replay_delay.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
# Checks for recovery_min_apply_delay
use
strict
;
use
warnings
;
...
...
src/test/recovery/t/006_logical_decoding.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
# Testing of logical decoding using SQL interface and/or pg_recvlogical
#
# Most logical decoding tests are in contrib/test_decoding. This module
...
...
src/test/recovery/t/007_sync_rep.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
# Minimal test testing synchronous replication sync_state transition
use
strict
;
use
warnings
;
...
...
src/test/recovery/t/008_fsm_truncation.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
# Test WAL replay of FSM changes.
#
# FSM changes don't normally need to be WAL-logged, except for truncation.
...
...
src/test/recovery/t/009_twophase.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
# Tests dedicated to two-phase commit in recovery
use
strict
;
use
warnings
;
...
...
src/test/recovery/t/010_logical_decoding_timelines.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
# Demonstrate that logical can follow timeline switches.
#
# Logical replication slots can follow timeline switches but it's
...
...
src/test/recovery/t/011_crash_recovery.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
#
# Tests relating to PostgreSQL crash recovery and redo
#
...
...
src/test/recovery/t/012_subtransactions.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
# Tests dedicated to subtransactions in recovery
use
strict
;
use
warnings
;
...
...
src/test/recovery/t/013_crash_restart.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
#
# Tests restarts of postgres due to crashes of a subprocess.
#
...
...
src/test/recovery/t/014_unlogged_reinit.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
# Tests that unlogged tables are properly reinitialized after a crash.
#
# The behavior should be the same when restoring from a backup, but
...
...
src/test/recovery/t/015_promotion_pages.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
# Test for promotion handling with WAL records generated post-promotion
# before the first checkpoint is generated. This test case checks for
# invalid page references at replay based on the minimum consistent
...
...
src/test/recovery/t/016_min_consistency.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
# Test for checking consistency of on-disk pages for a cluster with
# the minimum recovery LSN, ensuring that the updates happen across
# all processes. In this test, the updates from the startup process
...
...
src/test/recovery/t/017_shm.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
#
# Tests of pg_shmem.h functions
#
...
...
src/test/recovery/t/018_wal_optimize.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
# Test WAL replay when some operation has skipped WAL.
#
# These tests exercise code that once violated the mandate described in
...
...
src/test/recovery/t/019_replslot_limit.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
# Test for replication slot limit
# Ensure that max_slot_wal_keep_size limits the number of WAL files to
# be kept by replication slots.
...
...
src/test/recovery/t/020_archive_status.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
#
# Tests related to WAL archiving and recovery.
#
...
...
src/test/recovery/t/021_row_visibility.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
# Checks that snapshots on standbys behave in a minimally reasonable
# way.
use
strict
;
...
...
src/test/recovery/t/022_crash_temp_files.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
# Test remove of temporary files after a crash.
use
strict
;
use
warnings
;
...
...
src/test/recovery/t/023_pitr_prepared_xact.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
# Test for point-in-time-recovery (PITR) with prepared transactions
use
strict
;
use
warnings
;
...
...
src/test/recovery/t/024_archive_recovery.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
# Test for archive recovery of WAL generated with wal_level=minimal
use
strict
;
use
warnings
;
...
...
src/test/ssl/t/001_ssltests.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
use
strict
;
use
warnings
;
use
PostgresNode
;
...
...
src/test/ssl/t/002_scram.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
# Test SCRAM authentication and TLS channel binding types
use
strict
;
...
...
src/test/ssl/t/SSLServer.pm
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
# This module sets up a test server, for the SSL regression tests.
#
# The server is configured as follows:
...
...
src/test/subscription/t/001_rep_changes.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
# Basic logical replication test
use
strict
;
use
warnings
;
...
...
src/test/subscription/t/002_types.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
# This tests that more complex datatypes are replicated correctly
# by logical replication
use
strict
;
...
...
src/test/subscription/t/003_constraints.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
# This test checks that constraints work on subscriber
use
strict
;
use
warnings
;
...
...
src/test/subscription/t/004_sync.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
# Tests for logical replication table syncing
use
strict
;
use
warnings
;
...
...
src/test/subscription/t/005_encoding.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
# Test replication between databases with different encodings
use
strict
;
use
warnings
;
...
...
src/test/subscription/t/006_rewrite.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
# Test logical replication behavior with heap rewrites
use
strict
;
use
warnings
;
...
...
src/test/subscription/t/007_ddl.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
# Test some logical replication DDL behavior
use
strict
;
use
warnings
;
...
...
src/test/subscription/t/008_diff_schema.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
# Test behavior with different schema on subscriber
use
strict
;
use
warnings
;
...
...
src/test/subscription/t/009_matviews.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
# Test materialized views behavior
use
strict
;
use
warnings
;
...
...
src/test/subscription/t/010_truncate.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
# Test TRUNCATE
use
strict
;
use
warnings
;
...
...
src/test/subscription/t/011_generated.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
# Test generated columns
use
strict
;
use
warnings
;
...
...
src/test/subscription/t/012_collation.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
# Test collations, in particular nondeterministic ones
# (only works with ICU)
use
strict
;
...
...
src/test/subscription/t/013_partition.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
# Test logical replication with partitioned tables
use
strict
;
use
warnings
;
...
...
src/test/subscription/t/014_binary.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
# Binary mode logical replication test
use
strict
;
...
...
src/test/subscription/t/015_stream.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
# Test streaming of simple large transaction
use
strict
;
use
warnings
;
...
...
src/test/subscription/t/016_stream_subxact.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
# Test streaming of large transaction containing large subtransactions
use
strict
;
use
warnings
;
...
...
src/test/subscription/t/017_stream_ddl.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
# Test streaming of large transaction with DDL and subtransactions
use
strict
;
use
warnings
;
...
...
src/test/subscription/t/018_stream_subxact_abort.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
# Test streaming of large transaction containing multiple subtransactions and rollbacks
use
strict
;
use
warnings
;
...
...
src/test/subscription/t/019_stream_subxact_ddl_abort.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
# Test streaming of large transaction with subtransactions, DDLs, DMLs, and
# rollbacks
use
strict
;
...
...
src/test/subscription/t/020_messages.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
# Tests that logical decoding messages
use
strict
;
use
warnings
;
...
...
src/test/subscription/t/100_bugs.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
# Tests for various bugs found over time
use
strict
;
use
warnings
;
...
...
src/tools/git_changelog
View file @
8fa6e691
#!/usr/bin/perl
# Copyright (c) 2021, PostgreSQL Global Development Group
#
# src/tools/git_changelog
#
...
...
src/tools/msvc/Install.pm
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
package
Install
;
#
...
...
src/tools/msvc/MSBuildProject.pm
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
package
MSBuildProject
;
#
...
...
src/tools/msvc/Mkvcbuild.pm
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
package
Mkvcbuild
;
#
...
...
src/tools/msvc/Project.pm
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
package
Project
;
#
...
...
src/tools/msvc/Solution.pm
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
package
Solution
;
#
...
...
src/tools/msvc/VSObjectFactory.pm
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
package
VSObjectFactory
;
#
...
...
src/tools/msvc/build.pl
View file @
8fa6e691
# -*-perl-*- hey - emacs - this is a perl file
# Copyright (c) 2021, PostgreSQL Global Development Group
#
# Script that provides 'make' functionality for msvc builds.
#
...
...
src/tools/msvc/config_default.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
# Configuration arguments for vcbuild.
use
strict
;
use
warnings
;
...
...
src/tools/msvc/dummylib/Win32.pm
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
package
Win32
;
use
strict
;
use
warnings
;
...
...
src/tools/msvc/dummylib/Win32/Registry.pm
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
package
Win32::
Registry
;
use
strict
;
...
...
src/tools/msvc/dummylib/Win32API/File.pm
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
package
Win32API::
File
;
use
strict
;
...
...
src/tools/msvc/gendef.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
use
strict
;
use
warnings
;
use
5.8.0
;
...
...
src/tools/msvc/install.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
#
# Script that provides 'make install' functionality for msvc builds
#
...
...
src/tools/msvc/mkvcbuild.pl
View file @
8fa6e691
# Copyright (c) 2021, PostgreSQL Global Development Group
#
# Script that parses Unix style build environment and generates build files
# for building with Visual Studio.
...
...
src/tools/msvc/pgbison.pl
View file @
8fa6e691
# -*-perl-*- hey - emacs - this is a perl file
# Copyright (c) 2021, PostgreSQL Global Development Group
# src/tools/msvc/pgbison.pl
use
strict
;
...
...
src/tools/msvc/pgflex.pl
View file @
8fa6e691
# -*-perl-*- hey - emacs - this is a perl file
# Copyright (c) 2021, PostgreSQL Global Development Group
# src/tools/msvc/pgflex.pl
use
strict
;
...
...
src/tools/msvc/vcregress.pl
View file @
8fa6e691
# -*-perl-*- hey - emacs - this is a perl file
# Copyright (c) 2021, PostgreSQL Global Development Group
# src/tools/msvc/vcregress.pl
use
strict
;
...
...
src/tools/pginclude/pgcheckdefines
View file @
8fa6e691
#! /usr/bin/perl
# Copyright (c) 2021, PostgreSQL Global Development Group
#
# This script looks for symbols that are referenced in #ifdef or defined()
# tests without having #include'd the file that defines them. Since this
...
...
src/tools/pgindent/pgindent
View file @
8fa6e691
#!/usr/bin/perl
# Copyright (c) 2021, PostgreSQL Global Development Group
use
strict
;
use
warnings
;
use
5.008001
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment