summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2017-05-08Add security checks to selectivity estimation functionsPeter Eisentraut
2017-05-08Remove support for password_encryption='off' / 'plain'.Heikki Linnakangas
2017-05-05Make SCRAM salts and nonces longer.Heikki Linnakangas
2017-05-04Fix pfree-of-already-freed-tuple when rescanning a GiST index-only scan.Tom Lane
2017-05-04Fix cursor_to_xml in tableforest false modePeter Eisentraut
2017-05-03Remove useless and rather expensive stanza in matview regression test.Tom Lane
2017-05-02Ensure commands in extension scripts see the results of preceding DDL.Tom Lane
2017-05-02extstats: change output functions to emit valid JSONAlvaro Herrera
2017-05-01Reduce semijoins with unique inner relations to plain inner joins.Tom Lane
2017-05-01Fix mis-optimization of semijoins with more than one LHS relation.Tom Lane
2017-05-01Fire per-statement triggers on partitioned tables.Robert Haas
2017-04-30Micro-optimize some slower queries in the opr_sanity regression test.Tom Lane
2017-04-28Fix VALIDATE CONSTRAINT to consider NO INHERIT attribute.Robert Haas
2017-04-28Fix crash when partitioned column specified twice.Robert Haas
2017-04-28Wait between tablesync worker restartsPeter Eisentraut
2017-04-28Remove unnecessairly duplicated gram.y productionsStephen Frost
2017-04-27Additional tests for subtransactions in recoverySimon Riggs
2017-04-26pg_get_partkeydef: return NULL for non-partitionsStephen Frost
2017-04-25Allow ALTER TABLE ONLY on partitioned tablesStephen Frost
2017-04-25Set the priorities of all quorum synchronous standbys to 1.Fujii Masao
2017-04-24Code review for commands/statscmds.c.Tom Lane
2017-04-23Fix TAP infrastructure to support Mingw betterAndrew Dunstan
2017-04-22Make PostgresNode.pm check server status more carefully.Tom Lane
2017-04-22Make PostgresNode::append_conf append a newline automatically.Tom Lane
2017-04-22Require sufficiently modern version of Test::More for TAP testsAndrew Dunstan
2017-04-21Change the on-disk format of SCRAM verifiers to conform to RFC 5803.Heikki Linnakangas
2017-04-20Modify message when partitioned table is added to publicationPeter Eisentraut
2017-04-18Fix testing of parallel-safety of SubPlans.Tom Lane
2017-04-18Provide an error cursor for "can't call an SRF here" errors.Tom Lane
2017-04-18Rename "scram" to "scram-sha-256" in pg_hba.conf and password_encryption.Heikki Linnakangas
2017-04-18Allow COMMENT ON COLUMN with partitioned tablesSimon Riggs
2017-04-17Rename columns in new pg_statistic_ext catalogAlvaro Herrera
2017-04-17Tighten up relation kind checks for extended statisticsAlvaro Herrera
2017-04-17Fix typos in comment and log message.Fujii Masao
2017-04-17Fix extended statistics with partial analyzesAlvaro Herrera
2017-04-17Document that ONLY can be specified in publication commandsPeter Eisentraut
2017-04-17Ensure BackgroundWorker struct contents are well-defined.Tom Lane
2017-04-14Add option to modify sync commit per subscriptionPeter Eisentraut
2017-04-13Remove pg_stats_ext viewAlvaro Herrera
2017-04-12Speed up hash_index regression test.Tom Lane
2017-04-12Code review for c94e6942cefe7d20c5feed856e27f672734b1e2b.Robert Haas
2017-04-11Allow a rule on partitioned table to be renamed.Robert Haas
2017-04-10Run most pg_dump and pg_dumpall tests with --no-syncAndrew Dunstan
2017-04-10Fix reporting of violations in ExecConstraints, again.Robert Haas
2017-04-10Move isolationtester's is-blocked query into C code for speed.Tom Lane
2017-04-08Fix the new SASLprep tests to work with non-UTF-8 locales.Heikki Linnakangas
2017-04-08Optimize joins when the inner relation can be proven unique.Tom Lane
2017-04-07Improve 64bit atomics support.Andres Freund
2017-04-07Fix planner error (or assert trap) with nested set operations.Tom Lane
2017-04-07Use SASLprep to normalize passwords for SCRAM authentication.Heikki Linnakangas