aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb
Commit message (Expand)AuthorAgeFilesLines
* PostgreSQL: Use native timestamp decoders of pg-1.1Lars Kanis2019-01-261-0/+30
* Prevent write queries for `exec_query`Ryuta Kamizono2018-12-111-0/+4
* Bump the minimum version of PostgreSQL to 9.3Yasuo Honda2018-11-251-19/+12
* Merge pull request #34468 from gmcgibbon/redact_sql_in_errorsRafael França2018-11-231-13/+13
|\
| * Redact SQL in errorsGannon McGibbon2018-11-221-13/+13
* | Use squiggly heredoc to strip odd indentation in the executed SQLRyuta Kamizono2018-11-221-7/+7
|/
* Fix typo and clarify documentationJacob Evelyn2018-11-161-3/+4
* Add support for UNLOGGED Postgresql tablesJacob Evelyn2018-11-131-0/+12
* Hide PG::Connection from API docs [ci skip]Francesco Rodríguez2018-10-231-1/+1
* Consistently extract checking version for all adaptersRyuta Kamizono2018-10-171-14/+15
* Add `Style/RedundantFreeze` to remove redudant `.freeze`Yasuo Honda2018-09-291-6/+6
* Merge pull request #33188 from larskanis/pg-1.1Yuji Yaginuma2018-09-171-1/+9
|\
| * PostgreSQL: Prepare for pg-1.1.0Lars Kanis2018-05-271-1/+9
* | `supports_xxx?` returns whether a feature is supported by the backendRyuta Kamizono2018-09-081-1/+1
* | Merge pull request #32647 from eugeneius/lazy_transactionsMatthew Draper2018-08-231-0/+8
|\ \
| * | Omit BEGIN/COMMIT statements for empty transactionsEugene Kenny2018-08-131-0/+8
| |/
* / Add database configuration to disable advisory locks.Guo Xiang Tan2018-08-221-1/+1
|/
* PostgreSQL: Treat infinite values in date like datetime consistentlyRyuta Kamizono2018-02-231-1/+2
* Make discard safe when it follows a manual disconnectMatthew Draper2018-01-251-1/+1
* Support for PostgreSQL foreign tablesfatkodima2018-01-221-0/+4
* PostgreSQL: Allow pg-1.0 gem to be used with ActiveRecordLars Kanis2018-01-101-1/+1
* Add bulk alter support for PostgreSQLDinah Shi2017-12-061-0/+4
* Extract duplicated index column options normalization as `options_for_index_c...Ryuta Kamizono2017-12-031-18/+0
* Add support for invalid foreign keys in PostgresTravis Hunter2017-12-011-0/+4
* 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