aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* pg_get_partkeydef: return NULL for non-partitionsStephen Frost2017-04-26
* Allow ALTER TABLE ONLY on partitioned tablesStephen Frost2017-04-25
* Set the priorities of all quorum synchronous standbys to 1.Fujii Masao2017-04-26
* Code review for commands/statscmds.c.Tom Lane2017-04-24
* Fix TAP infrastructure to support Mingw betterAndrew Dunstan2017-04-23
* Make PostgresNode.pm check server status more carefully.Tom Lane2017-04-22
* Make PostgresNode::append_conf append a newline automatically.Tom Lane2017-04-22
* Require sufficiently modern version of Test::More for TAP testsAndrew Dunstan2017-04-22
* Change the on-disk format of SCRAM verifiers to conform to RFC 5803.Heikki Linnakangas2017-04-21
* Modify message when partitioned table is added to publicationPeter Eisentraut2017-04-20
* Fix testing of parallel-safety of SubPlans.Tom Lane2017-04-18
* Provide an error cursor for "can't call an SRF here" errors.Tom Lane2017-04-18
* Rename "scram" to "scram-sha-256" in pg_hba.conf and password_encryption.Heikki Linnakangas2017-04-18
* Allow COMMENT ON COLUMN with partitioned tablesSimon Riggs2017-04-18
* Rename columns in new pg_statistic_ext catalogAlvaro Herrera2017-04-17
* Tighten up relation kind checks for extended statisticsAlvaro Herrera2017-04-17
* Fix typos in comment and log message.Fujii Masao2017-04-18
* Fix extended statistics with partial analyzesAlvaro Herrera2017-04-17
* Document that ONLY can be specified in publication commandsPeter Eisentraut2017-04-17
* Ensure BackgroundWorker struct contents are well-defined.Tom Lane2017-04-16
* Add option to modify sync commit per subscriptionPeter Eisentraut2017-04-14
* Remove pg_stats_ext viewAlvaro Herrera2017-04-13
* Speed up hash_index regression test.Tom Lane2017-04-12
* Code review for c94e6942cefe7d20c5feed856e27f672734b1e2b.Robert Haas2017-04-12
* Allow a rule on partitioned table to be renamed.Robert Haas2017-04-11
* Run most pg_dump and pg_dumpall tests with --no-syncAndrew Dunstan2017-04-10
* Fix reporting of violations in ExecConstraints, again.Robert Haas2017-04-10
* Move isolationtester's is-blocked query into C code for speed.Tom Lane2017-04-10
* Fix the new SASLprep tests to work with non-UTF-8 locales.Heikki Linnakangas2017-04-08
* Optimize joins when the inner relation can be proven unique.Tom Lane2017-04-07
* Improve 64bit atomics support.Andres Freund2017-04-07
* Fix planner error (or assert trap) with nested set operations.Tom Lane2017-04-07
* Use SASLprep to normalize passwords for SCRAM authentication.Heikki Linnakangas2017-04-07
* Make json_populate_record and friends operate recursivelyAndrew Dunstan2017-04-06
* Clean up after insufficiently-researched optimization of tuple conversions.Tom Lane2017-04-06
* Fix parallel bitmapscan tests on builds without USE_PREFETCH.Andres Freund2017-04-06
* Fix BRIN cost estimationAlvaro Herrera2017-04-06
* Add minimal test for EXPLAIN ANALYZE of parallel query.Andres Freund2017-04-06
* Increase parallel bitmap scan test coverage.Andres Freund2017-04-06
* Fix logical replication between different encodingsPeter Eisentraut2017-04-06
* Mark immutable functions in information schema as parallel safePeter Eisentraut2017-04-06
* Identity columnsPeter Eisentraut2017-04-06
* Fix integer-overflow problems in interval comparison.Tom Lane2017-04-05
* Collect and use multi-column dependency statsSimon Riggs2017-04-05
* Add isolation test for SERIALIZABLE READ ONLY DEFERRABLE.Kevin Grittner2017-04-05
* Adjust min/max values when changing sequence typePeter Eisentraut2017-04-04
* Remove --verbose from PROVE_FLAGSStephen Frost2017-04-04
* Fix whitespacePeter Eisentraut2017-04-03
* Fix behavior of psql's \p to agree with \g, \w, etc.Tom Lane2017-04-02
* BRIN de-summarizationAlvaro Herrera2017-04-01