summaryrefslogtreecommitdiff
path: root/src/test/regress/sql
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-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-28Remove unnecessairly duplicated gram.y productionsStephen Frost
2017-04-26pg_get_partkeydef: return NULL for non-partitionsStephen Frost
2017-04-25Allow ALTER TABLE ONLY on partitioned tablesStephen Frost
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-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 extended statistics with partial analyzesAlvaro Herrera
2017-04-17Document that ONLY can be specified in publication commandsPeter Eisentraut
2017-04-14Add option to modify sync commit per subscriptionPeter Eisentraut
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-10Fix reporting of violations in ExecConstraints, again.Robert Haas
2017-04-08Optimize joins when the inner relation can be proven unique.Tom Lane
2017-04-07Fix planner error (or assert trap) with nested set operations.Tom Lane
2017-04-07Make json_populate_record and friends operate recursivelyAndrew Dunstan
2017-04-07Clean up after insufficiently-researched optimization of tuple conversions.Tom Lane
2017-04-06Fix parallel bitmapscan tests on builds without USE_PREFETCH.Andres Freund
2017-04-06Fix BRIN cost estimationAlvaro Herrera
2017-04-06Add minimal test for EXPLAIN ANALYZE of parallel query.Andres Freund
2017-04-06Increase parallel bitmap scan test coverage.Andres Freund
2017-04-06Mark immutable functions in information schema as parallel safePeter Eisentraut
2017-04-06Identity columnsPeter Eisentraut
2017-04-06Fix integer-overflow problems in interval comparison.Tom Lane
2017-04-05Collect and use multi-column dependency statsSimon Riggs
2017-04-04Adjust min/max values when changing sequence typePeter Eisentraut
2017-04-03Fix whitespacePeter Eisentraut
2017-04-02Fix behavior of psql's \p to agree with \g, \w, etc.Tom Lane
2017-04-01BRIN de-summarizationAlvaro Herrera
2017-04-01BRIN auto-summarizationAlvaro Herrera
2017-04-01Add transition table support to plpgsql.Kevin Grittner
2017-04-01Add infrastructure to support EphemeralNamedRelation references.Kevin Grittner
2017-04-01Fix unstable regression test result.Tom Lane
2017-04-01Fix unstable regression test result.Tom Lane