Skip to content
This repository was archived by the owner on Oct 23, 2025. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pgtap
Submodule pgtap updated 60 files
+4 βˆ’12 .github/workflows/release.yml
+12 βˆ’7 .github/workflows/test.yml
+8 βˆ’1 .gitignore
+125 βˆ’15 Changes
+4 βˆ’4 META.json
+26 βˆ’34 Makefile
+61 βˆ’27 README.md
+1 βˆ’1 compat/10/pgtap--0.98.0--0.99.0.patch
+1 βˆ’1 compat/9.4/pgtap--0.99.0--1.0.0.patch
+1 βˆ’1 compat/9.6/pgtap--0.97.0--0.98.0.patch
+4 βˆ’6 compat/install-9.1.patch
+2 βˆ’2 compat/install-9.2.patch
+3 βˆ’3 compat/install-9.4.patch
+1 βˆ’1 compat/install-9.6.patch
+17 βˆ’2 contrib/pgtap.spec
+178 βˆ’103 doc/pgtap.mmd
+1 βˆ’2 pgtap.control
+5 βˆ’6 release.md
+20 βˆ’8 sql/pgtap--1.1.0--1.2.0.sql
+495 βˆ’0 sql/pgtap--1.2.0--1.3.0.sql
+229 βˆ’0 sql/pgtap--1.3.0--1.3.1.sql
+34 βˆ’0 sql/pgtap--1.3.1--1.3.2.sql
+42 βˆ’0 sql/pgtap--1.3.2--1.3.3.sql
+89 βˆ’0 sql/pgtap--1.3.3--1.3.4.sql
+1 βˆ’0 sql/pgtap--1.3.4--1.3.5.sql
+232 βˆ’68 sql/pgtap.sql.in
+217 βˆ’184 test/expected/coltap.out
+53 βˆ’51 test/expected/fktap.out
+1,049 βˆ’953 test/expected/functap.out
+826 βˆ’817 test/expected/hastap.out
+112 βˆ’85 test/expected/index.out
+94 βˆ’82 test/expected/pktap.out
+6 βˆ’6 test/expected/ruletap.out
+9 βˆ’8 test/expected/runjusttests.out
+8 βˆ’8 test/expected/runjusttests_1.out
+8 βˆ’8 test/expected/runjusttests_2.out
+8 βˆ’8 test/expected/runjusttests_3.out
+8 βˆ’8 test/expected/runjusttests_4.out
+8 βˆ’9 test/expected/runjusttests_5.out
+8 βˆ’8 test/expected/runjusttests_6.out
+1 βˆ’1 test/expected/runnotests.out
+59 βˆ’34 test/expected/runtests.out
+59 βˆ’36 test/expected/runtests_1.out
+69 βˆ’36 test/expected/runtests_2.out
+70 βˆ’34 test/expected/runtests_3.out
+52 βˆ’36 test/expected/runtests_4.out
+133 βˆ’18 test/expected/runtests_5.out
+0 βˆ’158 test/expected/runtests_6.out
+1 βˆ’0 test/setup.sql
+18 βˆ’5 test/sql/aretap.sql
+119 βˆ’19 test/sql/coltap.sql
+30 βˆ’1 test/sql/fktap.sql
+420 βˆ’140 test/sql/functap.sql
+117 βˆ’91 test/sql/hastap.sql
+75 βˆ’1 test/sql/index.sql
+34 βˆ’1 test/sql/pktap.sql
+13 βˆ’12 test/sql/ruletap.sql
+16 βˆ’0 test/sql/runtests.sql
+8 βˆ’0 test/test_MVU.sh
+1 βˆ’8 tools/util.sh
Loading