summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/create_table.out
AgeCommit message (Expand)Author
2025-08-22Ignore temporary relations in RelidByRelfilenumber()Michael Paquier
2024-11-08Add pg_constraint rows for not-null constraintsÁlvaro Herrera
2024-10-31Make all ereport() calls within gram.y provide error locations.Tom Lane
2024-10-03Remove support for unlogged on partitioned tablesMichael Paquier
2024-05-13Revert structural changes to not-null constraintsAlvaro Herrera
2023-08-25Catalog not-null constraintsAlvaro Herrera
2023-07-12Allow some exclusion constraints on partitionsPeter Eisentraut
2023-07-10Message wording improvementsPeter Eisentraut
2023-04-12Revert "Catalog NOT NULL constraints" and falloutAlvaro Herrera
2023-04-07Catalog NOT NULL constraintsAlvaro Herrera
2022-11-09Report a more useful error for reloptions on a partitioned table.Tom Lane
2022-03-15Fix collection of typos in the code and the documentationMichael Paquier
2022-02-08Rearrange core regression tests to reduce cross-script dependencies.Tom Lane
2021-08-25Avoid using ambiguous word "positive" in error message.Fujii Masao
2021-06-29Fix bogus logic for reporting which hash partition conflicts.Tom Lane
2021-05-07Fix typoPeter Eisentraut
2021-02-22Improve new hash partition bound check error messagesPeter Eisentraut
2020-10-30Fix assertion failure in check_new_partition_bound().Tom Lane
2020-09-28Stabilize create_table regression test.Tom Lane
2020-09-28Assign collations in partition bound expressions.Tom Lane
2020-09-28Remove complaints about COLLATE clauses in partition bound values.Tom Lane
2020-09-23Improve error cursor positions for problems with partition bounds.Tom Lane
2020-04-08Fix crash when using COLLATE in partition bound expressionsMichael Paquier
2020-04-04Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch
2020-03-22Revert "Skip WAL for new relfilenodes, under wal_level=minimal."Noah Misch
2020-03-21Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch
2020-01-28Added relation name in error messages for constraint checks.Amit Kapila
2019-12-25Allow whole-row Vars to be used in partitioning expressions.Tom Lane
2019-12-25Load relcache entries' partitioning data on-demand, not immediately.Tom Lane
2019-12-23Disallow partition key expressions that return pseudo-types.Tom Lane
2019-11-02Fix failure when creating cloned indexes for a partitionMichael Paquier
2019-09-07Avoid using INFO elevel for what are fundamentally debug messages.Tom Lane
2019-07-22Install dependencies to prevent dropping partition key columns.Tom Lane
2019-06-28Fix for dropped columns in a partitioned table's default partitionAlvaro Herrera
2019-05-17Fix regression test outputsMichael Paquier
2019-03-27Improve error handling of column references in expression transformationMichael Paquier
2019-03-26Fix crash when using partition bound expressionsMichael Paquier
2019-02-15Fix support for CREATE TABLE IF NOT EXISTS AS EXECUTEMichael Paquier
2019-01-26Make regression test output locale-independentPeter Eisentraut
2019-01-25Allow generalized expression syntax for partition boundsPeter Eisentraut
2018-12-10Add additional partition tests to pg_dumpStephen Frost
2018-11-27Fix jit compilation bug on wide tables.Andres Freund
2018-11-20Remove WITH OIDS support, change oid catalog column visibility.Andres Freund
2018-11-19psql: Describe partitioned tables/indexes as suchAlvaro Herrera
2018-11-08Revise attribute handling code on partition creationAlvaro Herrera
2018-11-05Block creation of partitions with open references to its parentMichael Paquier
2018-08-30Error position support for partition specificationsPeter Eisentraut
2018-07-19Remove undocumented restriction against duplicate partition key columns.Tom Lane
2018-07-10Better handle pseudotypes as partition keysAlvaro Herrera
2018-06-20Clarify use of temporary tables within partition treesMichael Paquier