summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
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
2018-04-23Fix handling of partition bounds for boolean partitioning columns.Tom Lane
2018-04-23Make bms_prev_member work correctly with a 64 bit bitmapwordTeodor Sigaev
2018-04-23Fix wrong validation of top-parent pointer during page deletion in Btree.Teodor Sigaev
2018-04-20Test conversion of NaN between float4 and float8.Tom Lane
2018-04-20Don't run fast_default regression test in parallel with other tests.Tom Lane
2018-04-19Fix incorrect handling of join clauses pushed into parameterized paths.Tom Lane
2018-04-19Rework code to determine partition pruning procedureAlvaro Herrera
2018-04-19Adjust INCLUDE index truncation comments and code.Teodor Sigaev
2018-04-17Improve coverage of nodeAppend runtime partition pruneAlvaro Herrera
2018-04-17Add more infinite recursion detection while locking a view.Tatsuo Ishii
2018-04-16Restore partition_prune's usage of parallel workersAlvaro Herrera
2018-04-16Update expected output of new testAlvaro Herrera
2018-04-16Ignore whole-rows in INSERT/CONFLICT with partitioned tablesAlvaro Herrera
2018-04-14Improve regression test coverage of expand_tuple().Tom Lane
2018-04-14Fix enforcement of SELECT FOR UPDATE permissions with nested views.Tom Lane