summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2024-09-02Fix rarely-run test for message wording changePeter Eisentraut
2024-09-02Remove support for OpenSSL older than 1.1.0Daniel Gustafsson
2024-08-31Stabilize 039_end_of_wal test.Thomas Munro
2024-08-30Avoid inserting PlaceHolderVars in cases where pre-v16 PG did not.Tom Lane
2024-08-30Remove one memoize test case added by commit 069d0ff02.Tom Lane
2024-08-29Rename pg_sequence_read_tuple() to pg_get_sequence_data()Michael Paquier
2024-08-29Fix mis-deparsing of ORDER BY lists when there is a name conflict.Tom Lane
2024-08-29Message style improvementsPeter Eisentraut
2024-08-29Put generated_stored test objects in a schemaPeter Eisentraut
2024-08-29Rename regress test generated to generated_storedPeter Eisentraut
2024-08-29Disallow USING clause when altering type of generated columnPeter Eisentraut
2024-08-29Rename the conflict types for the origin differ cases.Amit Kapila
2024-08-24Revert support for ALTER TABLE ... MERGE/SPLIT PARTITION(S) commandsAlexander Korotkov
2024-08-23Rework new SLRU test with injection pointsMichael Paquier
2024-08-23injection_point: Add injection_points.statsMichael Paquier
2024-08-23injection_points: Add initialization of shmem state when loading moduleMichael Paquier
2024-08-22psql: Add more meta-commands able to use the extended protocolMichael Paquier
2024-08-21Show number of disabled nodes in EXPLAIN ANALYZE output.Robert Haas
2024-08-21Treat number of disabled nodes in a path as a separate cost metric.Robert Haas
2024-08-21Don't advance origin during apply failure.Amit Kapila
2024-08-20Remove _PG_fini()Michael Paquier
2024-08-20Add injection-point test for new multixact CV usageAlvaro Herrera
2024-08-20Log the conflicts while applying changes in logical replication.Amit Kapila
2024-08-19injection_points: Add stats for point caching and loadingMichael Paquier
2024-08-16Fix extraction of week and quarter fields from intervals.Tom Lane
2024-08-16Remove dependence on -fwrapv semantics in jsonb.Nathan Bossart
2024-08-15Remove dependence on -fwrapv semantics in a few places.Nathan Bossart
2024-08-15Improve ALTER PUBLICATION validation and error messagesDavid Rowley
2024-08-12Log more info when wait-for-catchup tests time out.Tom Lane
2024-08-12Add user-callable CRC functions.Nathan Bossart
2024-08-12Fix a series of typos and outdated referencesDavid Rowley
2024-08-12Remove "parent" column from pg_backend_memory_contextsDavid Rowley
2024-08-10Allow adjusting session_authorization and role in parallel workers.Tom Lane
2024-08-10Add tests for pg_wal_replay_wait() errorsAlexander Korotkov
2024-08-10Adjust pg_wal_replay_wait() procedure behavior on promoted standbyAlexander Korotkov
2024-08-09Fix "failed to find plan for subquery/CTE" errors in EXPLAIN.Tom Lane
2024-08-09Remove obsolete RECHECK keyword completelyPeter Eisentraut
2024-08-08Refuse ATTACH of a table referenced by a foreign keyAlvaro Herrera
2024-08-08Refactor error messages to reduce duplicationAlvaro Herrera
2024-08-07Refactor/reword some error messages to avoid duplicatesAlvaro Herrera
2024-08-06Make nullSemAction const, add 'const' decorators to related functionsHeikki Linnakangas
2024-08-06Allow parallel workers to cope with a newly-created session user ID.Tom Lane
2024-08-05Restrict accesses to non-system views and foreign tables during pg_dump.Masahiko Sawada
2024-08-05Optimize JSON escaping using SIMDDavid Rowley
2024-08-05injection_points: Add some fixed-numbered statisticsMichael Paquier
2024-08-05injection_points: Add some cumulative stats for injection pointsMichael Paquier
2024-08-02Implement pg_wal_replay_wait() stored procedureAlexander Korotkov
2024-08-02Include bison header files into implementation filesPeter Eisentraut
2024-08-01Revert "Allow parallel workers to cope with a newly-created session user ID."Tom Lane
2024-07-31Allow parallel workers to cope with a newly-created session user ID.Tom Lane