aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Use library functions to edit config in SSL testsDaniel Gustafsson2024-09-03
* Test for PG_TEST_EXTRA separately in SSL testsDaniel Gustafsson2024-09-03
* Fix typos and grammar in code comments and docsMichael Paquier2024-09-03
* Fix rarely-run test for message wording changePeter Eisentraut2024-09-02
* Remove support for OpenSSL older than 1.1.0Daniel Gustafsson2024-09-02
* Stabilize 039_end_of_wal test.Thomas Munro2024-08-31
* Avoid inserting PlaceHolderVars in cases where pre-v16 PG did not.Tom Lane2024-08-30
* Remove one memoize test case added by commit 069d0ff02.Tom Lane2024-08-30
* Rename pg_sequence_read_tuple() to pg_get_sequence_data()Michael Paquier2024-08-30
* Fix mis-deparsing of ORDER BY lists when there is a name conflict.Tom Lane2024-08-29
* Message style improvementsPeter Eisentraut2024-08-29
* Put generated_stored test objects in a schemaPeter Eisentraut2024-08-29
* Rename regress test generated to generated_storedPeter Eisentraut2024-08-29
* Disallow USING clause when altering type of generated columnPeter Eisentraut2024-08-29
* Rename the conflict types for the origin differ cases.Amit Kapila2024-08-29
* 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
* psql: Add more meta-commands able to use the extended protocolMichael Paquier2024-08-22
* Show number of disabled nodes in EXPLAIN ANALYZE output.Robert Haas2024-08-21
* Treat number of disabled nodes in a path as a separate cost metric.Robert Haas2024-08-21
* Don't advance origin during apply failure.Amit Kapila2024-08-21
* Remove _PG_fini()Michael Paquier2024-08-21
* Add injection-point test for new multixact CV usageAlvaro Herrera2024-08-20
* Log the conflicts while applying changes in logical replication.Amit Kapila2024-08-20
* injection_points: Add stats for point caching and loadingMichael Paquier2024-08-19
* Fix extraction of week and quarter fields from intervals.Tom Lane2024-08-16
* Remove dependence on -fwrapv semantics in jsonb.Nathan Bossart2024-08-16
* Remove dependence on -fwrapv semantics in a few places.Nathan Bossart2024-08-15
* Improve ALTER PUBLICATION validation and error messagesDavid Rowley2024-08-15
* Log more info when wait-for-catchup tests time out.Tom Lane2024-08-12
* Add user-callable CRC functions.Nathan Bossart2024-08-12
* Fix a series of typos and outdated referencesDavid Rowley2024-08-12
* Remove "parent" column from pg_backend_memory_contextsDavid Rowley2024-08-12
* Allow adjusting session_authorization and role in parallel workers.Tom Lane2024-08-10
* Add tests for pg_wal_replay_wait() errorsAlexander Korotkov2024-08-10
* Adjust pg_wal_replay_wait() procedure behavior on promoted standbyAlexander Korotkov2024-08-10
* Fix "failed to find plan for subquery/CTE" errors in EXPLAIN.Tom Lane2024-08-09
* Remove obsolete RECHECK keyword completelyPeter Eisentraut2024-08-09
* Refuse ATTACH of a table referenced by a foreign keyAlvaro Herrera2024-08-08
* Refactor error messages to reduce duplicationAlvaro Herrera2024-08-08
* Refactor/reword some error messages to avoid duplicatesAlvaro Herrera2024-08-07
* Make nullSemAction const, add 'const' decorators to related functionsHeikki Linnakangas2024-08-06
* Allow parallel workers to cope with a newly-created session user ID.Tom Lane2024-08-06
* Restrict accesses to non-system views and foreign tables during pg_dump.Masahiko Sawada2024-08-05
* Optimize JSON escaping using SIMDDavid Rowley2024-08-05
* injection_points: Add some fixed-numbered statisticsMichael Paquier2024-08-05
* injection_points: Add some cumulative stats for injection pointsMichael Paquier2024-08-05
* Implement pg_wal_replay_wait() stored procedureAlexander Korotkov2024-08-02