aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* 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
* Give a better error for duplicate entries in VACUUM/ANALYZE column list.Tom Lane2017-09-21
* Fix instability in subscription regression test.Tom Lane2017-09-20
* Fix DROP SUBSCRIPTION hangPeter Eisentraut2017-09-17
* Ensure that BEFORE STATEMENT triggers fire the right number of times.Tom Lane2017-09-17
* Fix SQL-spec incompatibilities in new transition table feature.Tom Lane2017-09-16
* After a MINVALUE/MAXVALUE bound, allow only more of the same.Robert Haas2017-09-15
* Apply pg_get_serial_sequence() to identity column sequences as wellPeter Eisentraut2017-09-15
* Fix RecursiveCopy.pm to cope with disappearing files.Tom Lane2017-09-11
* Message style fixesPeter Eisentraut2017-09-11
* Quick-hack fix for foreign key cascade vs triggers with transition tables.Tom Lane2017-09-10
* Fix two-phase commit test for recovery modeAlvaro Herrera2017-09-01
* Avoid race condition in logical replication testSimon Riggs2017-09-01
* Improve code coverage of select_parallel test.Tom Lane2017-08-31
* Restore test case from a2b70c89ca1a5fcf6181d3c777d82e7b83d2de1b.Tom Lane2017-08-30
* Fix over-aggressive sanity check in misc_sanity.sql.Tom Lane2017-08-28
* psql: Fix \gx when FETCH_COUNT is usedStephen Frost2017-08-24
* Temporarily revert test case from a2b70c89ca1a5fcf6181d3c777d82e7b83d2de1b.Tom Lane2017-08-17
* Fix ExecReScanGatherMerge.Tom Lane2017-08-17
* Expand coverage of parallel gather merge a bit.Andres Freund2017-08-14
* Final pgindent + perltidy run for v10.Tom Lane2017-08-14
* Simplify fetch-slot-xmins logic in recovery TAP tests.Tom Lane2017-08-12
* Add regression tests exercising more code paths in nodeLimit.c.Tom Lane2017-08-11
* Add regression tests exercising the non-hashed code paths in nodeSetop.c.Tom Lane2017-08-11
* Remove uses of "slave" in replication contextsPeter Eisentraut2017-08-10