aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* If wait_for_catchup fails under has_wal_read_bug, skip balance of test.Noah Misch2022-11-12
* Support writing "CREATE/ALTER TABLE ... SET STORAGE DEFAULT".Tom Lane2022-11-10
* Fix alter_table.sql test case to test what it claims to.Tom Lane2022-11-10
* Report a more useful error for reloptions on a partitioned table.Tom Lane2022-11-09
* psql: Add information in \d+ about foreign partitions and child tablesMichael Paquier2022-11-08
* Fix initialization of pg_stat_get_lastscan()Michael Paquier2022-11-08
* Handle SubPlan cases in find_nonnullable_rels/vars.Tom Lane2022-11-05
* meson: Split 'main' suite into 'regress' and 'isolation'Andres Freund2022-11-04
* Correct error message for row-level triggers with transition tables on partit...Etsuro Fujita2022-11-04
* Create FKs properly when attaching table as partitionAlvaro Herrera2022-11-03
* Add more tests for COPY with incorrect option combinationsMichael Paquier2022-11-02
* Fix planner failure with extended statistics on partitioned tables.Tom Lane2022-11-01
* Add basic regression tests for semi/antijoin recognition.Tom Lane2022-10-31
* Under has_wal_read_bug, skip recovery/t/032_relfilenode_reuse.pl.Noah Misch2022-10-29
* Use Limit instead of Unique to implement DISTINCT, when possibleDavid Rowley2022-10-28
* Avoid making commutatively-duplicate clauses in EquivalenceClasses.Tom Lane2022-10-27
* Add some tests to check the SQL functions of control fileMichael Paquier2022-10-27
* Add rule_number to pg_hba_file_rules and map_number to pg_ident_file_mappingsMichael Paquier2022-10-26
* Fix recently added incorrect assertionAlvaro Herrera2022-10-24
* Improve coverage of ruleutils.c for SQLValueFunctionsMichael Paquier2022-10-24
* Fix and improve TAP tests for pg_hba.conf and regexpsMichael Paquier2022-10-24
* Add support for regexps on database and user entries in pg_hba.confMichael Paquier2022-10-24
* Make finding openssl program a configure or meson optionPeter Eisentraut2022-10-20
* Improve the accuracy of numeric power() for integer exponents.Dean Rasheed2022-10-20
* Better handle interrupting TAP testsAlvaro Herrera2022-10-19
* Rework shutdown callback of archiver modulesMichael Paquier2022-10-19
* Remove no-longer-needed compatibility hackAlvaro Herrera2022-10-18
* Rename SetSingleFuncCall() to InitMaterializedSRF()Michael Paquier2022-10-18
* Record dependencies of a cast on other casts that it requires.Tom Lane2022-10-17
* Add checks for regexes with user name map in test for peer authenticationMichael Paquier2022-10-17
* Fix EXPLAIN of SEARCH BREADTH FIRST with a constant initial value.Tom Lane2022-10-16
* pgstat: Track time of the last scan of a relationAndres Freund2022-10-14
* libpq: Reset singlerow flag correctly in pipeline modeAlvaro Herrera2022-10-14
* Put tests of md5() function into separate test filePeter Eisentraut2022-10-13
* Improve the WARNING message for CREATE SUBSCRIPTION.Amit Kapila2022-10-13
* Fix outdated code referenceAlvaro Herrera2022-10-12
* Fix compilation warning in test_copy_callbacksMichael Paquier2022-10-12
* Yet further fixes for multi-row VALUES lists for updatable views.Tom Lane2022-10-11
* Add TAP tests for role membership in pg_hba.confMichael Paquier2022-10-11
* Add support for COPY TO callback functionsMichael Paquier2022-10-11
* Fix self-referencing foreign keys with partitioned tablesAlvaro Herrera2022-10-07
* Create subscription stats entry at CREATE SUBSCRIPTION timeAndres Freund2022-10-06
* Fix final warnings produced by -Wshadow=compatible-localDavid Rowley2022-10-07
* Remove uses of MemoryContextContains in nodeAgg.c and nodeWindowAgg.c.Tom Lane2022-10-06
* Refactor TAP test authentication/001_password.plMichael Paquier2022-10-06
* tests: Restrict pg_locks queries in advisory_locks.sql to current databaseAndres Freund2022-10-05
* meson: Add windows resource filesAndres Freund2022-10-05
* Revert "Optimize order of GROUP BY keys".Tom Lane2022-10-03
* Add authentication TAP test for peer authenticationMichael Paquier2022-10-03
* Fix tab-completion after commit 790bf615ddbaAlvaro Herrera2022-09-30