aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Message style fixesPeter Eisentraut2019-09-23
* Fix failure to zero-pad the result of bitshiftright().Tom Lane2019-09-22
* Straighten out leakproofness markings on text comparison functions.Tom Lane2019-09-21
* Fix some minor spec-compliance issues in jsonpath lexer.Tom Lane2019-09-20
* Provide stable test for NULL-values in KNN SP-GiSTAlexander Korotkov2019-09-20
* Remove unstable KNN SP-GiST testAlexander Korotkov2019-09-20
* Improve handling of NULLs in KNN-GiST and KNN-SP-GiSTAlexander Korotkov2019-09-19
* Fix bogus handling of XQuery regex option flags.Tom Lane2019-09-17
* Fix intermittent self-test failures caused by the stats_ext test.Dean Rasheed2019-09-15
* Test pg_atomic_fetch_add_ with variable addend and 16-bit edge cases.Noah Misch2019-09-13
* Fix usage of whole-row variables in WCO and RLS policy expressions.Tom Lane2019-09-12
* Don't drop NOTICE messages in isolation tests.Tom Lane2019-09-10
* Fix isolationtester race condition for notices sent before blocking.Tom Lane2019-09-09
* Be more careful about port selection in src/test/ldap/.Tom Lane2019-09-09
* Always skip recovery SysV shared memory tests on WindowsAndrew Dunstan2019-09-09
* Reorder EPQ work, to fix rowmark related bugs and improve efficiency.Andres Freund2019-09-09
* Improve new AND CHAIN testsPeter Eisentraut2019-09-09
* Fix handling of NULL distances in KNN-GiSTAlexander Korotkov2019-09-08
* Fix handling Inf and Nan values in GiST pairing heap comparatorAlexander Korotkov2019-09-08
* Fix behavior of AND CHAIN outside of explicit transaction blocksPeter Eisentraut2019-09-08
* Avoid using INFO elevel for what are fundamentally debug messages.Tom Lane2019-09-07
* Fix typos in regression test comments.Etsuro Fujita2019-08-29
* Back off output precision in circle.sql regression test.Tom Lane2019-08-25
* 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 "collate.icu.utf8"Michael Paquier2019-08-14
* 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
* Adjust string comparison in jsonpathAlexander Korotkov2019-08-11
* 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
* Fix representation of hash keys in Hash/HashJoin nodes.Andres Freund2019-08-02
* Don't build extended statistics on inheritance treesTomas Vondra2019-07-30
* Fix handling of expressions and predicates in REINDEX CONCURRENTLYMichael Paquier2019-07-29
* Fix loss of fractional digits for large values in cash_numeric().Tom Lane2019-07-26
* Fix LDAP test instability.Thomas Munro2019-07-26
* Add missing (COSTS OFF) to EXPLAIN added in previous commit.Andres Freund2019-07-25
* Fix slot type handling for Agg nodes performing internal sorts.Andres Freund2019-07-25
* Fix system column accesses in ON CONFLICT ... RETURNING.Andres Freund2019-07-24
* 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