summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2020-10-02Add pg_stat_wal statistics view.Fujii Masao
2020-10-01Put back explicit setting of replication values within TAP tests.Tom Lane
2020-10-01Fix and test snapshot behavior on standby.Andres Freund
2020-09-30Reword partitioning error messageAlvaro Herrera
2020-09-30Fix handling of BC years in to_date/to_timestamp.Tom Lane
2020-09-30Remove obsolete replication settings within TAP tests.Tom Lane
2020-09-29Fix make_timestamp[tz] to accept negative years as meaning BC.Tom Lane
2020-09-29Support for ISO 8601 in the jsonpath .datetime() methodAlexander Korotkov
2020-09-29Remove excess space from jsonpath .datetime() default format stringAlexander Korotkov
2020-09-28Stabilize create_table regression test.Tom Lane
2020-09-28Assign collations in partition bound expressions.Tom Lane
2020-09-28Remove complaints about COLLATE clauses in partition bound values.Tom Lane
2020-09-27Move resolution of AlternativeSubPlan choices to the planner.Tom Lane
2020-09-26Further stabilize output from rolenames regression test.Tom Lane
2020-09-23Improve error cursor positions for problems with partition bounds.Tom Lane
2020-09-22Rethink API for pg_get_line.c, one more time.Tom Lane
2020-09-22Improve the error message for an inappropriate column definition list.Tom Lane
2020-09-21Copy editing: fix a bunch of misspellings and poor wording.Tom Lane
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