summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/create_table.out
Commit message (Expand)AuthorAgeFilesLines
* Revert "Catalog NOT NULL constraints" and falloutAlvaro Herrera2023-04-121-15/+12
* Catalog NOT NULL constraintsAlvaro Herrera2023-04-071-12/+15
* Report a more useful error for reloptions on a partitioned table.Tom Lane2022-11-091-0/+4
* Fix collection of typos in the code and the documentationMichael Paquier2022-03-151-1/+1
* Rearrange core regression tests to reduce cross-script dependencies.Tom Lane2022-02-081-206/+1
* Avoid using ambiguous word "positive" in error message.Fujii Masao2021-08-251-1/+1
* Fix bogus logic for reporting which hash partition conflicts.Tom Lane2021-06-291-2/+8
* Fix typoPeter Eisentraut2021-05-071-3/+3
* Improve new hash partition bound check error messagesPeter Eisentraut2021-02-221-0/+2
* Fix assertion failure in check_new_partition_bound().Tom Lane2020-10-301-0/+4
* Stabilize create_table regression test.Tom Lane2020-09-281-11/+0
* Assign collations in partition bound expressions.Tom Lane2020-09-281-0/+7
* Remove complaints about COLLATE clauses in partition bound values.Tom Lane2020-09-281-17/+15
* Improve error cursor positions for problems with partition bounds.Tom Lane2020-09-231-0/+30
* Fix crash when using COLLATE in partition bound expressionsMichael Paquier2020-04-081-0/+6
* Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch2020-04-041-0/+13
* Revert "Skip WAL for new relfilenodes, under wal_level=minimal."Noah Misch2020-03-221-13/+0
* Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch2020-03-211-0/+13
* Added relation name in error messages for constraint checks.Amit Kapila2020-01-281-1/+1
* Allow whole-row Vars to be used in partitioning expressions.Tom Lane2019-12-251-5/+25
* Load relcache entries' partitioning data on-demand, not immediately.Tom Lane2019-12-251-0/+16
* Disallow partition key expressions that return pseudo-types.Tom Lane2019-12-231-1/+12
* Fix failure when creating cloned indexes for a partitionMichael Paquier2019-11-021-0/+49
* Avoid using INFO elevel for what are fundamentally debug messages.Tom Lane2019-09-071-1/+0
* Install dependencies to prevent dropping partition key columns.Tom Lane2019-07-221-0/+36
* Fix for dropped columns in a partitioned table's default partitionAlvaro Herrera2019-06-281-0/+14
* Fix regression test outputsMichael Paquier2019-05-171-2/+2
* Improve error handling of column references in expression transformationMichael Paquier2019-03-271-12/+46
* Fix crash when using partition bound expressionsMichael Paquier2019-03-261-1/+54
* Fix support for CREATE TABLE IF NOT EXISTS AS EXECUTEMichael Paquier2019-02-151-0/+14
* Make regression test output locale-independentPeter Eisentraut2019-01-261-7/+7
* Allow generalized expression syntax for partition boundsPeter Eisentraut2019-01-251-18/+73
* Add additional partition tests to pg_dumpStephen Frost2018-12-101-14/+31
* Fix jit compilation bug on wide tables.Andres Freund2018-11-271-0/+10
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-201-30/+14
* psql: Describe partitioned tables/indexes as suchAlvaro Herrera2018-11-191-7/+7
* Revise attribute handling code on partition creationAlvaro Herrera2018-11-081-0/+26
* Block creation of partitions with open references to its parentMichael Paquier2018-11-051-0/+16
* Error position support for partition specificationsPeter Eisentraut2018-08-301-0/+6
* Remove undocumented restriction against duplicate partition key columns.Tom Lane2018-07-191-5/+0
* Better handle pseudotypes as partition keysAlvaro Herrera2018-07-101-1/+1
* Clarify use of temporary tables within partition treesMichael Paquier2018-06-201-0/+10
* Fix handling of partition bounds for boolean partitioning columns.Tom Lane2018-04-231-0/+14
* Use the right memory context for partkey's FmgrInfoAlvaro Herrera2018-04-121-2/+14
* Foreign keys on partitioned tablesAlvaro Herrera2018-04-041-10/+0
* Allow UNIQUE indexes on partitioned tablesAlvaro Herrera2018-02-191-12/+0
* Fix oversight in CALL argument handling, and do some minor cleanup.Tom Lane2018-02-101-2/+2
* Fix RelationBuildPartitionKey's processing of partition key expressions.Tom Lane2018-02-051-7/+22
* Fix list partition constraints for partition keys of array type.Robert Haas2018-01-311-3/+15
* Avoid unnecessary use of pg_strcasecmp for already-downcased identifiers.Tom Lane2018-01-261-0/+5