aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* 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
* Improve coverage of psql for backslash commands with \if and \elifMichael Paquier2019-09-12
* Allow setting statistics target for extended statisticsTomas Vondra2019-09-11
* Be more careful about port selection in src/test/ldap/.Tom Lane2019-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 issues around strictness of SIMILAR TO.Tom Lane2019-09-07
* Always skip recovery SysV shared memory tests on WindowsAndrew Dunstan2019-09-06
* Use data directory inode number, not port, to select SysV resource keys.Tom Lane2019-09-05
* Split tuptoaster.c into three separate files.Robert Haas2019-09-05
* Add POD documentation to TestLib.pmAlvaro Herrera2019-09-02
* Fix typos in regression test comments.Etsuro Fujita2019-08-29
* Add .gitignore file forgotten in commit bde7493d1.Tom Lane2019-08-28
* Fix overflow check and comment in GIN posting list encoding.Heikki Linnakangas2019-08-28
* Improve coverage of utils/float.hMichael Paquier2019-08-28
* Set application_name per-test in isolation and ecpg tests.Tom Lane2019-08-27
* Fix 007_sync_rep.pl to notice failures in ALTER SYSTEM SET.Tom Lane2019-08-26
* Back off output precision in circle.sql regression test.Tom Lane2019-08-25
* Detect unused steps in isolation specs and do some cleanupMichael Paquier2019-08-24
* Remove dry-run mode from isolationtesterMichael Paquier2019-08-24
* Remove unnecessary test dependency on the contents of pg_pltemplate.Tom Lane2019-08-21
* Restore json{b}_populate_record{set}'s ability to take type info from AS.Tom Lane2019-08-19
* Fix inconsistencies and typos in the tree, take 11Michael Paquier2019-08-19
* Disallow changing an inherited column's type if not all parents changed.Tom Lane2019-08-18
* Make deadlock-parallel isolation test more robust.Tom Lane2019-08-17
* Add missing fmgr.h include.Andres Freund2019-08-16
* Prevent possible double-free when update trigger returns old tuple.Tom Lane2019-08-15
* Use a hash table to de-duplicate NOTIFY events faster.Tom Lane2019-08-15
* Fix random regression failure in test case "collate.icu.utf8"Michael Paquier2019-08-14
* Fix inconsistencies and typos in the tree, take 10Michael Paquier2019-08-13
* 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
* Partially revert "Insert temporary debugging output in regression tests."Tom Lane2019-08-11
* 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
* Apply constraint exclusion more generally in partitioningAlvaro Herrera2019-08-07
* 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
* Fix inconsistencies and typos in the tree, take 9Michael Paquier2019-08-05
* Avoid picking already-bound TCP ports in kerberos and ldap test suites.Tom Lane2019-08-04