Commit Graph

88 Commits (03f6c650ca9e78fc0d80d430ca1ec2a52c262da4)

Author SHA1 Message Date
Sean Chittenden e9b2b38288
Remove SetId() call from *Read(), this isn't required for import to work.
10 years ago
Sean Chittenden f253fc9eff
Commit miss earlier, fix syntax from unstaged commit.
10 years ago
Sean Chittenden 5280c37bea
`postgresql_database` resource provider should now be feature complete.
10 years ago
Sean Chittenden 59f4ad6fd1
Alpha sort the resources in the PostgreSQL map.
10 years ago
Sean Chittenden 300ef2bc97
Add `connect_timeout` support to the PostgreSQL provider.
10 years ago
Sean Chittenden 3750bf7af2
Depreciate the PostgreSQL provider's `ssl_mode` option in favor of `sslmode`.
10 years ago
Sean Chittenden a200899d93
Allow the PostgreSQL provider to talk to a non-default database.
10 years ago
Sean Chittenden 602a908d7b
Add a `fallback_application_name` to the PostgreSQL DSN.
10 years ago
Sean Chittenden 44d907a3de
Revert "Prefer PGHOSTADDR over PGHOST, if set." lib/pq doesn't support PGHOSTADDR.
10 years ago
Sean Chittenden 55061d190a
Prefer PGHOSTADDR over PGHOST, if set.
10 years ago
Sean Chittenden 3779dfffa9
Use a string instead of the `%t` modifier for printing a bool in SQL
10 years ago
Sean Chittenden 5b66bf0745
ForceNew is required when changing the locale, ctype, and encoding.
10 years ago
Sean Chittenden 547dcf27e1
Decorate the computed attribute where appropriate
10 years ago
Sean Chittenden 242405bdf1
Factor out the validate function for connection limits
10 years ago
Sean Chittenden 02dea2edd9
Add missing descriptions to owner and name
10 years ago
Sean Chittenden deb91f61ce
Update the descriptions to mostly match the official PostgreSQL docs.
10 years ago
Sean Chittenden 68cadd3c2a
Update the FIXME/TODO style to match Google style guides
10 years ago
Sean Chittenden f3add9e7ef
Flesh out the CREATE DATABASE for PostgreSQL.
10 years ago
Sean Chittenden 2aee081e4b
Eh, specify default values lib/pq zero initializes itself
10 years ago
Sean Chittenden 7e5ccc089b
Spell `ssl_mode` like `sslmode`
10 years ago
Sean Chittenden 655617ed6a
Remove the PGPASSWORD requirement for tests.
10 years ago
Sean Chittenden ec130d538c
Add comments requesting that the testing-specific environment variables
10 years ago
Sean Chittenden b68ef2c40b
Fall through to using the defaults from github.com/lib/pq
10 years ago
Sean Chittenden f31ebff10e
Change the PostgreSQL PGSSLMODE option to sslmode to match PostgreSQL idioms.
10 years ago
Alexander Kyxap f993f0e70e Added 'connect_timeout' argument to provider 'postgresql' (#10380)
10 years ago
stack72 f5cd90c13e
provider/postgresql: Fixing up the PG Extension test
10 years ago
Sam Dunne cb40a3ef14
Format code
10 years ago
Sam Dunne 5dbd9423cc
Update based off review
10 years ago
Sam Dunne 792a6c0232
Remove unused dependency
10 years ago
Sam Dunne d073a90cb1
Create provisioner for postgresql extensions
10 years ago
James Nugent 44af0d60df provider/postgres: Fix acceptance tests
10 years ago
James Nugent 34a17d3b46 provider/postgres: Correct casing -> PostgreSQL
10 years ago
James Nugent 006ab910b8 provider/postgres: Use standard environment vars
10 years ago
James Nugent 260179543a provider/postgres: Clean up definitions and errors
10 years ago
Martin Atkins 220d73f32c provider/postgresql: default ssl_mode is "prefer"
10 years ago
Xavier Sellier fc9825e4c4 - Add support for 'ssl_mode' options present in lib/pq
10 years ago
stack72 5fbec544d7 Fixing yet more gofmt errors with imports
10 years ago
Adrian Chelaru e1eef15646 postgresql provider with "database" and "role" resources
11 years ago