summaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
* Unify PostgresNode's new() and get_new_node() methodsAndrew Dunstan2021-07-2965-184/+158
* Add adjust_conf method to PostgresNodeAndrew Dunstan2021-07-291-1/+48
* Add -w back to the flags for pg_ctl (re)start in PostgresNodeAndrew Dunstan2021-07-291-2/+6
* Disallow negative strides in date_bin()John Naylor2021-07-284-2/+14
* Add support for SET ACCESS METHOD in ALTER TABLEMichael Paquier2021-07-282-0/+51
* Fix bugs in polymorphic-argument resolution for multiranges.Tom Lane2021-07-273-2/+116
* Stabilize output of new regression test.Tom Lane2021-07-272-0/+8
* Avoid using ambiguous word "non-negative" in error messages.Fujii Masao2021-07-282-7/+7
* Use the "pg_temp" schema alias in EXPLAIN and related output.Tom Lane2021-07-272-0/+22
* psql \dX: check schema when listing statistics objectsTomas Vondra2021-07-262-18/+39
* Allow numeric scale to be negative or greater than precision.Dean Rasheed2021-07-263-0/+98
* Fix check for conflicting session- vs transaction-level locks.Tom Lane2021-07-243-0/+39
* Make new test immune to collationAlvaro Herrera2021-07-232-4/+4
* Make ALTER TRIGGER RENAME consistent for partitioned tablesAlvaro Herrera2021-07-222-0/+123
* Fix division by zero error in date_binJohn Naylor2021-07-224-0/+12
* More improvements of error messages about mismatching relkindPeter Eisentraut2021-07-211-4/+4
* Make new replication slot test code even less racyAlvaro Herrera2021-07-191-1/+14
* Use l*_node() family of functions where appropriatePeter Eisentraut2021-07-191-2/+2
* Don't allow to set replication slot_name as ''.Amit Kapila2021-07-192-0/+6
* Support for unnest(multirange)Alexander Korotkov2021-07-182-0/+31
* Improve error checking of CREATE COLLATION options.Dean Rasheed2021-07-182-0/+68
* Make new replication slot test code less racyAlvaro Herrera2021-07-171-12/+15
* Fix pg_dump for disabled triggers on partitioned tablesAlvaro Herrera2021-07-163-0/+12
* Preserve firing-on state when cloning row triggers to partitionsAlvaro Herrera2021-07-162-0/+88
* Advance old-segment horizon properly after slot invalidationAlvaro Herrera2021-07-161-6/+26
* Replace explicit PIN entries in pg_depend with an OID range test.Tom Lane2021-07-152-105/+10
* Improve reporting of "conflicting or redundant options" errors.Dean Rasheed2021-07-153-0/+8
* Add support for prepared transactions to built-in logical replication.Amit Kapila2021-07-144-36/+692
* Change the name of the Result Cache node to MemoizeDavid Rowley2021-07-1411-48/+48
* Rename debug_invalidate_system_caches_always to debug_discard_caches.Tom Lane2021-07-131-1/+1
* Fix numeric_mul() overflow due to too many digits after decimal point.Dean Rasheed2021-07-102-0/+8
* libpq: Fix sending queries in pipeline aborted stateAlvaro Herrera2021-07-091-0/+226
* Avoid creating a RESULT RTE that's marked LATERAL.Tom Lane2021-07-092-0/+11
* Reject cases where a query in WITH rewrites to just NOTIFY.Tom Lane2021-07-092-0/+46
* Teach pg_size_pretty and pg_size_bytes about petabytesDavid Rowley2021-07-092-63/+70
* Fix incorrect return value in pg_size_pretty(bigint)David Rowley2021-07-092-0/+58
* Improve error messages about mismatching relkindPeter Eisentraut2021-07-086-12/+24
* Use a hash table to speed up NOT IN(values)David Rowley2021-07-072-0/+114
* Improve TestLib::system_or_bail error reportingAlvaro Herrera2021-07-061-2/+22
* Rethink blocking annotations in detach-partition-concurrently-[34].Tom Lane2021-07-054-117/+143
* Prevent numeric overflows in parallel numeric aggregates.Dean Rasheed2021-07-052-0/+86
* Don't reset relhasindex for partitioned tables on ANALYZEAlvaro Herrera2021-07-012-0/+38
* Fix prove_installcheck to use correct paths when used with PGXSAndrew Dunstan2021-07-011-0/+4
* Add tests for UNBOUNDED syntax ambiguityPeter Eisentraut2021-07-012-0/+206
* Fixes for multirange selectivity estimationAlexander Korotkov2021-06-292-0/+247
* Fix libpq state machine in pipeline modeAlvaro Herrera2021-06-293-1/+183
* Fix bogus logic for reporting which hash partition conflicts.Tom Lane2021-06-292-2/+11
* Dump public schema ownership and security labels.Noah Misch2021-06-281-0/+8
* Pre branch pgindent / pgperltidy runAndrew Dunstan2021-06-287-44/+56
* Message style improvementsPeter Eisentraut2021-06-282-6/+6