aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Repair assorted issues in locale data extraction.Tom Lane2019-04-23
* Avoid order-of-execution problems with ALTER TABLE ADD PRIMARY KEY.Tom Lane2019-04-23
* Don't request pretty-printed output from xmlNodeDump().Tom Lane2019-04-23
* Fix detection of passwords hashed with MD5 or SCRAM-SHA-256Michael Paquier2019-04-23
* GSSAPI: Improve documentation and testsStephen Frost2019-04-19
* Remove dependency to pageinspect in recovery testsMichael Paquier2019-04-19
* Fix handling of temp and unlogged tables in FOR ALL TABLES publicationsPeter Eisentraut2019-04-18
* Tie loose ends in psql's new \dP commandAlvaro Herrera2019-04-17
* psql: display tablespace for partitioned indexesAlvaro Herrera2019-04-17
* Return NULL for checksum failures if checksums are not enabledMagnus Hagander2019-04-17
* Rework handling of invalid indexes with REINDEX CONCURRENTLYMichael Paquier2019-04-17
* Don't write to stdin of a test process that could have already exited.Noah Misch2019-04-15
* Convert pre-existing stats_ext tests to new styleTomas Vondra2019-04-16
* Fix pg_mcv_list deserializationTomas Vondra2019-04-16
* Fix failure with textual partition hash keys.Tom Lane2019-04-15
* Avoid possible regression test instability in timestamp.sql.Tom Lane2019-04-15
* Unbreak index optimization for LIKE on byteaPeter Eisentraut2019-04-15
* Fix SHOW ALL command for non-superusers with replication connectionMichael Paquier2019-04-15
* Test both 0.0.0.0 and 127.0.0.x addresses to find a usable port.Noah Misch2019-04-14
* Switch TAP tests of pg_rewind to use non-superuser role, take twoMichael Paquier2019-04-14
* MSYS: Translate REGRESS_SHLIB to a Windows file name.Noah Misch2019-04-14
* When Perl "kill(9, ...)" fails, try "pg_ctl kill".Noah Misch2019-04-13
* Consistently test for in-use shared memory.Noah Misch2019-04-12
* Show shared object statistics in pg_stat_databaseMagnus Hagander2019-04-12
* Fix REINDEX CONCURRENTLY of partitionsPeter Eisentraut2019-04-12
* Fix more strcmp() calls using boolean-like comparisons for result checksMichael Paquier2019-04-12
* Re-order some regression test scripts for more parallelism.Tom Lane2019-04-11
* Speed up sort-order-comparison tests in create_index_spgist.Tom Lane2019-04-11
* Split up a couple of long-running regression test scripts.Tom Lane2019-04-11
* Move plpgsql error-trapping tests to a new module-specific test file.Tom Lane2019-04-11
* Remove duplicative polygon SP-GiST sequencing test.Tom Lane2019-04-11
* Remove redundant and ineffective test for btree insertion fast path.Tom Lane2019-04-11
* Prevent inlining of multiply-referenced CTEs with outer recursive refs.Tom Lane2019-04-09
* Test some more cases with partitioned tables in EvalPlanQual.Tom Lane2019-04-09
* Fix improper interaction of FULL JOINs with lateral references.Tom Lane2019-04-08
* Fix EvalPlanQualStart to handle partitioned result rels correctly.Tom Lane2019-04-08
* Add vacuum_truncate reloption.Fujii Masao2019-04-08
* Fix a number of issues around modifying a previously updated row.Andres Freund2019-04-07
* Add more tests for partition tuple routing with dropped attributesMichael Paquier2019-04-08
* psql \dP: list partitioned tables and indexesAlvaro Herrera2019-04-07
* Clean up side-effects of commits ab5fcf2b0 et al.Tom Lane2019-04-07
* Report progress of REINDEX operationsPeter Eisentraut2019-04-07
* Cast pg_stat_progress_cluster.cluster_index_relid to oidPeter Eisentraut2019-04-07
* Fix failures in validateForeignKeyConstraint's slow path.Tom Lane2019-04-06
* Use Append rather than MergeAppend for scanning ordered partitions.Tom Lane2019-04-05
* Revert "Consistently test for in-use shared memory."Noah Misch2019-04-05
* Harden tableam against nonexistant / wrong kind of AMs.Andres Freund2019-04-04
* Add test coverage for rootdescend verification.Peter Geoghegan2019-04-04
* Add a "SQLSTATE-only" error verbosity option to libpq and psql.Tom Lane2019-04-04
* Allow VACUUM to be run with index cleanup disabled.Robert Haas2019-04-04