summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2022-08-04Remove configure probe and related tests for getrlimit.Thomas Munro
2022-08-04Fix check_exclusion_or_unique_constraint for UNIQUE NULLS NOT DISTINCT.Tom Lane
2022-08-04Add proper regression test for the recent SRFs-in-pathkeys problem.Tom Lane
2022-08-03Reduce test runtime of src/test/modules/snapshot_too_old.Tom Lane
2022-08-03Add wait_for_subscription_sync for TAP tests.Amit Kapila
2022-08-02Change type "char"'s I/O format for non-ASCII characters.Tom Lane
2022-08-02Improve performance of ORDER BY / DISTINCT aggregatesDavid Rowley
2022-08-02Remove duplicated wait for subscription sync from 007_ddl.pl.Amit Kapila
2022-08-01Relax overly strict rules in select_outer_pathkeys_for_merge()David Rowley
2022-08-01Append -X to direct invocation of psql in new test for BASE_BACKUPMichael Paquier
2022-08-01Add more TAP tests with BASE_BACKUP and pg_backup_start/stopMichael Paquier
2022-07-31Remove test_oat_hooks.c's nodetag_to_string().Tom Lane
2022-07-31Fix trim_array() for zero-dimensional array argument.Tom Lane
2022-07-31Feed ObjectAddress to event triggers for ALTER TABLE ATTACH/DETACHMichael Paquier
2022-07-31Expand tests of test_ddl_deparse/ for ALTER TABLEMichael Paquier
2022-07-30Improve regression test coverage of GiST index building.Tom Lane
2022-07-30Adjust new pg_read_file() test cases for more portability.Tom Lane
2022-07-29Fix new recovery test for log_error_verbosity=verbose caseAndrew Dunstan
2022-07-29Support pg_read_[binary_]file (filename, missing_ok).Tom Lane
2022-07-29Fix test instabilityAlvaro Herrera
2022-07-28Fix replay of create database records on standbyAlvaro Herrera
2022-07-26Improve makeArrayTypeName's algorithm for choosing array type names.Tom Lane
2022-07-26Eliminate duplicate code in table.c.Amit Kapila
2022-07-26Fix a few issues with REINDEX grammarMichael Paquier
2022-07-25Add xheader_width pset option to psqlAndrew Dunstan
2022-07-23Doc: update recovery/README.Tom Lane
2022-07-22Rework grammar for REINDEXAlvaro Herrera
2022-07-22Close old gap in dependency checks for functions returning composite.Tom Lane
2022-07-21Make the name optional in CREATE STATISTICS.Dean Rasheed
2022-07-21Fix ruleutils issues with dropped cols in functions-returning-composite.Tom Lane
2022-07-21Allow users to skip logical replication of data having origin.Amit Kapila
2022-07-20Make subquery aliases optional in the FROM clause.Dean Rasheed
2022-07-20Tweak detail and hint messages to be consistent with project policyMichael Paquier
2022-07-19Fix missed corner cases for grantable permissions on GUCs.Tom Lane
2022-07-19Estimate cost of elided SubqueryScan, Append, MergeAppend nodes better.Tom Lane
2022-07-18Reinstate tests accidentally removed by e3fcca0d0dTomas Vondra
2022-07-18Mark all symbols exported from extension libraries PGDLLEXPORT.Andres Freund
2022-07-18Remove now superfluous declarations of dlsym()ed symbols.Andres Freund
2022-07-17Disable unstable test cases in src/test/ssl/t/001_ssltests.pl.Tom Lane
2022-07-16Disable unstable test cases in src/test/ssl/t/001_ssltests.pl.Tom Lane
2022-07-16Replace many MemSet calls with struct initializationPeter Eisentraut
2022-07-15Log details for client certificate failuresPeter Eisentraut
2022-07-13Fix flag tests in src/test/modules/test_oat_hooksAlvaro Herrera
2022-07-13Allow specifying STORAGE attribute for a new tablePeter Eisentraut
2022-07-12Add copy/equal support for XID listsAlvaro Herrera
2022-07-11Fix two portability issues with the tests of test_oat_hooksMichael Paquier
2022-07-11Improve error message with JSON_SERIALIZE()Michael Paquier
2022-07-09Mark Scan as an abstract node type, too.Tom Lane
2022-07-09Mark PlanState as an abstract node type.Tom Lane
2022-07-08Add missing inequality searches to rbtreeAlexander Korotkov