aboutsummaryrefslogtreecommitdiff
path: root/src/test/modules
Commit message (Expand)AuthorAge
* 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
* Add tap test for pg_signal_autovacuum roleMichael Paquier2024-07-16
* Use diff's --strip-trailing-cr flag where appropriate on WindowsAndrew Dunstan2024-07-10
* Prevent CRLF conversion of inputs in json_parser test moduleAndrew Dunstan2024-07-09
* Support loading of injection pointsMichael Paquier2024-07-05
* Convert some extern variables to staticPeter Eisentraut2024-07-02
* Cleanup perl code from unused variables and routinesMichael Paquier2024-07-02
* Fix .gitignore for new injection suite.Noah Misch2024-06-28
* Update modules/injection_points/.gitignoreMichael Paquier2024-06-28
* Add an injection_points isolation test suite.Noah Misch2024-06-27
* Add wait event type "InjectionPoint", a custom type like "Extension".Noah Misch2024-06-27
* Improve tracking of role dependencies of pg_init_privs entries.Tom Lane2024-06-17
* Add Windows file version information to test_json_parser programs.Noah Misch2024-06-16
* Remove use of %z in sscanf.Noah Misch2024-06-16
* Clean out column-level pg_init_privs entries when dropping tables.Tom Lane2024-06-14
* Fix segmentation fault in test_tidstore.Masahiko Sawada2024-06-12
* Tighten test_predtest's input checks, and improve error messages.Tom Lane2024-06-07
* Revise GUC names quoting in messages againPeter Eisentraut2024-05-17
* Make all Perl warnings fatal, catch-upPeter Eisentraut2024-05-15
* Pre-beta mechanical code beautification.Tom Lane2024-05-14
* Revert structural changes to not-null constraintsAlvaro Herrera2024-05-13
* injection_points: Store runtime conditions in private areaMichael Paquier2024-05-12
* Introduce private data area for injection pointsMichael Paquier2024-05-12
* Repair ALTER EXTENSION ... SET SCHEMA.Tom Lane2024-05-09