summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2019-09-24Prevent bogus pullup of constant-valued functions returning composite.Tom Lane
2019-09-23Add libpq parameter 'channel_binding'.Jeff Davis
2019-09-23Message style fixesPeter Eisentraut
2019-09-22Fix failure to zero-pad the result of bitshiftright().Tom Lane
2019-09-21Straighten out leakproofness markings on text comparison functions.Tom Lane
2019-09-20Fix some minor spec-compliance issues in jsonpath lexer.Tom Lane
2019-09-20Provide stable test for NULL-values in KNN SP-GiSTAlexander Korotkov
2019-09-19Remove unstable KNN SP-GiST testAlexander Korotkov
2019-09-19Improve handling of NULLs in KNN-GiST and KNN-SP-GiSTAlexander Korotkov
2019-09-18Fix example program in docs too (??)Alvaro Herrera
2019-09-18Fix testlibpq3Alvaro Herrera
2019-09-17Fix bogus handling of XQuery regex option flags.Tom Lane
2019-09-16Support for SSSSS datetime format patternAlexander Korotkov
2019-09-16Support for FF1-FF6 datetime format patternsAlexander Korotkov
2019-09-15Fix intermittent self-test failures caused by the stats_ext test.Dean Rasheed
2019-09-14Test pg_atomic_fetch_add_ with variable addend and 16-bit edge cases.Noah Misch
2019-09-12Fix usage of whole-row variables in WCO and RLS policy expressions.Tom Lane
2019-09-12Improve coverage of psql for backslash commands with \if and \elifMichael Paquier
2019-09-10Allow setting statistics target for extended statisticsTomas Vondra
2019-09-09Be more careful about port selection in src/test/ldap/.Tom Lane
2019-09-09Reorder EPQ work, to fix rowmark related bugs and improve efficiency.Andres Freund
2019-09-09Improve new AND CHAIN testsPeter Eisentraut
2019-09-08Fix handling of NULL distances in KNN-GiSTAlexander Korotkov
2019-09-08Fix handling Inf and Nan values in GiST pairing heap comparatorAlexander Korotkov
2019-09-08Fix behavior of AND CHAIN outside of explicit transaction blocksPeter Eisentraut
2019-09-07Avoid using INFO elevel for what are fundamentally debug messages.Tom Lane
2019-09-07Fix issues around strictness of SIMILAR TO.Tom Lane
2019-09-06Always skip recovery SysV shared memory tests on WindowsAndrew Dunstan
2019-09-05Use data directory inode number, not port, to select SysV resource keys.Tom Lane
2019-09-05Split tuptoaster.c into three separate files.Robert Haas
2019-09-02Add POD documentation to TestLib.pmAlvaro Herrera
2019-08-29Fix typos in regression test comments.Etsuro Fujita
2019-08-28Add .gitignore file forgotten in commit bde7493d1.Tom Lane
2019-08-28Fix overflow check and comment in GIN posting list encoding.Heikki Linnakangas
2019-08-28Improve coverage of utils/float.hMichael Paquier
2019-08-27Set application_name per-test in isolation and ecpg tests.Tom Lane
2019-08-26Fix 007_sync_rep.pl to notice failures in ALTER SYSTEM SET.Tom Lane
2019-08-25Back off output precision in circle.sql regression test.Tom Lane
2019-08-24Detect unused steps in isolation specs and do some cleanupMichael Paquier
2019-08-24Remove dry-run mode from isolationtesterMichael Paquier
2019-08-21Remove unnecessary test dependency on the contents of pg_pltemplate.Tom Lane
2019-08-19Restore json{b}_populate_record{set}'s ability to take type info from AS.Tom Lane
2019-08-19Fix inconsistencies and typos in the tree, take 11Michael Paquier
2019-08-18Disallow changing an inherited column's type if not all parents changed.Tom Lane
2019-08-17Make deadlock-parallel isolation test more robust.Tom Lane
2019-08-16Add missing fmgr.h include.Andres Freund
2019-08-16Prevent possible double-free when update trigger returns old tuple.Tom Lane
2019-08-15Use a hash table to de-duplicate NOTIFY events faster.Tom Lane
2019-08-14Fix random regression failure in test case "collate.icu.utf8"Michael Paquier
2019-08-13Fix inconsistencies and typos in the tree, take 10Michael Paquier