summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2024-03-22Revert "Add notBefore and notAfter to SSL cert info display"Daniel Gustafsson
2024-03-22Add notBefore and notAfter to SSL cert info displayDaniel Gustafsson
2024-03-22Track invalidation_reason in pg_replication_slots.Amit Kapila
2024-03-22Avoid splitting errmsg string to span multiple linesAmit Langote
2024-03-21Temporarily install debugging in partition_prune testDavid Rowley
2024-03-21Add SQL/JSON query functionsAmit Langote
2024-03-21Add TIDStore, to store sets of TIDs (ItemPointerData) efficiently.Masahiko Sawada
2024-03-20Add to_regtypemod function to extract typemod from a string type name.Tom Lane
2024-03-20Catalog domain not-null constraintsPeter Eisentraut
2024-03-20Add "--exclude-extension" to pg_dump's options.Dean Rasheed
2024-03-20Add tests for domain-related information schema viewsPeter Eisentraut
2024-03-19Support C.UTF-8 locale in the new builtin collation provider.Jeff Davis
2024-03-19Improve EXPLAIN's display of SubPlan nodes and output parameters.Tom Lane
2024-03-19Postpone reparameterization of paths until create_plan().Tom Lane
2024-03-19Use half-open interval notation in without_overlaps testsPeter Eisentraut
2024-03-19Use daterange and YMD in without_overlaps tests instead of tsrange.Peter Eisentraut
2024-03-19Add some UUID support functionsPeter Eisentraut
2024-03-19Activate perlcritic InputOutput::RequireCheckedSyscalls and fix resulting war...Peter Eisentraut
2024-03-18Address more review comments on commit 2d819a08a1.Jeff Davis
2024-03-18dblink/isolationtester/fe_utils: Use new cancel APIAlvaro Herrera
2024-03-18Put libpq_pipeline cancel test backAlvaro Herrera
2024-03-18Fix EXPLAIN Bitmap heap scan to count pages with no visible tuplesHeikki Linnakangas
2024-03-18Remove references to backup_fs_hot() in Cluster.pmMichael Paquier
2024-03-17Add RETURNING support to MERGE.Dean Rasheed
2024-03-17Fix EXPLAIN output for subplans in MERGE.Dean Rasheed
2024-03-16Add destroyStringInfo function for cleaning up StringInfosDaniel Gustafsson
2024-03-15Use locale-aware value for \watch in 005_timeouts.plAlexander Korotkov
2024-03-15Fix handling of expecteddir in pg_regressDaniel Gustafsson
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 basic TAP tests for the low-level backup method, take twoMichael Paquier
2024-03-14Make INSERT-from-multiple-VALUES-rows handle domain target columns.Tom Lane
2024-03-14Add pg_column_toast_chunk_id().Nathan Bossart
2024-03-14Allow a no-wait lock acquisition to succeed in more cases.Robert Haas
2024-03-14Add TAP tests for timeoutsAlexander Korotkov
2024-03-14Comment out noisy libpq_pipeline testAlvaro Herrera
2024-03-14Introduce "builtin" collation provider.Jeff Davis
2024-03-14Revert "Add basic TAP tests for the low-level backup method"Michael Paquier
2024-03-14Add basic TAP tests for the low-level backup methodMichael Paquier
2024-03-13Reintroduce MAINTAIN privilege and pg_maintain predefined role.Nathan Bossart
2024-03-13Hopefully make libpq_pipeline's new cancel test more reliableAlvaro Herrera
2024-03-13Make the order of the header file includes consistentPeter Eisentraut
2024-03-13Add tests for more row patterns with COPY FROM .. (ON_ERROR ignore)Michael Paquier
2024-03-13Fix a random failure in 038_save_logical_slots_shutdown.pl.Amit Kapila
2024-03-12Fix confusion about the return rowtype of SQL-language procedures.Tom Lane
2024-03-12libpq: Add encrypted and non-blocking query cancellation routinesAlvaro Herrera
2024-03-12Keep replication slot statistics on invalidationMichael Paquier
2024-03-12Use printf's %m format instead of strerror(errno) in more placesMichael Paquier