Commit Graph

1952 Commits (16be2fd100199bdf284becfcee02c5eb20d8a11d)

Author SHA1 Message Date
Robert Haas 59407301a3 Avoid crash in ALTER TABLE not_partitioned DETACH PARTITION. 9 years ago
Robert Haas 5262f7a4fc Add optimizer and executor support for parallel index scans. 9 years ago
Robert Haas 51ee6f3160 Replace min_parallel_relation_size with two new GUCs. 9 years ago
Peter Eisentraut 6d16ecc646 Add CREATE COLLATION IF NOT EXISTS clause 9 years ago
Robert Haas 5e6d8d2bbb Allow parallel workers to execute subplans. 9 years ago
Robert Haas e28b115612 Don't disallow dropping NOT NULL for a list partition key. 9 years ago
Peter Eisentraut 2ea5b06c7a Add CREATE SEQUENCE AS <data type> clause 9 years ago
Robert Haas 806091c96f Remove all references to "xlog" from SQL-callable functions in pg_proc. 9 years ago
Andres Freund 7c5d8c16e1 Add explicit ORDER BY to a few tests that exercise hash-join code. 9 years ago
Tom Lane 242066cc8e Speed up "brin" regression test a little bit. 9 years ago
Heikki Linnakangas 181bdb90ba Fix typos in comments. 9 years ago
Tom Lane 555494d1bc Fix placement of initPlans when forcibly materializing a subplan. 9 years ago
Tom Lane c82d4e658e Fix mishandling of tSRFs at different nesting levels. 9 years ago
Tom Lane 86322dc7e0 Improve psql's behavior for \set and \unset of its control variables. 9 years ago
Tom Lane de16ab7238 Invent pg_hba_file_rules view to show the content of pg_hba.conf. 9 years ago
Tom Lane d002f16c6e Add a regression test script dedicated to exercising system views. 9 years ago
Tom Lane 511ae628f3 Make psql reject attempts to set special variables to invalid values. 9 years ago
Peter Eisentraut 46aae5949f Fix sequence test in cs_CZ locale 9 years ago
Peter Eisentraut d711532b2e Additional test coverage for sequences 9 years ago
Peter Eisentraut 9c18104c74 Simplify sequence test 9 years ago
Peter Eisentraut 2a2bdcab2c Add object_address tests for publications and subscriptions 9 years ago
Tom Lane 9d4ca01314 Ensure that a tsquery like '!foo' matches empty tsvectors. 9 years ago
Tom Lane d8d32d9a56 Make UNKNOWN into an actual pseudo-type. 9 years ago
Tom Lane 1e7c4bb004 Change unknown-type literals to type text in SELECT and RETURNING lists. 9 years ago
Tom Lane 7fa7bf18e4 Use non-conflicting table names in new regression test case. 9 years ago
Robert Haas 587cda35ca Fix things so that updatable views work with partitioned tables. 9 years ago
Robert Haas 132488bfee Set ecxt_scantuple correctly for tuple routing. 9 years ago
Peter Eisentraut 6c488ea136 Paper over pg_upgrade test failure 9 years ago
Peter Eisentraut 665d1fad99 Logical replication 9 years ago
Tom Lane d479e37e3d Fix Assert failure induced by commit 215b43cdc. 9 years ago
Andres Freund 182200531a Fix platform dependant regression output triggered by 69f4b9c85f. 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
Robert Haas 05bd889904 Fix RETURNING to work correctly with partition tuple routing. 9 years ago
Robert Haas 39162b2030 Fix failure to enforce partitioning contraint for internal partitions. 9 years ago
Alvaro Herrera 30bcebbdcf Allow negative years in make_date to represent BC years 9 years ago
Tom Lane 1586317c3f Reset the proper GUC in create_index test. 9 years ago
Magnus Hagander d00ca333c3 Implement array version of jsonb_delete and operator 9 years ago
Tom Lane c22ecc6562 Disable transforms that replaced AT TIME ZONE with RelabelType. 9 years ago
Robert Haas e509e7f9e3 Avoid use of DROP TABLE .. CASCADE in partitioning tests. 9 years ago
Robert Haas d26fa4fd47 Add some more tests for tuple routing. 9 years ago
Tom Lane 215b43cdc8 Improve RLS planning by marking individual quals with security levels. 9 years ago
Peter Eisentraut 323b96aa34 Register missing money operators in system catalogs 9 years ago
Peter Eisentraut 09e35315cc Add more tests for money type 9 years ago
Tom Lane 0777f7a2e8 Fix matching of boolean index columns to sort ordering. 9 years ago
Tom Lane 5ad966ab1c Fix some more regression test row-order-instability issues. 9 years ago
Robert Haas 0563a3a8b5 Fix a bug in how we generate partition constraints. 9 years ago
Alvaro Herrera 3957b58b88 Fix ALTER TABLE / SET TYPE for irregular inheritance 9 years ago
Tom Lane 82f8107b92 Fix handling of empty arrays in array_fill(). 9 years ago
Tom Lane d86f40009b Handle OID column inheritance correctly in ALTER TABLE ... INHERIT. 9 years ago