aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Avoid spurious deadlocks when upgrading a tuple lockAlvaro Herrera2019-06-13
* Fix double-word typosAlvaro Herrera2019-06-13
* Fix incorrect printing of queries with duplicated join names.Tom Lane2019-06-12
* Fix ALTER COLUMN TYPE failure with a partial exclusion constraint.Tom Lane2019-06-12
* Fix handling of COMMENT for domain constraintsMichael Paquier2019-06-12
* Fix conversion of JSON strings to JSON output columns in json_to_record().Tom Lane2019-06-11
* Stop using spelling "nonexistant".Noah Misch2019-06-08
* Update stale comments, and fix comment typos.Noah Misch2019-06-08
* Fix assorted inconsistencies.Amit Kapila2019-06-08
* Fix default_tablespace usage for partitioned tablesAlvaro Herrera2019-06-07
* Fix message styleAlvaro Herrera2019-06-06
* Fix confusing NOTICE text in REINDEX CONCURRENTLYDavid Rowley2019-06-05
* Fix incorrect index behavior in COPY FROM with partitioned tablesDavid Rowley2019-06-05
* Add command column to pg_stat_progress_create_indexPeter Eisentraut2019-06-04
* worker_spi needs a .gitignore file now.Tom Lane2019-06-02
* Increase test coverage for worker_spi by ∞%Alvaro Herrera2019-06-02
* Fix typo in messageAlvaro Herrera2019-05-28
* In the pg_upgrade test suite, don't write to src/test/regress.Noah Misch2019-05-28
* Fix array size allocation for HashAggregate hash keys.Andrew Gierth2019-05-23
* Initial pgperltidy run for v12.Tom Lane2019-05-22
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Initial pgindent run for v12.Tom Lane2019-05-22
* Convert ExecComputeStoredGenerated to use tuple slotsPeter Eisentraut2019-05-22
* Fix O(N^2) performance issue in pg_publication_tables view.Tom Lane2019-05-22
* Insert temporary debugging output in regression tests.Tom Lane2019-05-21
* Fix regression tests broken in fc7c281f87467.Andres Freund2019-05-20
* Minimally fix partial aggregation for aggregates that don't have one argument.Andres Freund2019-05-19
* Revert "In the pg_upgrade test suite, don't write to src/test/regress."Noah Misch2019-05-19
* Don't to predicate lock for analyze scans, refactor scan option passing.Andres Freund2019-05-19
* In the pg_upgrade test suite, don't write to src/test/regress.Noah Misch2019-05-19
* 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