summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
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
2022-05-21Show 'AS "?column?"' explicitly when it's important.Tom Lane
2022-05-20Remove portability hazard in unsafe_tests/sql/guc_privs.sql.Tom Lane
2022-05-20Fix DDL deparse of CREATE OPERATOR CLASSAlvaro Herrera
2022-05-20Add pg_version() to PostgreSQL::Test::ClusterMichael Paquier
2022-05-19Extend pg_publication_tables to display column list and row filter.Amit Kapila
2022-05-18Update xml_1.out and xml_2.outAlvaro Herrera
2022-05-18Fix EXPLAIN MERGE output when no tuples are processedAlvaro Herrera
2022-05-18Check column list length in XMLTABLE/JSON_TABLE aliasAlvaro Herrera
2022-05-18Make EXPLAIN MERGE output format more compactAlvaro Herrera
2022-05-16Fix incorrect row estimates used for Memoize costingDavid Rowley
2022-05-13Fix slow animal timeouts in 032_relfilenode_reuse.pl.Thomas Munro
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-05-12Make pull_var_clause() handle GroupingFuncs exactly like Aggrefs.Tom Lane