aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Restructure creation of run-time pruning steps.Tom Lane2019-05-17
* Fix regression test outputsMichael Paquier2019-05-17
* Fix bogus logic for combining range-partitioned columns during pruning.Tom Lane2019-05-16
* Fix partition pruning to treat stable comparison operators properly.Tom Lane2019-05-16
* Add isolation test for INSERT ON CONFLICT speculative insertion failure.Andres Freund2019-05-14
* Fix "make clean" to clean out junk files left behind after ssl tests.Tom Lane2019-05-14
* Move logging.h and logging.c from src/fe_utils/ to src/common/.Tom Lane2019-05-14
* Fix SQL-style substring() to have spec-compliant greediness behavior.Tom Lane2019-05-14
* Fix misoptimization of "{1,1}" quantifiers in regular expressions.Tom Lane2019-05-12
* Honor TEMP_CONFIG in TAP suites.Noah Misch2019-05-11
* Remove reindex_catalog test from test schedules.Andres Freund2019-05-10
* Improve and fix some error handling for REINDEX INDEX/TABLE CONCURRENTLYMichael Paquier2019-05-10
* Repair issues with faulty generation of merge-append plans.Tom Lane2019-05-09
* Fix grammar in error messagePeter Eisentraut2019-05-09
* Fix error messagesAlvaro Herrera2019-05-08
* Probe only 127.0.0.1 when looking for ports on Unix.Thomas Munro2019-05-08
* Add jsonpath_encoding_1.out changes missed in 29ceacc3f9Alexander Korotkov2019-05-08
* Improve error reporting in jsonpathAlexander Korotkov2019-05-08
* Add TRUNCATE parameter to VACUUM.Fujii Masao2019-05-08
* Revert "Avoid the creation of the free space map for small heap relations".Amit Kapila2019-05-07
* Add tests for error message generation in partition tuple routingMichael Paquier2019-05-06
* Use checkAsUser for selectivity estimator checks, if it's set.Dean Rasheed2019-05-06
* Fix security checks for selectivity estimation functions with RLS.Dean Rasheed2019-05-06
* Run catalog reindexing test from 3dbb317d32 serially, to avoid deadlocks.Andres Freund2019-04-30
* Clean up handling of constraint_exclusion and enable_partition_pruning.Tom Lane2019-04-30
* Message style fixesAlvaro Herrera2019-04-30
* Fix potential assertion failure when reindexing a pg_class index.Andres Freund2019-04-29
* Clean up minor warnings from buildfarm.Tom Lane2019-04-28
* Apply stopgap fix for bug #15672.Tom Lane2019-04-26
* Fix partitioned index attachmentAlvaro Herrera2019-04-25
* Fix tablespace inheritance for partitioned relsAlvaro Herrera2019-04-25
* 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