aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Improve parse representation for MERGESimon Riggs2018-04-06
* Allow on-line enabling and disabling of data checksumsMagnus Hagander2018-04-05
* Fix worker_spi for new parameter to initialize connectionMagnus Hagander2018-04-05
* Remove tsearch test contained russian characters, missed inTeodor Sigaev2018-04-05
* Add websearch_to_tsqueryTeodor Sigaev2018-04-05
* Rewrite pg_dump TAP testsStephen Frost2018-04-04
* Foreign keys on partitioned tablesAlvaro Herrera2018-04-04
* Skip full index scan during cleanup of B-tree indexes when possibleTeodor Sigaev2018-04-04
* Don't clone internal triggers to partitionsAlvaro Herrera2018-04-03
* Fix GCC 7 snprintf() compiler warning.Andres Freund2018-04-03
* Pass correct TupDesc to ri_NullCheck() in AssertAlvaro Herrera2018-04-03
* Prevent accidental linking of system-supplied copies of libpq.so etc.Tom Lane2018-04-03
* Add prefix operator for TEXT type.Teodor Sigaev2018-04-03
* WITH support in MERGESimon Riggs2018-04-03
* New files for MERGESimon Riggs2018-04-03
* MERGE SQL Command following SQL:2016Simon Riggs2018-04-03
* Revert "MERGE SQL Command following SQL:2016"Simon Riggs2018-04-02
* Revert "Modified files for MERGE"Simon Riggs2018-04-02
* Modified files for MERGESimon Riggs2018-04-02
* MERGE SQL Command following SQL:2016Simon Riggs2018-04-02
* Add Bloom filter implementation.Andres Freund2018-03-31
* Enhance pg_stat_wal_receiver view to display host and port of sender server.Fujii Masao2018-03-31
* Predicate locking in GIN indexTeodor Sigaev2018-03-30
* Allow to lock views.Tatsuo Ishii2018-03-30
* Rewrite the code that applies scan/join targets to paths.Robert Haas2018-03-29
* Fix incorrect copy/paste in commentMagnus Hagander2018-03-29
* Add casts from jsonbTeodor Sigaev2018-03-29
* Make fast_default regression tests locale independentAndrew Dunstan2018-03-28
* Use pg_stat_get_xact* functions within xactsSimon Riggs2018-03-28
* Fast ALTER TABLE ADD COLUMN with a non-NULL defaultAndrew Dunstan2018-03-28
* Allow HOT updates for some expression indexesSimon Riggs2018-03-27
* Add predicate locking for GiSTTeodor Sigaev2018-03-27
* Make new regression indpendent of max_parallel_workers_per_gather.Andres Freund2018-03-26
* Fix test impredictabilityAlvaro Herrera2018-03-26
* Handle INSERT .. ON CONFLICT with partitioned tablesAlvaro Herrera2018-03-26
* Remove two tests inadvertently added in 2b27273435Andrew Dunstan2018-03-26
* Optimize btree insertions for common case of increasing valuesAndrew Dunstan2018-03-26
* Stabilize regression test result.Tom Lane2018-03-25
* Fix make rules that generate multiple output files.Tom Lane2018-03-23
* Allow FOR EACH ROW triggers on partitioned tablesAlvaro Herrera2018-03-23
* Implement partition-wise grouping/aggregation.Robert Haas2018-03-22
* Fix mishandling of quoted-list GUC values in pg_dump and ruleutils.c.Tom Lane2018-03-21
* Improve predtest.c's handling of cases with NULL-constant inputs.Tom Lane2018-03-21
* Repair crash with unsortable grouping sets.Andrew Gierth2018-03-21
* Don't use an Msys virtual path to create a tablespaceAndrew Dunstan2018-03-20
* Fix state reversal after partition tuple routingAlvaro Herrera2018-03-19
* Fix WHERE CURRENT OF when the referenced cursor uses an index-only scan.Tom Lane2018-03-17
* Add ssl_passphrase_command settingPeter Eisentraut2018-03-17
* Improve savepoint error messagesPeter Eisentraut2018-03-16
* Mop-up for letting VOID-returning SQL functions end with a SELECT.Tom Lane2018-03-16