summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2018-06-26Enable failure to rename a partitioned indexAlvaro Herrera
2018-06-26Increase upper limit for vacuum_cleanup_index_scale_factorAlexander Korotkov
2018-06-22When index recurses to a partition, map columns numbersAlvaro Herrera
2018-06-22Avoid generating bogus paths with partitionwise aggregate.Robert Haas
2018-06-22Allow for pg_upgrade of attributes with missing valuesAndrew Dunstan
2018-06-21Fix partial aggregation for variance(int4) and related aggregates.Tom Lane
2018-06-21Set correct context for XPath evaluationAlvaro Herrera
2018-06-21Improve requirements documentation for ldap test suite.Tom Lane
2018-06-21Fix mishandling of sortgroupref labels while splitting SRF targetlists.Tom Lane
2018-06-20Update expected XML output with disabled XMLAlvaro Herrera
2018-06-20Accept TEXT and CDATA nodes in XMLTABLE's column_expression.Alvaro Herrera
2018-06-20Don't consider parallel append for parallel unsafe paths.Amit Kapila
2018-06-20Clarify use of temporary tables within partition treesMichael Paquier
2018-06-19Clarify the README files for the various separate TAP-based test suites.Tom Lane
2018-06-19README: add URLs for openldap installationBruce Momjian
2018-06-18Consider syntactic form when disambiguating function vs column reference.Tom Lane
2018-06-16Fix some minor error-checking oversights in ParseFuncOrColumn().Tom Lane
2018-06-11Fix run-time partition pruning code to handle NULL values properly.Tom Lane
2018-06-10Improve run-time partition pruning to handle any stable expression.Tom Lane
2018-06-08Add missing serial commasPeter Eisentraut
2018-05-27Don't fall off the end of perl functionsAndrew Dunstan
2018-05-24Update non-default collation tests for getObjectDescription() changes.Tom Lane
2018-05-24Improve English wording of some other getObjectDescription() messages.Tom Lane
2018-05-24Fix objectaddress.c code for publication relations.Tom Lane
2018-05-24Properly schema-qualify additional object types in getObjectDescription().Tom Lane
2018-05-21Improve spelling of new FINALFUNC_MODIFY aggregate attribute.Tom Lane
2018-05-18Fix whitespacePeter Eisentraut
2018-05-17Make numeric power() handle NaNs according to the modern POSIX spec.Tom Lane
2018-05-16Detoast plpgsql variables if they might live across a transaction boundary.Tom Lane
2018-05-16Fix misprocessing of equivalence classes involving record_eq().Tom Lane
2018-05-14Don't allow partitioned index on foreign-table partitionsAlvaro Herrera
2018-05-09Fix assorted partition pruning bugsAlvaro Herrera
2018-05-09Restrict vertical tightness to parentheses in Perl codeAndrew Dunstan
2018-05-09Improve jsonb cast error messageTeodor Sigaev
2018-05-08Refine error messagesPeter Eisentraut
2018-05-07Undo extra chattiness of postmaster logs in TAP tests.Tom Lane
2018-05-07Update oidjoins regression test for v11.Tom Lane
2018-05-07Remove unused macroPeter Eisentraut
2018-05-05Revert "Test conversion of NaN between float4 and float8."Tom Lane
2018-05-04Re-think predicate locking on GIN indexes.Teodor Sigaev
2018-05-01Document that subscription tests require hstorePeter Eisentraut
2018-04-30Fix bogus list-iteration code in pg_regress.c, affecting ecpg tests only.Tom Lane
2018-04-29Avoid wrong results for power() with NaN input on more platforms.Tom Lane
2018-04-29Avoid wrong results for power() with NaN input on some platforms.Tom Lane
2018-04-27perltidy: Add option --nooutdent-long-commentsPeter Eisentraut
2018-04-27perltidy: Add option --nooutdent-long-quotesPeter Eisentraut
2018-04-26Post-feature-freeze pgindent run.Tom Lane
2018-04-25Prevent generation of bogus subquery scan paths.Robert Haas
2018-04-25Reindent Perl files with perltidy version 20170521.Tom Lane
2018-04-23Add GUC enable_partition_pruningAlvaro Herrera