summaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
* Make opr_sanity test complain about built-in functions marked prosecdef.Tom Lane2017-06-202-0/+17
* Avoid regressions in foreign-key-based selectivity estimates.Tom Lane2017-06-192-0/+63
* Remove incorrect commentMagnus Hagander2017-06-171-2/+0
* Use RangeVarGetRelidExtended() in AlterSequence()Peter Eisentraut2017-06-162-3/+3
* Fix dependency, when changing a function's argument/return type.Heikki Linnakangas2017-06-162-0/+36
* psql: Improve display of "for all tables" publicationsPeter Eisentraut2017-06-152-38/+46
* Remove unnecessary IPC::Run inclusionPeter Eisentraut2017-06-151-13/+0
* Use DEFACLOBJ_ macros in error message instead of hardcodingPeter Eisentraut2017-06-141-3/+3
* Teach predtest.c about CHECK clauses to fix partitioning bugs.Robert Haas2017-06-142-1/+12
* Fix no-longer-valid shortcuts in expression_returns_set().Tom Lane2017-06-142-0/+9
* Teach PL/pgSQL about partitioned tables.Dean Rasheed2017-06-142-0/+84
* Teach RemoveRoleFromObjectPolicy() about partitioned tables.Dean Rasheed2017-06-142-0/+9
* Disallow set-returning functions inside CASE or COALESCE.Tom Lane2017-06-135-25/+29
* psql: Use more consistent capitalization of some output headingsPeter Eisentraut2017-06-133-88/+88
* Teach relation_is_updatable() about partitioned tables.Dean Rasheed2017-06-132-0/+46
* Fix failure to remove dependencies when a partition is detached.Robert Haas2017-06-132-0/+23
* Fix confusion about number of subplans in partitioned INSERT setup.Tom Lane2017-06-122-0/+17
* Apply RLS policies to partitioned tables.Joe Conway2017-06-112-0/+570
* Prevent BEFORE triggers from violating partitioning constraints.Robert Haas2017-06-072-1/+24
* Clean up latch related code.Andres Freund2017-06-061-0/+2
* Fix ALTER SUBSCRIPTION grammar ambiguityPeter Eisentraut2017-06-053-3/+3
* Don't be so trusting that shm_toc_lookup() will always succeed.Tom Lane2017-06-051-3/+3
* Disallow CREATE INDEX if table is already in use in current session.Tom Lane2017-06-042-0/+60
* Fix old corner-case logic error in final_cost_nestloop().Tom Lane2017-06-031-28/+22
* Make ALTER SEQUENCE, including RESTART, fully transactional.Andres Freund2017-06-012-23/+26
* Fix improper quoting of format_type_be() output.Tom Lane2017-05-291-1/+1
* Make edge-case behavior of jsonb_populate_record match json_populate_recordTom Lane2017-05-291-15/+3
* Code review focused on new node types added by partitioning support.Tom Lane2017-05-282-2/+40
* Avoid locale-dependent output in select_views regression test.Tom Lane2017-05-283-1554/+2
* Move autogenerated array types out of the way during ALTER ... RENAME.Tom Lane2017-05-262-0/+69
* Fix table syncing with different column orderPeter Eisentraut2017-05-241-2/+13
* Fix precision and rounding issues in money multiplication and division.Tom Lane2017-05-212-0/+62
* Copy partitioned_rels lists to avoid shared substructure.Robert Haas2017-05-192-0/+41
* Don't explicitly mark range partitioning columns NOT NULL.Robert Haas2017-05-185-48/+17
* Improve CREATE SUBSCRIPTION option parsingPeter Eisentraut2017-05-172-0/+12
* Post-PG 10 beta1 pgperltidy runBruce Momjian2017-05-1724-478/+704
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-171-3/+4
* Add more tests for CREATE SUBSCRIPTIONPeter Eisentraut2017-05-172-0/+35
* Revert "Add a test for transition table usage in FOR EACH ROW trigger."Kevin Grittner2017-05-163-53/+0
* Add a test for transition table usage in FOR EACH ROW trigger.Kevin Grittner2017-05-163-0/+53
* Fix relcache leak when row triggers on partitions are fired by COPY.Robert Haas2017-05-162-0/+22
* In SSL tests, don't scribble on permissions of a repo file.Tom Lane2017-05-152-9/+13
* Update oidjoins regression test for v10.Tom Lane2017-05-152-0/+108
* Fix unsafe reference into relcache in constructed CommentStmt.Tom Lane2017-05-152-0/+51
* Fix ALTER SEQUENCE lockingPeter Eisentraut2017-05-153-0/+125
* stats regression test's wait_for_stats() must check timestamp too.Tom Lane2017-05-142-2/+16
* Make stats regression test more robust in the face of parallel query.Tom Lane2017-05-142-4/+4
* Fix handling of extended statistics during ALTER COLUMN TYPE.Tom Lane2017-05-142-0/+36
* Standardize terminology for pg_statistic_ext entries.Tom Lane2017-05-147-20/+20
* Teach \d+ to show partitioning constraints.Robert Haas2017-05-133-15/+97