summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
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
2022-05-11Remove non-functional code for unloading loadable modules.Robert Haas
2022-05-11Fix typos and grammar in code and test commentsMichael Paquier
2022-05-09Fix core dump in transformValuesClause when there are no columns.Tom Lane
2022-05-09Revert "Disallow infinite endpoints in generate_series() for timestamps."Tom Lane
2022-05-09In REFRESH MATERIALIZED VIEW, set user ID before running user code.Noah Misch
2022-05-09Make relation-enumerating operations be security-restricted operations.Noah Misch
2022-05-08Fix race in 032_relfilenode_reuse.pl.Thomas Munro
2022-05-07Fix old-fd issues using global barriers everywhere.Thomas Munro
2022-05-04Fix timing issue in deadlock recovery conflict test.Andres Freund
2022-05-04Fix rowcount estimate for SubqueryScan that's under a Gather.Tom Lane
2022-05-03Add tests for recovery deadlock conflicts.Andres Freund
2022-04-30Tighten enforcement of variable CONSTANT markings in plpgsql.Tom Lane
2022-04-28Fix JSON_OBJECTAGG uniquefying bugAndrew Dunstan
2022-04-26Add some isolation tests for CLUSTERMichael Paquier
2022-04-25Drop unlogged table after test is doneAlvaro Herrera
2022-04-25Cover brin/gin/gist/spgist ambuildempty routines in regression testsAlvaro Herrera
2022-04-23Fix incautious CTE matching in rewriteSearchAndCycle().Tom Lane
2022-04-23Test ALIGNOF_DOUBLE==4 compatibility under ALIGNOF_DOUBLE==8.Noah Misch
2022-04-21Remove inadequate assertion check in CTE inlining.Tom Lane