summaryrefslogtreecommitdiff
path: root/src/test/regress
AgeCommit message (Expand)Author
2021-12-08Fix changing the ownership of ALL TABLES IN SCHEMA publication.Amit Kapila
2021-12-08De-duplicate the result of pg_publication_tables view.Amit Kapila
2021-12-08Improve parsing of options of CREATE/ALTER SUBSCRIPTIONMichael Paquier
2021-12-01psql: include intra-query "--" comments in what's sent to the server.Tom Lane
2021-12-01Warning on SET of nonexisting setting with a prefix reserved by an extensionPeter Eisentraut
2021-11-30Ignore BRIN indexes when checking for HOT udpatesTomas Vondra
2021-11-30Add a view to show the stats of subscription workers.Amit Kapila
2021-11-26Add test for REVOKE ADMIN OPTIONDaniel Gustafsson
2021-11-26Fix GRANTED BY support in REVOKE ROLE statementsDaniel Gustafsson
2021-11-25Block ALTER TABLE .. DROP NOT NULL on columns in replica identity indexMichael Paquier
2021-11-24Flush Memoize cache when non-key parameters change, take 2David Rowley
2021-11-24Revert "Flush Memoize cache when non-key parameters change"David Rowley
2021-11-24Flush Memoize cache when non-key parameters changeDavid Rowley
2021-11-23Allow Memoize to operate in binary comparison modeDavid Rowley
2021-11-23Add SQL functions to monitor the directory contents of replication slotsMichael Paquier
2021-11-20Fix SP-GiST scan initialization logic for binary-compatible cases.Tom Lane
2021-11-18Fix quoting of ACL item in table for upgrade binary compatibility checksMichael Paquier
2021-11-18Add table to regression tests for binary-compatibility checks in pg_upgradeMichael Paquier
2021-11-17Add a planner support function for starts_with().Tom Lane
2021-11-17Fix display of SQL-standard function's arguments in INSERT/SELECT.Tom Lane
2021-11-17Improve publication error messagesDaniel Gustafsson
2021-11-12Fix memory overrun when querying pg_stat_slruMichael Paquier
2021-11-11Fix buffer overrun in unicode string normalization with empty inputMichael Paquier
2021-11-09Rename some enums to use TABLE instead of REL.Amit Kapila
2021-11-06Disallow making an empty lexeme via array_to_tsvector().Tom Lane
2021-11-06Fix handling of NaN values in BRIN minmax multiTomas Vondra
2021-11-03Update alternative expected output file.Heikki Linnakangas
2021-11-03Fix snapshot reference leak if lo_export fails.Heikki Linnakangas
2021-11-02Don't overlook indexes during parallel VACUUM.Peter Geoghegan
2021-11-01Preserve opclass parameters across REINDEX CONCURRENTLYMichael Paquier
2021-10-31plpgsql: report proper line number for errors in variable initialization.Tom Lane
2021-10-29Test and document the behavior of initialization cross-refs in plpgsql.Tom Lane
2021-10-27Grant memory views to pg_read_all_stats.Jeff Davis
2021-10-27Allow publishing the tables of schema.Amit Kapila
2021-10-26Allow GRANT on pg_log_backend_memory_contexts().Jeff Davis
2021-10-26Improve HINT message that FDW reports when there are no valid options.Fujii Masao
2021-10-24Move Perl test modules to a better namespaceAndrew Dunstan
2021-10-20Improve pg_regress.c's infrastructure for issuing psql commands.Tom Lane
2021-10-20Protect against collation variations in testAlvaro Herrera
2021-10-19Ensure correct lock level is used in ALTER ... RENAMEAlvaro Herrera
2021-10-19Fix assignment to array of domain over composite.Tom Lane
2021-10-19Block ALTER INDEX/TABLE index_name ALTER COLUMN colname SET (options)Michael Paquier
2021-10-18Invalidate partitions of table being attached/detachedAlvaro Herrera
2021-10-14Fix planner error with pulling up subquery expressions into function RTEs.Tom Lane
2021-10-06Fix corner-case loss of precision in numeric_power().Dean Rasheed
2021-10-03Fix checking of query type in plpgsql's RETURN QUERY command.Tom Lane
2021-10-01Error out if SKIP LOCKED and WITH TIES are both specifiedAlvaro Herrera
2021-09-29psql: Add various testsPeter Eisentraut
2021-09-22Invalidate all partitions for a partitioned table in publication.Amit Kapila
2021-09-17Fix pull_varnos to cope with translated PlaceHolderVars.Tom Lane