summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
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
2021-06-18Fix misbehavior of DROP OWNED BY with duplicate polroles entries.Tom Lane
2021-06-18Don't set a fast default for anything but a plain tableAndrew Dunstan
2021-06-15Update another variant expected-result file.Tom Lane
2021-06-15Remove another orphan expected-result file.Tom Lane
2021-06-15Further refinement of stuck_on_old_timeline recovery testAndrew Dunstan
2021-06-15Revert 29854ee8d1 due to buildfarm failuresAlexander Korotkov
2021-06-15Support for unnest(multirange) and cast multirange as an array of rangesAlexander Korotkov
2021-06-15Update variant expected-result file.Tom Lane
2021-06-15Remove orphaned expected-result file.Tom Lane
2021-06-14Improve handling of dropped objects in pg_event_trigger_ddl_commands()Michael Paquier
2021-06-14Remove forced toast recompression in VACUUM FULL/CLUSTERMichael Paquier
2021-06-13Further tweaks to stuck_on_old_timeline recovery testAndrew Dunstan
2021-06-13Ignore more environment variables in pg_regress.cMichael Paquier
2021-06-12Restore robustness of TAP tests that wait for postmaster restart.Tom Lane
2021-06-12Fix new recovery test for use under msysAndrew Dunstan
2021-06-12Improve log pattern detection in recently-added TAP testsMichael Paquier
2021-06-11Fix multiple crasher bugs in partitioned-table replication logic.Tom Lane
2021-06-11Add 'Portal Close' message to pipelined PQsendQuery()Alvaro Herrera
2021-06-11Rename PQtraceSetFlags() to PQsetTraceFlags().Noah Misch
2021-06-10Reconsider the handling of procedure OUT parameters.Tom Lane
2021-06-10Adjust new test case to set wal_keep_size.Robert Haas