aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Switch client-side code to include catalog/pg_foo_d.h not pg_foo.h.Tom Lane2018-04-08
* Attempt to stabilize partition_prune test output.Andrew Gierth2018-04-08
* Support index INCLUDE in the AM properties interface.Andrew Gierth2018-04-08
* Allow group access on PGDATAStephen Frost2018-04-07
* Refactor dir/file permissionsStephen Frost2018-04-07
* Support partition pruning at execution timeAlvaro Herrera2018-04-07
* Raise error when affecting tuple moved into different partition.Andres Freund2018-04-07
* Indexes with INCLUDE columns and their support in B-treeTeodor Sigaev2018-04-07
* Make test of json(b)_to_tsvector language-independTeodor Sigaev2018-04-07
* Add json(b)_to_tsvector functionTeodor Sigaev2018-04-07
* Fix timing issue in new subscription truncate testPeter Eisentraut2018-04-07
* Deactive flapping checksum isolation tests.Andres Freund2018-04-07
* Logical replication support for TRUNCATEPeter Eisentraut2018-04-07
* Predicate locking in hash indexes.Teodor Sigaev2018-04-07
* Attempt to fix endianess issues in new hash partition test.Andres Freund2018-04-06
* Fix and improve pg_atomic_flag fallback implementation.Andres Freund2018-04-06
* Faster partition pruningAlvaro Herrera2018-04-06
* 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