summaryrefslogtreecommitdiff
path: root/src/test/modules
AgeCommit message (Expand)Author
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
2024-04-30Fix one more portability shortcoming in new test_pg_dump test.Tom Lane
2024-04-30Force COLLATE "C" to stabilize ordering, redux.Tom Lane
2024-04-30Force COLLATE "C" to stabilize ordering in new test_pg_dump queries.Tom Lane
2024-04-30Fix test case from b0c5b215d.Tom Lane
2024-04-29Allow meson builds to run test_pg_dump test in installcheck mode.Tom Lane
2024-04-29Fix failure to track role dependencies of pg_init_privs entries.Tom Lane
2024-04-25radixtree: Fix SIGSEGV at update of embeddable value to non-embeddable.Masahiko Sawada
2024-04-24Add pg_logging_init() calls missing in commit ba3e6e2bcaAndrew Dunstan
2024-04-23Post review fixes for test_json_parser test moduleAndrew Dunstan
2024-04-18Fix typos and duplicate wordsDaniel Gustafsson
2024-04-12Assorted minor cleanups in the test_json_parser moduleAndrew Dunstan
2024-04-12Shrink test file for test_json_parser moduleAndrew Dunstan
2024-04-12Add a TAP test for test_json_parser_perfAndrew Dunstan
2024-04-11Revert: Custom reloptions for table AMAlexander Korotkov
2024-04-10Make GIN tests using injection points concurrent-safeMichael Paquier
2024-04-09Fix whitespacePeter Eisentraut
2024-04-09injection_points: Fix race condition with local injection point testsMichael Paquier
2024-04-08Teach TID store to skip bitmap for small numbers of offsetsJohn Naylor
2024-04-08Custom reloptions for table AMAlexander Korotkov
2024-04-08Use bump context for TID bitmaps stored by vacuumJohn Naylor
2024-04-08injection_points: Introduce runtime conditionsMichael Paquier
2024-04-07Make GIN test using injection points repeatableMichael Paquier
2024-04-07Support retrieval of results in chunks with libpq.Tom Lane
2024-04-06Implement ALTER TABLE ... SPLIT PARTITION ... commandAlexander Korotkov
2024-04-06Implement ALTER TABLE ... MERGE PARTITIONS ... commandAlexander Korotkov
2024-04-04Further cleanup for recent JSON-related commits.Tom Lane
2024-04-04Further cleanup for recent JSON-related commits.Tom Lane
2024-04-04Tidy up after incremental JSON parser patchAndrew Dunstan
2024-04-04Introduce a non-recursive JSON parserAndrew Dunstan
2024-04-03Drop global objects after completed testDaniel Gustafsson