aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Improve stability of TAP test for synchronous replicationMichael Paquier2019-07-24
* Check that partitions are not in use when dropping constraintsAlvaro Herrera2019-07-23
* Install dependencies to prevent dropping partition key columns.Tom Lane2019-07-22
* Fix daterange canonicalization for +/- infinity.Jeff Davis2019-07-18
* Fix RANGE partition pruning with multiple boolean partition keysDavid Rowley2019-07-12
* Propagate trigger arguments to partitionsAlvaro Herrera2019-07-09
* Force hash joins to be enabled in the hash join regression tests.Thomas Munro2019-07-09
* Don't remove surplus columns from GROUP BY for inheritance parentsDavid Rowley2019-07-03
* Repair logic for reordering grouping sets optimization.Andrew Gierth2019-06-30
* Fix for dropped columns in a partitioned table's default partitionAlvaro Herrera2019-06-28
* Fix partitioned index creation with foreign partitionsAlvaro Herrera2019-06-26
* Further fix ALTER COLUMN TYPE's handling of indexes and index constraints.Tom Lane2019-06-24
* Consolidate methods for translating a Perl path to a Windows path.Noah Misch2019-06-21
* Avoid spurious deadlocks when upgrading a tuple lockAlvaro Herrera2019-06-18
* Fix buffer overflow when parsing SCRAM verifiers in backendMichael Paquier2019-06-17
* Revert "Avoid spurious deadlocks when upgrading a tuple lock"Alvaro Herrera2019-06-16
* Avoid spurious deadlocks when upgrading a tuple lockAlvaro 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
* 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
* 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
* 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 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 misoptimization of "{1,1}" quantifiers in regular expressions.Tom Lane2019-05-12
* Honor TEMP_CONFIG in TAP suites.Noah Misch2019-05-11
* Repair issues with faulty generation of merge-append plans.Tom Lane2019-05-09
* Probe only 127.0.0.1 when looking for ports on Unix.Thomas Munro2019-05-08
* Fix tuple printing in error message of tuple routing for partitionsMichael 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
* Remove reindex_catalog test from test schedules.Andres Freund2019-05-05
* 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
* Fix potential assertion failure when reindexing a pg_class index.Andres Freund2019-04-29
* Apply stopgap fix for bug #15672.Tom Lane2019-04-26
* Repair assorted issues in locale data extraction.Tom Lane2019-04-23
* Fix detection of passwords hashed with MD5 or SCRAM-SHA-256Michael Paquier2019-04-23
* Fix handling of temp and unlogged tables in FOR ALL TABLES publicationsPeter Eisentraut2019-04-18
* Don't write to stdin of a test process that could have already exited.Noah Misch2019-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
* MSYS: Translate REGRESS_SHLIB to a Windows file name.Noah Misch2019-04-14
* When Perl "kill(9, ...)" fails, try "pg_ctl kill".Noah Misch2019-04-13