aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Restore json{b}_populate_record{set}'s ability to take type info from AS.Tom Lane2019-08-19
* Disallow changing an inherited column's type if not all parents changed.Tom Lane2019-08-18
* Prevent possible double-free when update trigger returns old tuple.Tom Lane2019-08-15
* Fix random regression failure in test case "temp"Michael Paquier2019-08-13
* Fix planner's test for case-foldable characters in ILIKE with ICU.Tom Lane2019-08-12
* Fix "ANALYZE t, t" inside a transaction block.Tom Lane2019-08-10
* Fix SIGSEGV in pruning for ScalarArrayOp with constant-null array.Tom Lane2019-08-09
* Fix certificate subjects in ldap testAndrew Dunstan2019-08-08
* Fix predicate-locking of HOT updated rows.Heikki Linnakangas2019-08-07
* Fix some incorrect parsing of time with time zone stringsMichael Paquier2019-08-07
* Save Kerberos and LDAP daemon logs where the buildfarm can find them.Tom Lane2019-08-06
* Fix choice of comparison operators for cross-type hashed subplans.Tom Lane2019-08-05
* Require the schema qualification in pg_temp.type_name(arg).Noah Misch2019-08-05
* Avoid picking already-bound TCP ports in kerberos and ldap test suites.Tom Lane2019-08-04
* Improve pruning of a default partitionAlvaro Herrera2019-08-04
* Don't build extended statistics on inheritance treesTomas Vondra2019-07-30
* Fix loss of fractional digits for large values in cash_numeric().Tom Lane2019-07-26
* Fix LDAP test instability.Thomas Munro2019-07-26
* Fix failure with pgperlcritic from the TAP test of synchronous replicationMichael Paquier2019-07-25
* 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