summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
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-14Add isolation test for INSERT ON CONFLICT speculative insertion failure.Andres Freund
2019-05-14Fix "make clean" to clean out junk files left behind after ssl tests.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-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