summaryrefslogtreecommitdiff
path: root/src/test/modules
AgeCommit message (Expand)Author
2024-09-10Add amgettreeheight index AM API routinePeter Eisentraut
2024-09-09Don't bother checking the result of SPI_connect[_ext] anymore.Tom Lane
2024-09-09Fix waits of REINDEX CONCURRENTLY for indexes with predicates or expressionsMichael Paquier
2024-09-05Fix two NULL pointer dereferences when reading custom pgstats from fileMichael Paquier
2024-09-05Check availability of module injection_points in TAP testsMichael Paquier
2024-09-03Avoid installcheck failure in TAP tests using injection_pointsMichael Paquier
2024-09-03Simplify makefiles exporting twice enable_injection_pointsMichael Paquier
2024-09-03Fix typos and grammar in code comments and docsMichael Paquier
2024-09-02Fix rarely-run test for message wording changePeter Eisentraut
2024-08-24Revert support for ALTER TABLE ... MERGE/SPLIT PARTITION(S) commandsAlexander Korotkov
2024-08-23Rework new SLRU test with injection pointsMichael Paquier
2024-08-23injection_point: Add injection_points.statsMichael Paquier
2024-08-23injection_points: Add initialization of shmem state when loading moduleMichael Paquier
2024-08-20Remove _PG_fini()Michael Paquier
2024-08-20Add injection-point test for new multixact CV usageAlvaro Herrera
2024-08-19injection_points: Add stats for point caching and loadingMichael Paquier
2024-08-12Fix a series of typos and outdated referencesDavid Rowley
2024-08-06Make nullSemAction const, add 'const' decorators to related functionsHeikki Linnakangas
2024-08-05injection_points: Add some fixed-numbered statisticsMichael Paquier
2024-08-05injection_points: Add some cumulative stats for injection pointsMichael Paquier
2024-07-30Stabilize xid_wraparound testsAndrew Dunstan
2024-07-24Refactor tidstore.c iterator buffering.Thomas Munro
2024-07-18Add INJECTION_POINT_CACHED() to run injection points directly from cacheMichael Paquier
2024-07-16Adjust recently added test for pg_signal_autovacuum roleAndrew Dunstan
2024-07-16Add tap test for pg_signal_autovacuum roleMichael Paquier
2024-07-10Use diff's --strip-trailing-cr flag where appropriate on WindowsAndrew Dunstan
2024-07-09Prevent CRLF conversion of inputs in json_parser test moduleAndrew Dunstan
2024-07-05Support loading of injection pointsMichael Paquier
2024-07-02Convert some extern variables to staticPeter Eisentraut
2024-07-02Cleanup perl code from unused variables and routinesMichael Paquier
2024-06-28Fix .gitignore for new injection suite.Noah Misch
2024-06-28Update modules/injection_points/.gitignoreMichael Paquier
2024-06-28Add an injection_points isolation test suite.Noah Misch
2024-06-28Add wait event type "InjectionPoint", a custom type like "Extension".Noah Misch
2024-06-17Improve tracking of role dependencies of pg_init_privs entries.Tom Lane
2024-06-16Add Windows file version information to test_json_parser programs.Noah Misch
2024-06-16Remove use of %z in sscanf.Noah Misch
2024-06-14Clean out column-level pg_init_privs entries when dropping tables.Tom Lane
2024-06-12Fix segmentation fault in test_tidstore.Masahiko Sawada
2024-06-07Tighten test_predtest's input checks, and improve error messages.Tom Lane
2024-05-17Revise GUC names quoting in messages againPeter Eisentraut
2024-05-15Make all Perl warnings fatal, catch-upPeter Eisentraut
2024-05-14Pre-beta mechanical code beautification.Tom Lane
2024-05-13Revert structural changes to not-null constraintsAlvaro Herrera
2024-05-12injection_points: Store runtime conditions in private areaMichael Paquier
2024-05-12Introduce private data area for injection pointsMichael Paquier
2024-05-09Repair ALTER EXTENSION ... SET SCHEMA.Tom Lane
2024-05-09Fix overread in JSON parsing errors for incomplete byte sequencesMichael Paquier
2024-05-06injection_points: Fix incorrect spinlock acquisitionMichael Paquier
2024-05-03Fix an assortment of typosDavid Rowley