summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
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
2021-06-09Fix corner case failure of new standby to follow new primary.Robert Haas
2021-06-08Don't crash on empty statements in SQL-standard function bodies.Tom Lane
2021-06-07Fix portability issue in test indirect_toastMichael Paquier
2021-06-03In PostgresNode.pm, don't pass SQL to psql on the command lineAndrew Dunstan
2021-06-03Ignore more environment variables in TAP testsMichael Paquier
2021-06-02Re-allow custom GUC names that have more than two components.Tom Lane
2021-06-02Remove unnecessary use of Time::HiRes from 013_crash_restart.pl.Fujii Masao
2021-06-02Add regression test for recovery pause.Fujii Masao
2021-06-02Add Windows file version information to libpq_pipeline.exe.Noah Misch