Commit Graph

23 Commits (f-debugger)

Author SHA1 Message Date
James Bardin 1338502c7b
Merge pull request #26924 from remilapeyre/concurrent-locks-pg
5 years ago
James Bardin 2635b3b023 update remote state to use legacy types
6 years ago
Rémi Lapeyre d81d521bcd Use a global sequence to create the IDs for each workspace
6 years ago
Rémi Lapeyre 12a0a21c0b Add skip_table_creation and skip_index_creation options to the pg backend
6 years ago
Rémi Lapeyre 42be5854a2 Properly quote schema_name in the pg backend configuration
6 years ago
Rémi Lapeyre 9acfe30ca6 Always have the default workspace in the pg backend
6 years ago
Kristin Laemmert 6621501ae3
state: remove deprecated state package (#25490)
6 years ago
yanndegat be5280e4e1 remote-state/pg: add option to skip schema creation (#21607)
7 years ago
Stephen Buergler fc5b186e8d Don't leak so many connections in the pg backend
7 years ago
Mars Hall 34fa67c6b0 Correct pg backend error info
7 years ago
Mars Hall ccf549a62d Stricter pg backend locking during workspace creation
7 years ago
Mars Hall 31c9776d55 Switch pg backend to session-level advisory locking, to avoid rollback of partial state updates
7 years ago
Mars Hall 6d9e2048f4 Skip more pg backend acceptance tests
7 years ago
Mars Hall 920e7a7acc Mutex pg backend‘s database transaction
7 years ago
Mars Hall c6bf3442fc Lock() in pg backend now returns LockError for retryable errors
7 years ago
Mars Hall a075a68c58 Correct name of pg backend‘s default schema
7 years ago
Mars Hall 2621f95bd2 📚 doc corrections
7 years ago
Mars Hall b9a91b7c1e Switch pg backend to use native Postgres locks
7 years ago
Mars Hall 8cb2943b6b pg backend tests run when TF_ACC is set (no more TF_PG_TEST)
7 years ago
Mars Hall c8b8227967 Compatibility fixes for 0.12.0
7 years ago
Mars Hall d4d798c25e Fix to use existing pg indexes
7 years ago
Mars Hall 9feda7aab3 Correct code comment for pg
7 years ago
Mars Hall 9043005cfb Postgres database backend
7 years ago