summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2017-06-17Remove incorrect commentMagnus Hagander
2017-06-16Use RangeVarGetRelidExtended() in AlterSequence()Peter Eisentraut
2017-06-16Fix dependency, when changing a function's argument/return type.Heikki Linnakangas
2017-06-15psql: Improve display of "for all tables" publicationsPeter Eisentraut
2017-06-15Remove unnecessary IPC::Run inclusionPeter Eisentraut
2017-06-14Use DEFACLOBJ_ macros in error message instead of hardcodingPeter Eisentraut
2017-06-14Teach predtest.c about CHECK clauses to fix partitioning bugs.Robert Haas
2017-06-14Fix no-longer-valid shortcuts in expression_returns_set().Tom Lane
2017-06-14Teach PL/pgSQL about partitioned tables.Dean Rasheed
2017-06-14Teach RemoveRoleFromObjectPolicy() about partitioned tables.Dean Rasheed
2017-06-14Disallow set-returning functions inside CASE or COALESCE.Tom Lane
2017-06-13psql: Use more consistent capitalization of some output headingsPeter Eisentraut
2017-06-13Teach relation_is_updatable() about partitioned tables.Dean Rasheed
2017-06-13Fix failure to remove dependencies when a partition is detached.Robert Haas
2017-06-13Fix confusion about number of subplans in partitioned INSERT setup.Tom Lane
2017-06-11Apply RLS policies to partitioned tables.Joe Conway
2017-06-07Prevent BEFORE triggers from violating partitioning constraints.Robert Haas
2017-06-06Clean up latch related code.Andres Freund
2017-06-06Fix ALTER SUBSCRIPTION grammar ambiguityPeter Eisentraut
2017-06-05Don't be so trusting that shm_toc_lookup() will always succeed.Tom Lane
2017-06-04Disallow CREATE INDEX if table is already in use in current session.Tom Lane
2017-06-03Fix old corner-case logic error in final_cost_nestloop().Tom Lane
2017-06-01Make ALTER SEQUENCE, including RESTART, fully transactional.Andres Freund
2017-05-30Fix improper quoting of format_type_be() output.Tom Lane
2017-05-29Make edge-case behavior of jsonb_populate_record match json_populate_recordTom Lane
2017-05-29Code review focused on new node types added by partitioning support.Tom Lane
2017-05-28Avoid locale-dependent output in select_views regression test.Tom Lane
2017-05-26Move autogenerated array types out of the way during ALTER ... RENAME.Tom Lane
2017-05-24Fix table syncing with different column orderPeter Eisentraut
2017-05-21Fix precision and rounding issues in money multiplication and division.Tom Lane
2017-05-19Copy partitioned_rels lists to avoid shared substructure.Robert Haas
2017-05-18Don't explicitly mark range partitioning columns NOT NULL.Robert Haas
2017-05-18Improve CREATE SUBSCRIPTION option parsingPeter Eisentraut
2017-05-17Post-PG 10 beta1 pgperltidy runBruce Momjian
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-05-17Add more tests for CREATE SUBSCRIPTIONPeter Eisentraut
2017-05-16Revert "Add a test for transition table usage in FOR EACH ROW trigger."Kevin Grittner
2017-05-16Add a test for transition table usage in FOR EACH ROW trigger.Kevin Grittner
2017-05-16Fix relcache leak when row triggers on partitions are fired by COPY.Robert Haas
2017-05-16In SSL tests, don't scribble on permissions of a repo file.Tom Lane
2017-05-15Update oidjoins regression test for v10.Tom Lane
2017-05-15Fix unsafe reference into relcache in constructed CommentStmt.Tom Lane
2017-05-15Fix ALTER SEQUENCE lockingPeter Eisentraut
2017-05-15stats regression test's wait_for_stats() must check timestamp too.Tom Lane
2017-05-15Make stats regression test more robust in the face of parallel query.Tom Lane
2017-05-14Fix handling of extended statistics during ALTER COLUMN TYPE.Tom Lane
2017-05-14Standardize terminology for pg_statistic_ext entries.Tom Lane
2017-05-13Teach \d+ to show partitioning constraints.Robert Haas
2017-05-13Fix multi-column range partitioning constraints.Robert Haas
2017-05-13Avoid hard-wired sleep delays in stats regression test.Tom Lane