summaryrefslogtreecommitdiff
path: root/src/test/regress
AgeCommit message (Expand)Author
2018-05-14Don't allow partitioned index on foreign-table partitionsAlvaro Herrera
2018-05-09Fix assorted partition pruning bugsAlvaro Herrera
2018-05-09Improve jsonb cast error messageTeodor Sigaev
2018-05-08Refine error messagesPeter Eisentraut
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-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-25Prevent generation of bogus subquery scan paths.Robert Haas
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-14Fix enforcement of SELECT FOR UPDATE permissions with nested views.Tom Lane
2018-04-14Support named and default arguments in CALLPeter Eisentraut
2018-04-13Prevent segfault in expand_tuple with no missing valuesAndrew Dunstan
2018-04-13Improve regression test coverage for src/backend/tsearch/spell.c.Tom Lane
2018-04-13Use custom hash opclass for hash partition pruningAlvaro Herrera
2018-04-13Attempt to stabilize partition_prune test output (2)Alvaro Herrera
2018-04-12Use the right memory context for partkey's FmgrInfoAlvaro Herrera
2018-04-12Fix interference between covering indexes and partitioned tablesTeodor Sigaev
2018-04-12Revert MERGE patchSimon Riggs
2018-04-11Fix ALTER TABLE .. ATTACH PARTITION ... DEFAULTAlvaro Herrera
2018-04-11Temporary revert 5c6110c6a960ad6fe1b0d0fec6ae36ef4eb913f5Teodor Sigaev
2018-04-11Fix interference between cavering indexes and partitioned tablesTeodor Sigaev
2018-04-10Put back parallel-safety guards in plpython and src/test/regress/.Tom Lane
2018-04-09Fix partial-build problems introduced by having more generated headers.Tom Lane
2018-04-08Attempt to stabilize partition_prune test output.Andrew Gierth
2018-04-08Support index INCLUDE in the AM properties interface.Andrew Gierth
2018-04-07Support partition pruning at execution timeAlvaro Herrera
2018-04-07Indexes with INCLUDE columns and their support in B-treeTeodor Sigaev
2018-04-07Make test of json(b)_to_tsvector language-independTeodor Sigaev
2018-04-07Add json(b)_to_tsvector functionTeodor Sigaev
2018-04-07Logical replication support for TRUNCATEPeter Eisentraut
2018-04-07Attempt to fix endianess issues in new hash partition test.Andres Freund
2018-04-07Fix and improve pg_atomic_flag fallback implementation.Andres Freund
2018-04-06Faster partition pruningAlvaro Herrera
2018-04-06Improve parse representation for MERGESimon Riggs