Commit Graph

43 Commits (05d0f13f0701d84e4e6784da336aabcc2dfc8ade)

Author SHA1 Message Date
Robert Haas 3ccdc6f9a5 Fix list partition constraints for partition keys of array type. 8 years ago
Tom Lane fb8697b31a Avoid unnecessary use of pg_strcasecmp for already-downcased identifiers. 8 years ago
Simon Riggs 05b6ec39d7 Show partition info from psql \d+ 8 years ago
Robert Haas 1aba8e651a Add hash partitioning. 8 years ago
Robert Haas 9361f6f54e After a MINVALUE/MAXVALUE bound, allow only more of the same. 8 years ago
Robert Haas 6f6b99d133 Allow a partitioned table to have a default partition. 8 years ago
Dean Rasheed d363d42bb9 Use MINVALUE/MAXVALUE instead of UNBOUNDED for range partition bounds. 9 years ago
Tom Lane 76a3df6e5e Code review focused on new node types added by partitioning support. 9 years ago
Robert Haas 3ec76ff1f2 Don't explicitly mark range partitioning columns NOT NULL. 9 years ago
Robert Haas 1848b73d45 Teach \d+ to show partitioning constraints. 9 years ago
Robert Haas 3439f84475 Disallow finite partition bound following earlier UNBOUNDED column. 9 years ago
Robert Haas 504c2205ab Fix crash when partitioned column specified twice. 9 years ago
Stephen Frost b9a3ef55b2 Remove unnecessairly duplicated gram.y productions 9 years ago
Simon Riggs 51175f3638 Allow COMMENT ON COLUMN with partitioned tables 9 years ago
Simon Riggs 8b4d582d27 Allow partitioned tables to be dropped without CASCADE 9 years ago
Robert Haas a3dc8e495b Make partitions automatically inherit OIDs. 9 years ago
Heikki Linnakangas 181bdb90ba Fix typos in comments. 9 years ago
Tom Lane 1e7c4bb004 Change unknown-type literals to type text in SELECT and RETURNING lists. 9 years ago
Robert Haas c397814953 Teach partitioning tests not to use DROP TABLE ... CASCADE. 9 years ago
Robert Haas 8a8afe2f54 Fix some problems in check_new_partition_bound(). 9 years ago
Tom Lane 5ad966ab1c Fix some more regression test row-order-instability issues. 9 years ago
Robert Haas 71efd34fb8 Replace references to COLLATE "en_US" with COLLATE "C". 9 years ago
Robert Haas f0e44751d7 Implement table partitioning. 9 years ago
Bruce Momjian b943f502b7 Have CREATE TABLE LIKE add OID column if any LIKEd table has one 10 years ago
Alvaro Herrera 0853630159 Fix lost persistence setting during REINDEX INDEX 11 years ago
Andrew Dunstan e39b6f953e Add CINE option for CREATE TABLE AS and CREATE MATERIALIZED VIEW 11 years ago
Andrew Dunstan ab22b149c6 Do jsonb regression test input in the conventional way. 12 years ago
Simon Riggs 28ac797287 Revert error message on GLOBAL/LOCAL pending further discussion 14 years ago
Simon Riggs 72335a2015 Add ERROR msg for GLOBAL/LOCAL TEMP is not yet implemented 14 years ago
Robert Haas 4893552e21 Fix another bit of unlogged-table-induced breakage. 14 years ago
Robert Haas 6f1be5a67a Unbreak unlogged tables. 15 years ago
Peter Eisentraut fc946c39ae Remove useless whitespace at end of lines 15 years ago
Robert Haas a3b012b560 CREATE TABLE IF NOT EXISTS. 16 years ago
Tom Lane 140d4ebcb4 Tsearch2 functionality migrates to core. The bulk of this work is by 19 years ago
Teodor Sigaev 8a3631f8d8 GIN: Generalized Inverted iNdex. 20 years ago
Neil Conway 5df3fc67a7 This patch updates the regression tests to allow "make installcheck" to 21 years ago
Peter Eisentraut 5546ec289b Make char(n) and varchar(n) types raise an error if the inserted string is 25 years ago
Thomas G. Lockhart c0cab6f4fa Update format to add uniform headers on files. 26 years ago
Bruce Momjian 5d5cf912bc I have two patches for 6.5.0: 27 years ago
Bruce Momjian 0d203b745d Re-apply Darren's char2-16 removal code. 28 years ago
Bruce Momjian db21523314 Back out char2-char16 removal. Add later. 28 years ago
Bruce Momjian 57b5966405 The following uuencoded, gzip'd file will ... 28 years ago
Marc G. Fournier 9c9e2dd4b5 More splits of the regression tests in order to make them more 29 years ago