summaryrefslogtreecommitdiff
path: root/src/test/regress
AgeCommit message (Expand)Author
2019-05-14Fix SQL-style substring() to have spec-compliant greediness behavior.Tom Lane
2019-05-12Fix misoptimization of "{1,1}" quantifiers in regular expressions.Tom Lane
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-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-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-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-12Show shared object statistics in pg_stat_databaseMagnus Hagander
2019-04-12Fix REINDEX CONCURRENTLY of partitionsPeter Eisentraut
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
2019-04-11Split up a couple of long-running regression test scripts.Tom Lane
2019-04-11Move plpgsql error-trapping tests to a new module-specific test file.Tom Lane
2019-04-11Remove duplicative polygon SP-GiST sequencing test.Tom Lane
2019-04-11Remove redundant and ineffective test for btree insertion fast path.Tom Lane
2019-04-09Prevent inlining of multiply-referenced CTEs with outer recursive refs.Tom Lane
2019-04-08Fix improper interaction of FULL JOINs with lateral references.Tom Lane
2019-04-08Add vacuum_truncate reloption.Fujii Masao
2019-04-08Fix a number of issues around modifying a previously updated row.Andres Freund
2019-04-08Add more tests for partition tuple routing with dropped attributesMichael Paquier
2019-04-07psql \dP: list partitioned tables and indexesAlvaro Herrera
2019-04-07Clean up side-effects of commits ab5fcf2b0 et al.Tom Lane