summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2019-05-11Honor TEMP_CONFIG in TAP suites.Noah Misch
2019-05-10Remove reindex_catalog test from test schedules.Andres Freund
2019-05-09Improve and fix some error handling for REINDEX INDEX/TABLE CONCURRENTLYMichael Paquier
2019-05-09Repair issues with faulty generation of merge-append plans.Tom Lane
2019-05-09Fix grammar in error messagePeter Eisentraut
2019-05-08Fix error messagesAlvaro Herrera
2019-05-08Probe only 127.0.0.1 when looking for ports on Unix.Thomas Munro
2019-05-07Add jsonpath_encoding_1.out changes missed in 29ceacc3f9Alexander Korotkov
2019-05-07Improve error reporting in jsonpathAlexander Korotkov
2019-05-07Add TRUNCATE parameter to VACUUM.Fujii Masao
2019-05-07Revert "Avoid the creation of the free space map for small heap relations".Amit Kapila
2019-05-06Add tests for error message generation in partition tuple routingMichael Paquier
2019-05-06Use checkAsUser for selectivity estimator checks, if it's set.Dean Rasheed
2019-05-06Fix security checks for selectivity estimation functions with RLS.Dean Rasheed
2019-05-01Run catalog reindexing test from 3dbb317d32 serially, to avoid deadlocks.Andres Freund
2019-04-30Clean up handling of constraint_exclusion and enable_partition_pruning.Tom Lane
2019-04-30Message style fixesAlvaro Herrera
2019-04-30Fix potential assertion failure when reindexing a pg_class index.Andres Freund
2019-04-28Clean up minor warnings from buildfarm.Tom Lane
2019-04-26Apply stopgap fix for bug #15672.Tom Lane
2019-04-25Fix partitioned index attachmentAlvaro Herrera
2019-04-25Fix tablespace inheritance for partitioned relsAlvaro Herrera
2019-04-23Repair assorted issues in locale data extraction.Tom Lane
2019-04-23Avoid order-of-execution problems with ALTER TABLE ADD PRIMARY KEY.Tom Lane
2019-04-23Don't request pretty-printed output from xmlNodeDump().Tom Lane
2019-04-23Fix detection of passwords hashed with MD5 or SCRAM-SHA-256Michael Paquier
2019-04-20GSSAPI: Improve documentation and testsStephen Frost
2019-04-19Remove dependency to pageinspect in recovery testsMichael Paquier
2019-04-18Fix handling of temp and unlogged tables in FOR ALL TABLES publicationsPeter Eisentraut
2019-04-17Tie loose ends in psql's new \dP commandAlvaro Herrera
2019-04-17psql: display tablespace for partitioned indexesAlvaro Herrera
2019-04-17Return NULL for checksum failures if checksums are not enabledMagnus Hagander
2019-04-17Rework handling of invalid indexes with REINDEX CONCURRENTLYMichael Paquier
2019-04-16Don't write to stdin of a test process that could have already exited.Noah Misch
2019-04-15Convert pre-existing stats_ext tests to new styleTomas Vondra
2019-04-15Fix pg_mcv_list deserializationTomas Vondra
2019-04-15Fix failure with textual partition hash keys.Tom Lane
2019-04-15Avoid possible regression test instability in timestamp.sql.Tom Lane
2019-04-15Unbreak index optimization for LIKE on byteaPeter Eisentraut
2019-04-15Fix SHOW ALL command for non-superusers with replication connectionMichael Paquier
2019-04-15Test both 0.0.0.0 and 127.0.0.x addresses to find a usable port.Noah Misch
2019-04-14Switch TAP tests of pg_rewind to use non-superuser role, take twoMichael Paquier
2019-04-14MSYS: Translate REGRESS_SHLIB to a Windows file name.Noah Misch
2019-04-13When Perl "kill(9, ...)" fails, try "pg_ctl kill".Noah Misch
2019-04-13Consistently test for in-use shared memory.Noah Misch
2019-04-12Show shared object statistics in pg_stat_databaseMagnus Hagander
2019-04-12Fix REINDEX CONCURRENTLY of partitionsPeter Eisentraut
2019-04-12Fix more strcmp() calls using boolean-like comparisons for result checksMichael Paquier
2019-04-11Re-order some regression test scripts for more parallelism.Tom Lane
2019-04-11Speed up sort-order-comparison tests in create_index_spgist.Tom Lane