aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Document that subscription tests require hstorePeter Eisentraut2018-05-01
* Fix bogus list-iteration code in pg_regress.c, affecting ecpg tests only.Tom Lane2018-04-29
* Avoid wrong results for power() with NaN input on more platforms.Tom Lane2018-04-29
* Avoid wrong results for power() with NaN input on some platforms.Tom Lane2018-04-29
* perltidy: Add option --nooutdent-long-commentsPeter Eisentraut2018-04-27
* perltidy: Add option --nooutdent-long-quotesPeter Eisentraut2018-04-27
* Post-feature-freeze pgindent run.Tom Lane2018-04-26
* Prevent generation of bogus subquery scan paths.Robert Haas2018-04-25
* Reindent Perl files with perltidy version 20170521.Tom Lane2018-04-25
* Add GUC enable_partition_pruningAlvaro Herrera2018-04-23
* Fix handling of partition bounds for boolean partitioning columns.Tom Lane2018-04-23
* Make bms_prev_member work correctly with a 64 bit bitmapwordTeodor Sigaev2018-04-23
* Fix wrong validation of top-parent pointer during page deletion in Btree.Teodor Sigaev2018-04-23
* Test conversion of NaN between float4 and float8.Tom Lane2018-04-20
* Don't run fast_default regression test in parallel with other tests.Tom Lane2018-04-20
* Fix incorrect handling of join clauses pushed into parameterized paths.Tom Lane2018-04-19
* Rework code to determine partition pruning procedureAlvaro Herrera2018-04-19
* Adjust INCLUDE index truncation comments and code.Teodor Sigaev2018-04-19
* Improve coverage of nodeAppend runtime partition pruneAlvaro Herrera2018-04-17
* Add more infinite recursion detection while locking a view.Tatsuo Ishii2018-04-17
* Restore partition_prune's usage of parallel workersAlvaro Herrera2018-04-16
* Update expected output of new testAlvaro Herrera2018-04-16
* Ignore whole-rows in INSERT/CONFLICT with partitioned tablesAlvaro Herrera2018-04-16
* Improve regression test coverage of expand_tuple().Tom Lane2018-04-14
* Fix enforcement of SELECT FOR UPDATE permissions with nested views.Tom Lane2018-04-14
* Support named and default arguments in CALLPeter Eisentraut2018-04-14
* Prevent segfault in expand_tuple with no missing valuesAndrew Dunstan2018-04-13
* Improve regression test coverage for src/backend/tsearch/spell.c.Tom Lane2018-04-13
* Use custom hash opclass for hash partition pruningAlvaro Herrera2018-04-13
* Attempt to stabilize partition_prune test output (2)Alvaro Herrera2018-04-13
* Use the right memory context for partkey's FmgrInfoAlvaro Herrera2018-04-12
* Fix interference between covering indexes and partitioned tablesTeodor Sigaev2018-04-12
* Revert MERGE patchSimon Riggs2018-04-12
* Fix ALTER TABLE .. ATTACH PARTITION ... DEFAULTAlvaro Herrera2018-04-11
* Temporary revert 5c6110c6a960ad6fe1b0d0fec6ae36ef4eb913f5Teodor Sigaev2018-04-11
* Fix interference between cavering indexes and partitioned tablesTeodor Sigaev2018-04-11
* Put back parallel-safety guards in plpython and src/test/regress/.Tom Lane2018-04-10
* Fix partial-build problems introduced by having more generated headers.Tom Lane2018-04-09
* Silence some warnings in TAP testsMagnus Hagander2018-04-09
* Revert "Allow on-line enabling and disabling of data checksums"Magnus Hagander2018-04-09
* 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