aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Fix use-after-free issue in regexp engine.Tom Lane2021-08-07
* Really fix the ambiguity in REFRESH MATERIALIZED VIEW CONCURRENTLY.Tom Lane2021-08-07
* Don't elide casting to typmod -1.Tom Lane2021-08-06
* Adjust the integer overflow tests in the numeric code.Dean Rasheed2021-08-06
* Add missing message punctuationPeter Eisentraut2021-08-06
* Fix division-by-zero error in to_char() with 'EEEE' format.Dean Rasheed2021-08-05
* Add prepare API support for streaming transactions in logical replication.Amit Kapila2021-08-04
* Add assorted new regexp_xxx SQL functions.Tom Lane2021-08-03
* Allow ordered partition scans in more casesDavid Rowley2021-08-03
* Fix test failure in 021_twophase.pl.Amit Kapila2021-08-02
* Silence perl warning about uninitialized valueAndrew Dunstan2021-08-01
* Fix corner-case errors and loss of precision in numeric_power().Dean Rasheed2021-07-31
* Close yet another race condition in replication slot test codeAlvaro Herrera2021-07-29
* Make TestLib::perl2host more consistent and robustAndrew Dunstan2021-07-29
* Remove unused directory from test/ssl .gitignoreDaniel Gustafsson2021-07-29
* Add a getter function for a PostgresNode install_pathAndrew Dunstan2021-07-29
* Add PostgresVersion.pm method to emit the major version stringAndrew Dunstan2021-07-29
* Remove the last vestiges of Exporter from PostgresNodeAndrew Dunstan2021-07-29
* Unify PostgresNode's new() and get_new_node() methodsAndrew Dunstan2021-07-29
* Add adjust_conf method to PostgresNodeAndrew Dunstan2021-07-29
* Add -w back to the flags for pg_ctl (re)start in PostgresNodeAndrew Dunstan2021-07-29
* Disallow negative strides in date_bin()John Naylor2021-07-28
* Add support for SET ACCESS METHOD in ALTER TABLEMichael Paquier2021-07-28
* Fix bugs in polymorphic-argument resolution for multiranges.Tom Lane2021-07-27
* Stabilize output of new regression test.Tom Lane2021-07-27
* Avoid using ambiguous word "non-negative" in error messages.Fujii Masao2021-07-28
* Use the "pg_temp" schema alias in EXPLAIN and related output.Tom Lane2021-07-27
* psql \dX: check schema when listing statistics objectsTomas Vondra2021-07-26
* Allow numeric scale to be negative or greater than precision.Dean Rasheed2021-07-26
* Fix check for conflicting session- vs transaction-level locks.Tom Lane2021-07-24
* Make new test immune to collationAlvaro Herrera2021-07-23
* Make ALTER TRIGGER RENAME consistent for partitioned tablesAlvaro Herrera2021-07-22
* Fix division by zero error in date_binJohn Naylor2021-07-22
* More improvements of error messages about mismatching relkindPeter Eisentraut2021-07-21
* Make new replication slot test code even less racyAlvaro Herrera2021-07-19
* Use l*_node() family of functions where appropriatePeter Eisentraut2021-07-19
* Don't allow to set replication slot_name as ''.Amit Kapila2021-07-19
* Support for unnest(multirange)Alexander Korotkov2021-07-18
* Improve error checking of CREATE COLLATION options.Dean Rasheed2021-07-18
* Make new replication slot test code less racyAlvaro Herrera2021-07-17
* Fix pg_dump for disabled triggers on partitioned tablesAlvaro Herrera2021-07-16
* Preserve firing-on state when cloning row triggers to partitionsAlvaro Herrera2021-07-16
* Advance old-segment horizon properly after slot invalidationAlvaro Herrera2021-07-16
* Replace explicit PIN entries in pg_depend with an OID range test.Tom Lane2021-07-15
* Improve reporting of "conflicting or redundant options" errors.Dean Rasheed2021-07-15
* Add support for prepared transactions to built-in logical replication.Amit Kapila2021-07-14
* Change the name of the Result Cache node to MemoizeDavid Rowley2021-07-14
* Rename debug_invalidate_system_caches_always to debug_discard_caches.Tom Lane2021-07-13
* Fix numeric_mul() overflow due to too many digits after decimal point.Dean Rasheed2021-07-10
* libpq: Fix sending queries in pipeline aborted stateAlvaro Herrera2021-07-09