aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Fix dependencies for extended statistics objects.Tom Lane2017-05-12
* Change CREATE STATISTICS syntaxAlvaro Herrera2017-05-12
* Replace "transaction log" with "write-ahead log"Peter Eisentraut2017-05-12
* Rework the options syntax for logical replication commandsPeter Eisentraut2017-05-12
* Avoid tests which crash the calling process on WindowsAndrew Dunstan2017-05-12
* Rename WAL-related functions and views to use "lsn" not "location".Tom Lane2017-05-11
* Prohibit transition tables on views and foreign tables.Robert Haas2017-05-09
* Don't permit transition tables with TRUNCATE triggers.Robert Haas2017-05-09
* Disallow finite partition bound following earlier UNBOUNDED column.Robert Haas2017-05-09
* Remove the NODROP SLOT option from DROP SUBSCRIPTIONPeter Eisentraut2017-05-09
* Check connection info string in ALTER SUBSCRIPTIONPeter Eisentraut2017-05-08
* Match pg_user_mappings limits to information_schema.user_mapping_options.Noah Misch2017-05-08
* Add security checks to selectivity estimation functionsPeter Eisentraut2017-05-08
* Remove support for password_encryption='off' / 'plain'.Heikki Linnakangas2017-05-08
* Make SCRAM salts and nonces longer.Heikki Linnakangas2017-05-05
* Fix pfree-of-already-freed-tuple when rescanning a GiST index-only scan.Tom Lane2017-05-04
* Fix cursor_to_xml in tableforest false modePeter Eisentraut2017-05-03
* Remove useless and rather expensive stanza in matview regression test.Tom Lane2017-05-03
* Ensure commands in extension scripts see the results of preceding DDL.Tom Lane2017-05-02
* extstats: change output functions to emit valid JSONAlvaro Herrera2017-05-02
* Reduce semijoins with unique inner relations to plain inner joins.Tom Lane2017-05-01
* Fix mis-optimization of semijoins with more than one LHS relation.Tom Lane2017-05-01
* Fire per-statement triggers on partitioned tables.Robert Haas2017-05-01
* Micro-optimize some slower queries in the opr_sanity regression test.Tom Lane2017-04-29
* Fix VALIDATE CONSTRAINT to consider NO INHERIT attribute.Robert Haas2017-04-28
* Fix crash when partitioned column specified twice.Robert Haas2017-04-28
* Wait between tablesync worker restartsPeter Eisentraut2017-04-28
* Remove unnecessairly duplicated gram.y productionsStephen Frost2017-04-27
* Additional tests for subtransactions in recoverySimon Riggs2017-04-27
* 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