aboutsummaryrefslogtreecommitdiff
path: root/src/test/regress
Commit message (Expand)AuthorAge
* Fix transition tables for wCTEs.Andrew Gierth2017-06-28
* Fix transition tables for partition/inheritance.Andrew Gierth2017-06-28
* Re-allow SRFs and window functions within sub-selects within aggregates.Tom Lane2017-06-27
* Add testing to detect errors of omission in "pin" dependency creation.Tom Lane2017-06-23
* Fix IF NOT EXISTS in CREATE STATISTICSAlvaro Herrera2017-06-22
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Prevent table partitions from being turned into views.Dean Rasheed2017-06-21
* Make opr_sanity test complain about built-in functions marked prosecdef.Tom Lane2017-06-20
* Avoid regressions in foreign-key-based selectivity estimates.Tom Lane2017-06-19
* Use RangeVarGetRelidExtended() in AlterSequence()Peter Eisentraut2017-06-16
* Fix dependency, when changing a function's argument/return type.Heikki Linnakangas2017-06-16
* psql: Improve display of "for all tables" publicationsPeter Eisentraut2017-06-15
* Use DEFACLOBJ_ macros in error message instead of hardcodingPeter Eisentraut2017-06-14
* Teach predtest.c about CHECK clauses to fix partitioning bugs.Robert Haas2017-06-14
* Fix no-longer-valid shortcuts in expression_returns_set().Tom Lane2017-06-14
* Teach PL/pgSQL about partitioned tables.Dean Rasheed2017-06-14
* Teach RemoveRoleFromObjectPolicy() about partitioned tables.Dean Rasheed2017-06-14
* Disallow set-returning functions inside CASE or COALESCE.Tom Lane2017-06-13
* psql: Use more consistent capitalization of some output headingsPeter Eisentraut2017-06-13
* Teach relation_is_updatable() about partitioned tables.Dean Rasheed2017-06-13
* Fix failure to remove dependencies when a partition is detached.Robert Haas2017-06-13
* Fix confusion about number of subplans in partitioned INSERT setup.Tom Lane2017-06-12
* Apply RLS policies to partitioned tables.Joe Conway2017-06-11
* Prevent BEFORE triggers from violating partitioning constraints.Robert Haas2017-06-07
* Fix ALTER SUBSCRIPTION grammar ambiguityPeter Eisentraut2017-06-05
* Disallow CREATE INDEX if table is already in use in current session.Tom Lane2017-06-04
* Fix old corner-case logic error in final_cost_nestloop().Tom Lane2017-06-03
* Fix improper quoting of format_type_be() output.Tom Lane2017-05-29
* Make edge-case behavior of jsonb_populate_record match json_populate_recordTom Lane2017-05-29
* Code review focused on new node types added by partitioning support.Tom Lane2017-05-28
* Avoid locale-dependent output in select_views regression test.Tom Lane2017-05-28
* Move autogenerated array types out of the way during ALTER ... RENAME.Tom Lane2017-05-26
* Fix precision and rounding issues in money multiplication and division.Tom Lane2017-05-21
* Copy partitioned_rels lists to avoid shared substructure.Robert Haas2017-05-19
* Don't explicitly mark range partitioning columns NOT NULL.Robert Haas2017-05-18
* Improve CREATE SUBSCRIPTION option parsingPeter Eisentraut2017-05-17
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Add more tests for CREATE SUBSCRIPTIONPeter Eisentraut2017-05-17
* Revert "Add a test for transition table usage in FOR EACH ROW trigger."Kevin Grittner2017-05-16
* Add a test for transition table usage in FOR EACH ROW trigger.Kevin Grittner2017-05-16
* Fix relcache leak when row triggers on partitions are fired by COPY.Robert Haas2017-05-16
* Update oidjoins regression test for v10.Tom Lane2017-05-15
* Fix unsafe reference into relcache in constructed CommentStmt.Tom Lane2017-05-15
* stats regression test's wait_for_stats() must check timestamp too.Tom Lane2017-05-14
* Make stats regression test more robust in the face of parallel query.Tom Lane2017-05-14
* Fix handling of extended statistics during ALTER COLUMN TYPE.Tom Lane2017-05-14
* Standardize terminology for pg_statistic_ext entries.Tom Lane2017-05-14
* Teach \d+ to show partitioning constraints.Robert Haas2017-05-13