summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2021-07-24Fix check for conflicting session- vs transaction-level locks.Tom Lane
2021-07-23Make new test immune to collationAlvaro Herrera
2021-07-22Make ALTER TRIGGER RENAME consistent for partitioned tablesAlvaro Herrera
2021-07-22Fix division by zero error in date_binJohn Naylor
2021-07-21More improvements of error messages about mismatching relkindPeter Eisentraut
2021-07-19Make new replication slot test code even less racyAlvaro Herrera
2021-07-19Use l*_node() family of functions where appropriatePeter Eisentraut
2021-07-19Don't allow to set replication slot_name as ''.Amit Kapila
2021-07-18Support for unnest(multirange)Alexander Korotkov
2021-07-18Improve error checking of CREATE COLLATION options.Dean Rasheed
2021-07-17Make new replication slot test code less racyAlvaro Herrera
2021-07-16Fix pg_dump for disabled triggers on partitioned tablesAlvaro Herrera
2021-07-16Preserve firing-on state when cloning row triggers to partitionsAlvaro Herrera
2021-07-16Advance old-segment horizon properly after slot invalidationAlvaro Herrera
2021-07-15Replace explicit PIN entries in pg_depend with an OID range test.Tom Lane
2021-07-15Improve reporting of "conflicting or redundant options" errors.Dean Rasheed
2021-07-14Add support for prepared transactions to built-in logical replication.Amit Kapila
2021-07-14Change the name of the Result Cache node to MemoizeDavid Rowley
2021-07-13Rename debug_invalidate_system_caches_always to debug_discard_caches.Tom Lane
2021-07-10Fix numeric_mul() overflow due to too many digits after decimal point.Dean Rasheed
2021-07-09libpq: Fix sending queries in pipeline aborted stateAlvaro Herrera
2021-07-09Avoid creating a RESULT RTE that's marked LATERAL.Tom Lane
2021-07-09Reject cases where a query in WITH rewrites to just NOTIFY.Tom Lane
2021-07-09Teach pg_size_pretty and pg_size_bytes about petabytesDavid Rowley
2021-07-09Fix incorrect return value in pg_size_pretty(bigint)David Rowley
2021-07-08Improve error messages about mismatching relkindPeter Eisentraut
2021-07-07Use a hash table to speed up NOT IN(values)David Rowley
2021-07-06Improve TestLib::system_or_bail error reportingAlvaro Herrera
2021-07-05Rethink blocking annotations in detach-partition-concurrently-[34].Tom Lane
2021-07-05Prevent numeric overflows in parallel numeric aggregates.Dean Rasheed
2021-07-01Don't reset relhasindex for partitioned tables on ANALYZEAlvaro Herrera
2021-07-01Fix prove_installcheck to use correct paths when used with PGXSAndrew Dunstan
2021-07-01Add tests for UNBOUNDED syntax ambiguityPeter Eisentraut
2021-06-29Fixes for multirange selectivity estimationAlexander Korotkov
2021-06-29Fix libpq state machine in pipeline modeAlvaro Herrera
2021-06-29Fix bogus logic for reporting which hash partition conflicts.Tom Lane
2021-06-29Dump public schema ownership and security labels.Noah Misch
2021-06-28Pre branch pgindent / pgperltidy runAndrew Dunstan
2021-06-28Message style improvementsPeter Eisentraut
2021-06-28Add test for CREATE INDEX CONCURRENTLY with not-so-immutable predicateMichael Paquier
2021-06-27Remove memory leaks in isolationtester.Tom Lane
2021-06-25Fixes in ALTER SUBSCRIPTION DROP PUBLICATION codePeter Eisentraut
2021-06-23Allow non-quoted identifiers as isolation test session/step names.Tom Lane
2021-06-23Improve display of query results in isolation tests.Tom Lane
2021-06-23Add test case for obsoleting slot with active walsender, take 2Alvaro Herrera
2021-06-23Use annotations to reduce instability of isolation-test results.Tom Lane
2021-06-20Revert "Add test case for obsoleting slot with active walsender"Alvaro Herrera
2021-06-19Handle no replica identity index case in RelationGetIdentityKeyBitmap.Amit Kapila
2021-06-19Support disabling index bypassing by VACUUM.Peter Geoghegan
2021-06-18Add test case for obsoleting slot with active walsenderAlvaro Herrera