summaryrefslogtreecommitdiff
path: root/src/test/modules
AgeCommit message (Expand)Author
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
2024-03-29Remove superfluous trailing semicolonsDaniel Gustafsson
2024-03-28Rethink create and attach APIs of shared TidStore.Masahiko Sawada
2024-03-25Refactor predicate_{implied,refuted}_by_simple_clause.Tom Lane
2024-03-21Add TIDStore, to store sets of TIDs (ItemPointerData) efficiently.Masahiko Sawada
2024-03-20Add "--exclude-extension" to pg_dump's options.Dean Rasheed
2024-03-19Activate perlcritic InputOutput::RequireCheckedSyscalls and fix resulting war...Peter Eisentraut
2024-03-18Put libpq_pipeline cancel test backAlvaro Herrera
2024-03-15Use locale-aware value for \watch in 005_timeouts.plAlexander Korotkov
2024-03-15Fix backstop in gin test if injection point is not reachedHeikki Linnakangas
2024-03-15Try to unbreak injection-fault tests in the buildfarmHeikki Linnakangas
2024-03-15Fix wordings in timeouts TAP testAlexander Korotkov
2024-03-15Disable tests using injection points in installcheckHeikki Linnakangas
2024-03-14Add TAP tests for timeoutsAlexander Korotkov