aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* 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
* Fix incorrect return value in pg_size_pretty(bigint)David Rowley2021-07-09
* Rethink blocking annotations in detach-partition-concurrently-[34].Tom Lane2021-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
* 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
* 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
* Further refinement of stuck_on_old_timeline recovery testAndrew Dunstan2021-06-15
* Revert 29854ee8d1 due to buildfarm failuresAlexander Korotkov2021-06-15
* Support for unnest(multirange) and cast multirange as an array of rangesAlexander Korotkov2021-06-15
* Update variant expected-result file.Tom Lane2021-06-14
* Remove orphaned expected-result file.Tom Lane2021-06-14
* Improve handling of dropped objects in pg_event_trigger_ddl_commands()Michael Paquier2021-06-14
* Remove forced toast recompression in VACUUM FULL/CLUSTERMichael Paquier2021-06-14
* Further tweaks to stuck_on_old_timeline recovery testAndrew Dunstan2021-06-13
* Ignore more environment variables in pg_regress.cMichael Paquier2021-06-13
* Restore robustness of TAP tests that wait for postmaster restart.Tom Lane2021-06-12
* Fix new recovery test for use under msysAndrew Dunstan2021-06-12
* Improve log pattern detection in recently-added TAP testsMichael Paquier2021-06-12
* Fix multiple crasher bugs in partitioned-table replication logic.Tom Lane2021-06-11
* Add 'Portal Close' message to pipelined PQsendQuery()Alvaro Herrera2021-06-11
* Rename PQtraceSetFlags() to PQsetTraceFlags().Noah Misch2021-06-10
* Reconsider the handling of procedure OUT parameters.Tom Lane2021-06-10
* Adjust new test case to set wal_keep_size.Robert Haas2021-06-10
* Fix corner case failure of new standby to follow new primary.Robert Haas2021-06-09
* Don't crash on empty statements in SQL-standard function bodies.Tom Lane2021-06-08
* Fix portability issue in test indirect_toastMichael Paquier2021-06-07
* In PostgresNode.pm, don't pass SQL to psql on the command lineAndrew Dunstan2021-06-03
* Ignore more environment variables in TAP testsMichael Paquier2021-06-03
* Re-allow custom GUC names that have more than two components.Tom Lane2021-06-02
* Remove unnecessary use of Time::HiRes from 013_crash_restart.pl.Fujii Masao2021-06-02