summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
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
2022-07-08Remove T_Join and T_PlanPeter Eisentraut
2022-07-08Remove HP-UX port.Thomas Munro
2022-07-07Only allow returning string types or bytea from json_serializeAndrew Dunstan
2022-07-07Fix alias matching in transformLockingClause().Dean Rasheed
2022-07-07Clean up some includes and comments in TAP test scriptsMichael Paquier
2022-07-06Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas
2022-07-05Revert 019_replslot_limit.pl related debugging aids.Andres Freund
2022-07-05libpq: Improve idle state handling in pipeline modeAlvaro Herrera
2022-07-05Fix pg_prepared_statements.result_types for DML statementsPeter Eisentraut
2022-07-05Add result_types column to pg_prepared_statements viewPeter Eisentraut
2022-07-04Prevent write operations on large objects in read-only transactionsMichael Paquier
2022-07-03Remove %error-verbose directive from jsonpath parserAndrew Dunstan
2022-07-03Allow makeaclitem() to accept multiple privilege names.Tom Lane
2022-07-02Replace PGISOLATIONTIMEOUT with 2 * PG_TEST_TIMEOUT_DEFAULT.Noah Misch
2022-07-02Fix race condition in t/028_pitr_timelines.pl.Noah Misch
2022-07-01Add construct_array_builtin, deconstruct_array_builtinPeter Eisentraut
2022-06-30pgindent run prior to branching v15.Tom Lane
2022-06-25Use --no-unlogged-table-data in t/027_stream_regress.pl.Noah Misch
2022-06-24Remove unportable testPeter Eisentraut
2022-06-24Fix intermetent test failure in 028_row_filter.pl.Amit Kapila
2022-06-23Fix two issues with HEADER MATCH in COPYMichael Paquier
2022-06-21Fix partition table's REPLICA IDENTITY checking on the subscriber.Amit Kapila
2022-06-19Message and documentation refinementsPeter Eisentraut
2022-06-16Revert changes in HOT handling of BRIN indexesTomas Vondra
2022-06-16Fix comment in regression tests for large objectsMichael Paquier
2022-06-16Fix data inconsistency between publisher and subscriber.Amit Kapila
2022-06-15Fix cache look-up failures while applying changes in logical replication.Amit Kapila
2022-06-12Make subscription tests pass with log_error_verbosity=verboseAndrew Dunstan
2022-06-10Un-break whole-row Vars referencing domain-over-composite types.Tom Lane
2022-06-09psql: Show notices immediately (again)Peter Eisentraut
2022-06-02Prohibit combining publications with different column lists.Amit Kapila
2022-05-31Remove useless tests for TRUNCATE on foreign tablesMichael Paquier
2022-05-26Teach remove_unused_subquery_outputs about window run conditionsDavid Rowley
2022-05-22pgstat: fix stats.spec instability on slow machines.Andres Freund