summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2018-04-02Revert "Modified files for MERGE"Simon Riggs
2018-04-02Modified files for MERGESimon Riggs
2018-04-02MERGE SQL Command following SQL:2016Simon Riggs
2018-04-01Add Bloom filter implementation.Andres Freund
2018-03-30Enhance pg_stat_wal_receiver view to display host and port of sender server.Fujii Masao
2018-03-30Predicate locking in GIN indexTeodor Sigaev
2018-03-30Allow to lock views.Tatsuo Ishii
2018-03-29Rewrite the code that applies scan/join targets to paths.Robert Haas
2018-03-29Fix incorrect copy/paste in commentMagnus Hagander
2018-03-29Add casts from jsonbTeodor Sigaev
2018-03-28Make fast_default regression tests locale independentAndrew Dunstan
2018-03-28Use pg_stat_get_xact* functions within xactsSimon Riggs
2018-03-28Fast ALTER TABLE ADD COLUMN with a non-NULL defaultAndrew Dunstan
2018-03-27Allow HOT updates for some expression indexesSimon Riggs
2018-03-27Add predicate locking for GiSTTeodor Sigaev
2018-03-26Make new regression indpendent of max_parallel_workers_per_gather.Andres Freund
2018-03-26Fix test impredictabilityAlvaro Herrera
2018-03-26Handle INSERT .. ON CONFLICT with partitioned tablesAlvaro Herrera
2018-03-26Remove two tests inadvertently added in 2b27273435Andrew Dunstan
2018-03-26Optimize btree insertions for common case of increasing valuesAndrew Dunstan
2018-03-25Stabilize regression test result.Tom Lane
2018-03-23Fix make rules that generate multiple output files.Tom Lane
2018-03-23Allow FOR EACH ROW triggers on partitioned tablesAlvaro Herrera
2018-03-22Implement partition-wise grouping/aggregation.Robert Haas
2018-03-22Fix mishandling of quoted-list GUC values in pg_dump and ruleutils.c.Tom Lane
2018-03-21Improve predtest.c's handling of cases with NULL-constant inputs.Tom Lane
2018-03-21Repair crash with unsortable grouping sets.Andrew Gierth
2018-03-19Don't use an Msys virtual path to create a tablespaceAndrew Dunstan
2018-03-19Fix state reversal after partition tuple routingAlvaro Herrera
2018-03-17Fix WHERE CURRENT OF when the referenced cursor uses an index-only scan.Tom Lane
2018-03-17Add ssl_passphrase_command settingPeter Eisentraut
2018-03-16Improve savepoint error messagesPeter Eisentraut
2018-03-16Mop-up for letting VOID-returning SQL functions end with a SELECT.Tom Lane
2018-03-15Clean up duplicate table and function names in regression tests.Tom Lane
2018-03-15test_ddl_deparse: rename matviewAlvaro Herrera
2018-03-15Clean up duplicate role and schema names in regression tests.Tom Lane
2018-03-15test_ddl_deparse: Don't use pg_class as source for a matviewAlvaro Herrera
2018-03-14Support INOUT arguments in proceduresPeter Eisentraut
2018-03-14Add tests for reinit.cPeter Eisentraut
2018-03-13Expand AND/OR regression tests around NULL handling.Andres Freund
2018-03-13Add COSTS off to two EXPLAIN using tests.Andres Freund
2018-03-13Let Parallel Append over simple UNION ALL have partial subpaths.Robert Haas
2018-03-13Fix CREATE TABLE / LIKE with bigint identity columnPeter Eisentraut
2018-03-12Avoid having two PKs in a partitionAlvaro Herrera
2018-03-12doc: Reword restriction on partition keys in unique indexesAlvaro Herrera
2018-03-11Fix improper uses of canonicalize_qual().Tom Lane
2018-03-09Improve predtest.c's internal docs, and enhance its functionality a bit.Tom Lane
2018-03-09Fix test_predtest's idea of what weak refutation means.Tom Lane
2018-03-08Add test scaffolding for exercising optimizer's predicate-proof logic.Tom Lane
2018-03-07Fix test counting in SSL testsPeter Eisentraut