summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
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-17Mark all symbols exported from extension libraries PGDLLEXPORT.Andres Freund
2022-07-17Remove now superfluous declarations of dlsym()ed symbols.Andres Freund
2022-07-16Disable 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-01Replace PGISOLATIONTIMEOUT with 2 * PG_TEST_TIMEOUT_DEFAULT.Noah Misch
2022-07-01Fix 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