summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
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
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-09Silence some warnings in TAP testsMagnus Hagander
2018-04-09Revert "Allow on-line enabling and disabling of data checksums"Magnus Hagander
2018-04-08Switch client-side code to include catalog/pg_foo_d.h not pg_foo.h.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-07Allow group access on PGDATAStephen Frost
2018-04-07Refactor dir/file permissionsStephen Frost
2018-04-07Support partition pruning at execution timeAlvaro Herrera
2018-04-07Raise error when affecting tuple moved into different partition.Andres Freund
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-07Fix timing issue in new subscription truncate testPeter Eisentraut
2018-04-07Deactive flapping checksum isolation tests.Andres Freund
2018-04-07Logical replication support for TRUNCATEPeter Eisentraut
2018-04-07Predicate locking in hash indexes.Teodor Sigaev
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
2018-04-05Allow on-line enabling and disabling of data checksumsMagnus Hagander
2018-04-05Fix worker_spi for new parameter to initialize connectionMagnus Hagander
2018-04-05Remove tsearch test contained russian characters, missed inTeodor Sigaev
2018-04-05Add websearch_to_tsqueryTeodor Sigaev
2018-04-04Rewrite pg_dump TAP testsStephen Frost
2018-04-04Foreign keys on partitioned tablesAlvaro Herrera