summaryrefslogtreecommitdiff
path: root/src/test/regress
AgeCommit message (Expand)Author
2019-06-05Fix confusing NOTICE text in REINDEX CONCURRENTLYDavid Rowley
2019-06-05Fix incorrect index behavior in COPY FROM with partitioned tablesDavid Rowley
2019-06-04Add command column to pg_stat_progress_create_indexPeter Eisentraut
2019-05-28Fix typo in messageAlvaro Herrera
2019-05-28In the pg_upgrade test suite, don't write to src/test/regress.Noah Misch
2019-05-23Fix array size allocation for HashAggregate hash keys.Andrew Gierth
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-05-22Initial pgindent run for v12.Tom Lane
2019-05-22Convert ExecComputeStoredGenerated to use tuple slotsPeter Eisentraut
2019-05-22Fix O(N^2) performance issue in pg_publication_tables view.Tom Lane
2019-05-21Insert temporary debugging output in regression tests.Tom Lane
2019-05-20Fix regression tests broken in fc7c281f87467.Andres Freund
2019-05-20Minimally fix partial aggregation for aggregates that don't have one argument.Andres Freund
2019-05-19Revert "In the pg_upgrade test suite, don't write to src/test/regress."Noah Misch
2019-05-19Don't to predicate lock for analyze scans, refactor scan option passing.Andres Freund
2019-05-19In the pg_upgrade test suite, don't write to src/test/regress.Noah Misch
2019-05-17Restructure creation of run-time pruning steps.Tom Lane
2019-05-17Fix regression test outputsMichael Paquier
2019-05-16Fix bogus logic for combining range-partitioned columns during pruning.Tom Lane
2019-05-16Fix partition pruning to treat stable comparison operators properly.Tom Lane
2019-05-14Move logging.h and logging.c from src/fe_utils/ to src/common/.Tom Lane
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