aboutsummaryrefslogtreecommitdiff
path: root/src/test/modules
Commit message (Expand)AuthorAge
* Remove useless casts to (const void *)Peter Eisentraut2024-12-06
* Remove useless casts to (void *)Peter Eisentraut2024-11-28
* jsonapi: add lexer option to keep token ownershipAndrew Dunstan2024-11-27
* Test "options=-crole=" and "ALTER DATABASE SET role".Noah Misch2024-11-24
* Add INT64_HEX_FORMAT and UINT64_HEX_FORMAT to c.h.Nathan Bossart2024-11-22
* Add write_to_file to PgStat_KindInfo for pgstats kindsMichael Paquier2024-11-22
* Fix per-session activation of ALTER {ROLE|DATABASE} SET role.Noah Misch2024-11-15
* Avoid assertion due to disconnected NFA sub-graphs in regex parsing.Tom Lane2024-11-15
* Add pg_constraint rows for not-null constraintsÁlvaro Herrera2024-11-08
* Add missing newlines at the end of two SQL filesMichael Paquier2024-11-03
* Add a parse location field to struct FunctionParameter.Tom Lane2024-10-31
* injection_points: Improve comment about disabled isolation permutationMichael Paquier2024-10-31
* Add missing FATAL => 'all' to a use warnings in PerlPeter Eisentraut2024-10-29
* Remove unused #include's from contrib, pl, test .c filesPeter Eisentraut2024-10-28
* Fix concurrrently in typcache_rel_type_cache.sqlAlexander Korotkov2024-10-25
* injection_points: Disable one permutation in isolation test "basic"Michael Paquier2024-10-25
* Handle alphanumeric characters in matching GUC namesDaniel Gustafsson2024-10-24
* Avoid looping over all type cache entries in TypeCacheRelCallback()Alexander Korotkov2024-10-24
* Improve reporting of errors in extension script files.Tom Lane2024-10-22
* injection_points: Add basic isolation testMichael Paquier2024-10-21
* Fix unusual include stylePeter Eisentraut2024-10-17
* Mark consume_xids test functions VOLATILE and PARALLEL UNSAFEHeikki Linnakangas2024-10-11
* Fix data loss at inplace update after heap_update().Noah Misch2024-09-24
* Extend PgStat_HashKey.objid from 4 to 8 bytesMichael Paquier2024-09-18
* Update .gitignorePeter Eisentraut2024-09-11
* common/jsonapi: support libpq as a clientPeter Eisentraut2024-09-11
* Add amgettreeheight index AM API routinePeter Eisentraut2024-09-10
* Don't bother checking the result of SPI_connect[_ext] anymore.Tom Lane2024-09-09
* Fix waits of REINDEX CONCURRENTLY for indexes with predicates or expressionsMichael Paquier2024-09-09
* Fix two NULL pointer dereferences when reading custom pgstats from fileMichael Paquier2024-09-05
* Check availability of module injection_points in TAP testsMichael Paquier2024-09-05
* Avoid installcheck failure in TAP tests using injection_pointsMichael Paquier2024-09-04
* Simplify makefiles exporting twice enable_injection_pointsMichael Paquier2024-09-04
* Fix typos and grammar in code comments and docsMichael Paquier2024-09-03
* Fix rarely-run test for message wording changePeter Eisentraut2024-09-02
* Revert support for ALTER TABLE ... MERGE/SPLIT PARTITION(S) commandsAlexander Korotkov2024-08-24
* Rework new SLRU test with injection pointsMichael Paquier2024-08-23
* injection_point: Add injection_points.statsMichael Paquier2024-08-23
* injection_points: Add initialization of shmem state when loading moduleMichael Paquier2024-08-23
* Remove _PG_fini()Michael Paquier2024-08-21
* Add injection-point test for new multixact CV usageAlvaro Herrera2024-08-20
* injection_points: Add stats for point caching and loadingMichael Paquier2024-08-19
* Fix a series of typos and outdated referencesDavid Rowley2024-08-12
* Make nullSemAction const, add 'const' decorators to related functionsHeikki Linnakangas2024-08-06
* injection_points: Add some fixed-numbered statisticsMichael Paquier2024-08-05
* injection_points: Add some cumulative stats for injection pointsMichael Paquier2024-08-05
* Stabilize xid_wraparound testsAndrew Dunstan2024-07-30
* Refactor tidstore.c iterator buffering.Thomas Munro2024-07-24
* Add INJECTION_POINT_CACHED() to run injection points directly from cacheMichael Paquier2024-07-18
* Adjust recently added test for pg_signal_autovacuum roleAndrew Dunstan2024-07-16