summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2020-09-18Try to stabilize output from rolenames regression test.Tom Lane
2020-09-17Remove support for postfix (right-unary) operators.Tom Lane
2020-09-17Remove factorial operators, leaving only the factorial() function.Tom Lane
2020-09-17Allow CURRENT_ROLE where CURRENT_USER is acceptedPeter Eisentraut
2020-09-17Add support for building GiST index by sorting.Heikki Linnakangas
2020-09-16Fix use-after-free bug with event triggers in an extension scriptAlvaro Herrera
2020-09-15Allow incremental sorts for windowing functionsDavid Rowley
2020-09-14Fix interpolation in test name.Noah Misch
2020-09-14Message fixes and style improvementsPeter Eisentraut
2020-09-13Use the properly transformed RangeVar for expandTableLikeClause().Tom Lane
2020-09-11psql: Display stats target of extended statisticsAlvaro Herrera
2020-09-10Add more tests for EXTRACT of date typePeter Eisentraut
2020-09-10Fix rd_firstRelfilenodeSubid for nailed relations, in parallel workers.Noah Misch
2020-09-09Add some more numeric test coveragePeter Eisentraut
2020-09-08Check default partitions constraints while descendingAlvaro Herrera
2020-09-08Remove isolation test reindex-partitionsMichael Paquier
2020-09-08Add support for partitioned tables and indexes in REINDEXMichael Paquier
2020-09-07Add additional tests to test streaming of in-progress transactions.Amit Kapila
2020-09-06Remove arbitrary line length limits in pg_regress (plain and ECPG).Tom Lane
2020-09-05Switch to multi-inserts when registering dependencies for many code pathsMichael Paquier
2020-09-05Extend SQL function tests lightlyPeter Eisentraut
2020-09-05Make new authentication test case more robust.Tom Lane
2020-09-04Collect attribute data on extension owned tables being dumpedAndrew Dunstan
2020-09-04Fix rare deadlock failure in create_am regression test.Tom Lane
2020-09-03Avoid lockup of a parallel worker when reporting a long error message.Tom Lane
2020-09-03Allow records to span multiple lines in pg_hba.conf and pg_ident.conf.Tom Lane
2020-09-03Add support for streaming to built-in logical replication.Amit Kapila
2020-09-02Add string_to_table() function.Tom Lane
2020-09-02Add access method names to \d[i|m|t]+ in psqlMichael Paquier
2020-09-02Improve handling of dropped relations for REINDEX DATABASE/SCHEMA/SYSTEMMichael Paquier
2020-09-01Improve test coverage of ginvacuum.c.Tom Lane
2020-09-01Raise error on concurrent drop of partitioned indexAlvaro Herrera
2020-09-01Teach libpq to handle arbitrary-length lines in .pgpass files.Tom Lane
2020-08-27Fix code for re-finding scan position in a multicolumn GIN index.Tom Lane
2020-08-26Add regression test for pg_backend_memory_contexts.Fujii Masao
2020-08-22Avoid pushing quals down into sub-queries that have grouping sets.Tom Lane
2020-08-22Fix ALTER TABLE's scheduling rules for AT_AddConstraint subcommands.Tom Lane
2020-08-21Fix handling of CREATE TABLE LIKE with inheritance.Tom Lane
2020-08-21Fix explain regression test failure.Fujii Masao
2020-08-21Rework EXPLAIN for planner's buffer usage.Fujii Masao
2020-08-19Add pg_backend_memory_contexts system view.Fujii Masao
2020-08-18Fix use-after-release issue in PL/SampleMichael Paquier
2020-08-18Add PL/Sample to src/test/modules/Michael Paquier
2020-08-17Disable autovacuum for BRIN test tableAlvaro Herrera
2020-08-16Correct several behavior descriptions in comments.Noah Misch
2020-08-15Be more careful about the shape of hashable subplan clauses.Tom Lane
2020-08-14Fix typo in test comment.Heikki Linnakangas
2020-08-10Replace remaining StrNCpy() by strlcpy()Peter Eisentraut
2020-08-10Empty search_path in logical replication apply worker and walsender.Noah Misch
2020-08-07Support testing of cases where table schemas change after planning.Tom Lane