index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
regress
/
expected
/
create_table.out
Age
Commit message (
Expand
)
Author
2025-08-22
Ignore temporary relations in RelidByRelfilenumber()
Michael Paquier
2024-11-08
Add pg_constraint rows for not-null constraints
Álvaro Herrera
2024-10-31
Make all ereport() calls within gram.y provide error locations.
Tom Lane
2024-10-03
Remove support for unlogged on partitioned tables
Michael Paquier
2024-05-13
Revert structural changes to not-null constraints
Alvaro Herrera
2023-08-25
Catalog not-null constraints
Alvaro Herrera
2023-07-12
Allow some exclusion constraints on partitions
Peter Eisentraut
2023-07-10
Message wording improvements
Peter Eisentraut
2023-04-12
Revert "Catalog NOT NULL constraints" and fallout
Alvaro Herrera
2023-04-07
Catalog NOT NULL constraints
Alvaro Herrera
2022-11-09
Report a more useful error for reloptions on a partitioned table.
Tom Lane
2022-03-15
Fix collection of typos in the code and the documentation
Michael Paquier
2022-02-08
Rearrange core regression tests to reduce cross-script dependencies.
Tom Lane
2021-08-25
Avoid using ambiguous word "positive" in error message.
Fujii Masao
2021-06-29
Fix bogus logic for reporting which hash partition conflicts.
Tom Lane
2021-05-07
Fix typo
Peter Eisentraut
2021-02-22
Improve new hash partition bound check error messages
Peter Eisentraut
2020-10-30
Fix assertion failure in check_new_partition_bound().
Tom Lane
2020-09-28
Stabilize create_table regression test.
Tom Lane
2020-09-28
Assign collations in partition bound expressions.
Tom Lane
2020-09-28
Remove complaints about COLLATE clauses in partition bound values.
Tom Lane
2020-09-23
Improve error cursor positions for problems with partition bounds.
Tom Lane
2020-04-08
Fix crash when using COLLATE in partition bound expressions
Michael Paquier
2020-04-04
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-03-22
Revert "Skip WAL for new relfilenodes, under wal_level=minimal."
Noah Misch
2020-03-21
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-01-28
Added relation name in error messages for constraint checks.
Amit Kapila
2019-12-25
Allow whole-row Vars to be used in partitioning expressions.
Tom Lane
2019-12-25
Load relcache entries' partitioning data on-demand, not immediately.
Tom Lane
2019-12-23
Disallow partition key expressions that return pseudo-types.
Tom Lane
2019-11-02
Fix failure when creating cloned indexes for a partition
Michael Paquier
2019-09-07
Avoid using INFO elevel for what are fundamentally debug messages.
Tom Lane
2019-07-22
Install dependencies to prevent dropping partition key columns.
Tom Lane
2019-06-28
Fix for dropped columns in a partitioned table's default partition
Alvaro Herrera
2019-05-17
Fix regression test outputs
Michael Paquier
2019-03-27
Improve error handling of column references in expression transformation
Michael Paquier
2019-03-26
Fix crash when using partition bound expressions
Michael Paquier
2019-02-15
Fix support for CREATE TABLE IF NOT EXISTS AS EXECUTE
Michael Paquier
2019-01-26
Make regression test output locale-independent
Peter Eisentraut
2019-01-25
Allow generalized expression syntax for partition bounds
Peter Eisentraut
2018-12-10
Add additional partition tests to pg_dump
Stephen Frost
2018-11-27
Fix jit compilation bug on wide tables.
Andres Freund
2018-11-20
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-19
psql: Describe partitioned tables/indexes as such
Alvaro Herrera
2018-11-08
Revise attribute handling code on partition creation
Alvaro Herrera
2018-11-05
Block creation of partitions with open references to its parent
Michael Paquier
2018-08-30
Error position support for partition specifications
Peter Eisentraut
2018-07-19
Remove undocumented restriction against duplicate partition key columns.
Tom Lane
2018-07-10
Better handle pseudotypes as partition keys
Alvaro Herrera
2018-06-20
Clarify use of temporary tables within partition trees
Michael Paquier
[next]