aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Avoid unnecessary failure in SELECT concurrent with ALTER NO INHERIT.Tom Lane2018-01-12
* Fix incorrect handling of subquery pullup in the presence of grouping sets.Tom Lane2018-01-12
* C comment: fix "the the" mentions in C commentsBruce Momjian2018-01-11
* Refactor subscription tests to use PostgresNode's wait_for_catchupPeter Eisentraut2018-01-11
* Add tests for PL/pgSQL returning unnamed portals as refcursorPeter Eisentraut2018-01-10
* Implement TZH and TZM timestamp format patternsAndrew Dunstan2018-01-09
* Improve the heuristic for ordering child paths of a parallel append.Tom Lane2018-01-09
* Fix ssl tests for when tls-server-end-point is not supportedPeter Eisentraut2018-01-09
* Add TIMELINE to backup_label fileSimon Riggs2018-01-06
* Implement channel binding tls-server-end-point for SCRAMPeter Eisentraut2018-01-04
* Tweak parallel hash join test case in hopes of improving stability.Tom Lane2018-01-04
* Revert "Fix isolation test to be less timing-dependent"Alvaro Herrera2018-01-03
* Teach eval_const_expressions() to handle some more cases.Tom Lane2018-01-03
* Allow ldaps when using ldap authenticationPeter Eisentraut2018-01-03
* Fix isolation test to be less timing-dependentAlvaro Herrera2018-01-03
* Update copyright for 2018Bruce Momjian2018-01-02
* Fix deadlock hazard in CREATE INDEX CONCURRENTLYAlvaro Herrera2018-01-02
* In tests, await an LSN no later than the recovery target.Noah Misch2017-12-31
* Improve regression tests' code coverage for plpgsql control structures.Tom Lane2017-12-31
* Add polygon opclass for SP-GiSTTeodor Sigaev2017-12-25
* Fix UNION/INTERSECT/EXCEPT over no columns.Tom Lane2017-12-22
* Avoid putting build-location-dependent strings into generated files.Tom Lane2017-12-21
* Add parallel-aware hash joins.Andres Freund2017-12-21
* Test instrumentation of Hash nodes with parallel query.Robert Haas2017-12-19
* Try again to fix accumulation of parallel worker instrumentation.Robert Haas2017-12-19
* Add libpq connection parameter "scram_channel_binding"Peter Eisentraut2017-12-19
* Avoid and detect SIGPIPE race in TAP tests.Noah Misch2017-12-16
* Fix pruning of locked and updated tuples.Andres Freund2017-12-14
* Revert "Fix accumulation of parallel worker instrumentation."Robert Haas2017-12-13
* Start a separate test suite for plpgsqlPeter Eisentraut2017-12-13
* Fix crash when using CALL on an aggregatePeter Eisentraut2017-12-13
* Stabilize output of new regression test case.Tom Lane2017-12-10
* Fix plpgsql to reinitialize record variables at block re-entry.Tom Lane2017-12-09
* Fix regression test outputMagnus Hagander2017-12-09
* Prohibit identity columns on typed tables and partitionsPeter Eisentraut2017-12-08
* Apply identity sequence values on COPYPeter Eisentraut2017-12-08
* Speed up isolation test for concurrent VACUUM/ANALYZE behavior.Robert Haas2017-12-07
* Adjust regression test cases added by commit ab7271677.Tom Lane2017-12-05
* Support Parallel Append plan nodes.Robert Haas2017-12-05
* Fix accumulation of parallel worker instrumentation.Robert Haas2017-12-05
* Fix EXPLAIN ANALYZE of hash join when the leader doesn't participate.Andres Freund2017-12-05
* When VACUUM or ANALYZE skips a concurrently dropped table, log it.Robert Haas2017-12-04
* Re-allow INSERT .. ON CONFLICT DO NOTHING on partitioned tables.Robert Haas2017-12-01
* Fix uninitialized memory reference.Robert Haas2017-12-01
* SQL proceduresPeter Eisentraut2017-11-30
* Fix non-GNU makefiles for AIX make.Noah Misch2017-11-30
* Fix neqjoinsel's behavior for semi/anti join cases.Tom Lane2017-11-29
* Add some regression tests that exercise hash join code.Andres Freund2017-11-29
* Add extensive tests for partition pruning.Robert Haas2017-11-29
* Update typedefs.list and re-run pgindentRobert Haas2017-11-29