aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* 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
* Avoid creating a RESULT RTE that's marked LATERAL.Tom Lane2021-07-09
* Reject cases where a query in WITH rewrites to just NOTIFY.Tom Lane2021-07-09
* Teach pg_size_pretty and pg_size_bytes about petabytesDavid Rowley2021-07-09
* Fix incorrect return value in pg_size_pretty(bigint)David Rowley2021-07-09
* Improve error messages about mismatching relkindPeter Eisentraut2021-07-08
* Use a hash table to speed up NOT IN(values)David Rowley2021-07-07
* Improve TestLib::system_or_bail error reportingAlvaro Herrera2021-07-06
* Rethink blocking annotations in detach-partition-concurrently-[34].Tom Lane2021-07-05
* Prevent numeric overflows in parallel numeric aggregates.Dean Rasheed2021-07-05
* Don't reset relhasindex for partitioned tables on ANALYZEAlvaro Herrera2021-07-01
* Fix prove_installcheck to use correct paths when used with PGXSAndrew Dunstan2021-07-01
* Add tests for UNBOUNDED syntax ambiguityPeter Eisentraut2021-07-01
* Fixes for multirange selectivity estimationAlexander Korotkov2021-06-29
* Fix libpq state machine in pipeline modeAlvaro Herrera2021-06-29
* Fix bogus logic for reporting which hash partition conflicts.Tom Lane2021-06-29
* Dump public schema ownership and security labels.Noah Misch2021-06-28
* Pre branch pgindent / pgperltidy runAndrew Dunstan2021-06-28
* Message style improvementsPeter Eisentraut2021-06-28
* Add test for CREATE INDEX CONCURRENTLY with not-so-immutable predicateMichael Paquier2021-06-28
* Remove memory leaks in isolationtester.Tom Lane2021-06-27
* Fixes in ALTER SUBSCRIPTION DROP PUBLICATION codePeter Eisentraut2021-06-25
* Allow non-quoted identifiers as isolation test session/step names.Tom Lane2021-06-23
* Improve display of query results in isolation tests.Tom Lane2021-06-23
* Add test case for obsoleting slot with active walsender, take 2Alvaro Herrera2021-06-23
* Use annotations to reduce instability of isolation-test results.Tom Lane2021-06-22
* Revert "Add test case for obsoleting slot with active walsender"Alvaro Herrera2021-06-20
* Handle no replica identity index case in RelationGetIdentityKeyBitmap.Amit Kapila2021-06-19
* Support disabling index bypassing by VACUUM.Peter Geoghegan2021-06-18
* Add test case for obsoleting slot with active walsenderAlvaro Herrera2021-06-18
* Fix misbehavior of DROP OWNED BY with duplicate polroles entries.Tom Lane2021-06-18
* Don't set a fast default for anything but a plain tableAndrew Dunstan2021-06-18
* Update another variant expected-result file.Tom Lane2021-06-15
* Remove another orphan expected-result file.Tom Lane2021-06-15