aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #19090 from gregnavis/support-postgresql-operator-classes-...Matthew Draper2017-12-011-0/+17
|\
| * Add support for PostgreSQL operator classes to add_indexGreg Navis2017-11-301-0/+17
* | Add :nodoc: to `StatementPool` which is internal used [ci skip]Ryuta Kamizono2017-11-301-2/+1
|/
* Add new error class `QueryCanceled` which will be raised when canceling state...Ryuta Kamizono2017-11-271-1/+1
* Rename `TransactionTimeout` to more descriptive `LockWaitTimeout` (#31223)Ryuta Kamizono2017-11-271-1/+1
* Improve AR connection fork safetyMatthew Draper2017-11-181-0/+5
* Add new error class `StatementTimeout` which will be raised when statement ti...Ryuta Kamizono2017-11-131-0/+3
* Raise `TransactionTimeout` when lock wait timeout exceeded for PG adapterRyuta Kamizono2017-11-111-0/+3
* `supports_extensions?` return always true since PostgreSQL 9.1Yasuo Honda2017-10-241-9/+3
* [Active Record] require => require_relativeAkira Matsuda2017-10-211-14/+14
* Fix longer sequence name detection for serial columns (#28339)Ryuta Kamizono2017-10-151-2/+3
* Prefer official name PostgreSQL over PostgresRyuta Kamizono2017-10-041-2/+2
* Refactor `SchemaDumper` to make it possible to adapter specific customizationRyuta Kamizono2017-08-221-1/+0
* Update links to use https instead of http [ci skip]Yoshiyuki Hirano2017-08-221-1/+1
* Prevent extra `SET time zone` in `configure_connection` (#28413)Ryuta Kamizono2017-08-211-6/+8
* Place `update_table_definition` consistently in `SchemaStatements`Ryuta Kamizono2017-08-211-4/+0
* Register integer types limit correctly for postgresql adapter (#26386)Ryuta Kamizono2017-08-201-15/+4
* Change http postgresql.org links to https [ci skip]yuuji.yaginuma2017-07-301-4/+4
* Merge pull request #29869 from kamipo/make_type_map_to_privateRafael França2017-07-211-6/+6
|\
| * Make `type_map` to private because it is only used in the connection adapterRyuta Kamizono2017-07-201-6/+6
* | Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
|/
* Catch postgres connection errors when trying to dealloc the statement poolChris Williams2017-07-131-0/+1
* Merge branch 'master' into require_relative_2017Xavier Noria2017-07-021-7/+6
|\
| * Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
| * Merge pull request #29540 from kirs/rubocop-frozen-stringMatthew Draper2017-07-021-0/+1
| |\
| | * Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
| * | Don't cache queries for schema statementsRyuta Kamizono2017-06-301-7/+6
| |/
* / [Active Record] require => require_relativeAkira Matsuda2017-07-011-14/+14
|/
* Use `quote` method rather than single quotes to identifiers in SQLRyuta Kamizono2017-06-291-5/+0
* Consolidate database specific JSON types to `Type::Json`Ryuta Kamizono2017-05-301-2/+1
* Deprecate `supports_statement_cache?`Ryuta Kamizono2017-05-011-6/+0
* Merge pull request #28883 from yahonda/fix28797Rafael França2017-04-261-1/+1
|\
| * PostgreSQL 10 allows `CURRENT_DATE` and `CURRENT_TIMESTAMP` as default functionsYasuo Honda2017-04-261-1/+1
* | Revert "Merge pull request #27636 from mtsmfm/disable-referential-integrity-w...Rafael Mendonça França2017-04-261-6/+0
|/
* Add comprehensive locking around DB transactionsMatthew Draper2017-04-111-12/+20
* Merge pull request #28052 from kamipo/make_internal_methods_to_privateRafael França2017-03-281-15/+2
|\
| * Make internal methods to privateRyuta Kamizono2017-03-271-15/+2
* | Use `SET CONSTRAINTS` for `disable_referential_integrity` without superuser p...Fumiaki MATSUSHIMA2017-03-261-0/+6
|/
* Move comment to inside the method [ci skip]Fumiaki MATSUSHIMA2017-03-231-1/+1
* [PostgreSQL]: Replace deprecated PG constants.Lars Kanis2017-03-221-9/+9
* Revert "Merge pull request #28369 from mylake/reduce-postgresql-adapter-memor...Matthew Draper2017-03-141-2/+2
* Merge pull request #28369 from mylake/reduce-postgresql-adapter-memory-bloatRafael França2017-03-131-2/+2
|\
| * Use “distinct” to filter redundant types from pg_typeto reduce memory blo...mylake2017-03-101-2/+2
* | Merge pull request #28068 from kamipo/refactor_data_sourcesRafael França2017-03-131-1/+1
|\ \ | |/ |/|
| * Extract `data_source_sql` to refactor data source statementsRyuta Kamizono2017-02-201-1/+1
* | Use `max_identifier_length` for `index_name_length` in PostgreSQL adapterRyuta Kamizono2017-02-271-2/+3
* | Deprecate `supports_migrations?` on connection adaptersRyuta Kamizono2017-02-271-5/+0
* | Push `valid_type?` up to abstract adapterRyuta Kamizono2017-02-261-4/+0
* | Ensure test threads share a DB connectioneileencodes2017-02-201-14/+20
|/
* Add `default_index_type?` to the generic schema dumper doesn't have the knowl...Ryuta Kamizono2017-02-141-0/+4