aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Teach reparameterize_path() to handle AppendPaths.Tom Lane2018-01-23
* 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
* Revert "Fix isolation test to be less timing-dependent"Alvaro Herrera2018-01-03
* Fix isolation test to be less timing-dependentAlvaro Herrera2018-01-03
* 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
* Fix UNION/INTERSECT/EXCEPT over no columns.Tom Lane2017-12-22
* Try again to fix accumulation of parallel worker instrumentation.Robert Haas2017-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
* Fix typoMagnus Hagander2017-12-09
* Prohibit identity columns on typed tables and partitionsPeter Eisentraut2017-12-08
* Apply identity sequence values on COPYPeter Eisentraut2017-12-08
* Fix accumulation of parallel worker instrumentation.Robert Haas2017-12-05
* Fix non-GNU makefiles for AIX make.Noah Misch2017-11-30
* Repair failure with SubPlans in multi-row VALUES lists.Tom Lane2017-11-25
* Fix unstable regression test added by commits 59b71c6fe et al.Tom Lane2017-11-24
* Fix handling of NULLs returned by aggregate combine functions.Andres Freund2017-11-23
* Build src/test/isolation during "make" and "make install".Noah Misch2017-11-22
* Prevent int128 from requiring more than MAXALIGN alignment.Tom Lane2017-11-14
* Fix previous commit's test, for non-UTF8 databases with non-XML builds.Noah Misch2017-11-11
* Ignore XML declaration in xpath_internal(), for UTF8 databases.Noah Misch2017-11-11
* Make json{b}_populate_recordset() use the right tuple descriptor.Tom Lane2017-11-06
* Always require SELECT permission for ON CONFLICT DO UPDATE.Dean Rasheed2017-11-06
* Add a temp-install prerequisite to "check"-like targets not having one.Noah Misch2017-11-05
* Don't reset additional columns on subscriber to NULL on UPDATEPeter Eisentraut2017-11-03
* Revert bogus fixes of HOT-freezing bugAlvaro Herrera2017-11-02
* Allow parallel query for prepared statements with generic plans.Robert Haas2017-10-29
* Fix problems with the "role" GUC and parallel query.Robert Haas2017-10-29
* Fix crash when columns have been added to the end of a view.Tom Lane2017-10-27
* Rethink the dependencies recorded for FieldSelect/FieldStore nodes.Tom Lane2017-10-27
* Make setrefs.c match by ressortgroupref even for plain Vars.Tom Lane2017-10-26
* Process variadic arguments consistently in json functionsAndrew Dunstan2017-10-25
* In the planner, delete joinaliasvars lists after we're done with them.Tom Lane2017-10-24
* Fix typcache's failure to treat ranges as container types.Tom Lane2017-10-20
* Fix incorrect handling of CTEs and ENRs as DML target relations.Tom Lane2017-10-16
* Repair breakage of aggregate FILTER option.Tom Lane2017-10-16
* Prevent sharing transition states between ordered-set aggregates.Tom Lane2017-10-11
* Add missing clean step to src/test/modules/brin/Makefile.Tom Lane2017-10-10
* psql: Update \d sequence displayPeter Eisentraut2017-09-29
* Fix freezing of a dead HOT-updated tupleAlvaro Herrera2017-09-28
* Fix behavior when converting a float infinity to numeric.Tom Lane2017-09-27
* Revert to 9.6 treatment of ALTER TYPE enumtype ADD VALUE.Tom Lane2017-09-27
* Improve wording of error message added in commit 714805010.Tom Lane2017-09-26
* Remove heuristic same-transaction test from check_safe_enum_use().Tom Lane2017-09-26
* Use a blacklist to distinguish original from add-on enum values.Tom Lane2017-09-26
* Handle heap rewrites better in logical replicationPeter Eisentraut2017-09-26
* Test BRIN autosummarizationAlvaro Herrera2017-09-23