aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb
Commit message (Expand)AuthorAgeFilesLines
* activerecord: Fix identity for sum of strings3-2-stable-for-hmnoHarald Eilertsen2019-08-061-1/+1
* Check against bit string values using multiline regexpRafael Mendonça França2014-07-021-3/+3
* Do not shallow the original exception in exec_cacheRafael Mendonça França2013-07-091-1/+5
* Correctly parse bigint defaults in PostgreSQL, Backpost #10098.Erik Peterson2013-04-111-1/+1
* Wrong exception is occured when raising no translatable exceptionkennyj2013-03-201-0/+2
* Don't crash exception translation w/ nil result attribute.Steve Jorgensen2013-03-201-1/+1
* connection_parameters is an Array and will never haveRafael Mendonça França2013-01-061-2/+0
* Merge pull request #8417 from kennyj/fix_8414Rafael Mendonça França2012-12-041-3/+2
* Merge pull request #6397 from kennyj/fix_translate_exceptionAaron Patterson2012-11-301-3/+7
* Merge pull request #8276 from pwnall/pgsql_text_limitsRafael Mendonça França2012-11-201-0/+7
* 7914 Using a better way to get the defaults from db.Arturo Pie2012-10-141-12/+7
* #7914 get default value when type uses schema nameArturo Pie2012-10-141-1/+1
* Merge pull request #7850 from senny/5920_postgres_adapter_table_with_capital_...Rafael Mendonça França2012-10-061-1/+1
* Backport explain fixes.Rafael Mendonça França2012-09-161-9/+9
* Backport PostgreSQL auto-reconnect test coverageSteve Jorgensen2012-09-131-0/+1
* Merge pull request #5872 from evtuhovich/prepared_statement_fixAaron Patterson2012-08-061-10/+10
* Backport #5168 to 3-2-stable. Fix a problem that NULLS is ignored by postgres...kennyj2012-08-021-1/+1
* Update psql adapter to rename a default pkey sequence during rename_table.Robb Kidd2012-07-101-0/+7
* Merge pull request #6477 from steveklabnik/close_discovered_pg_connectionRafael Mendonça França2012-05-301-1/+2
* Postgresql doesn't accept limits on binary (bytea) columns.Victor Costan2012-05-211-8/+19
* Merge pull request #5437 from kennyj/fix_5430Aaron Patterson2012-03-151-1/+1
* prepared statements can be disabledAaron Patterson2012-02-211-2/+15
* tag bind params with a bind param objectAaron Patterson2012-02-211-1/+1
* Merge pull request #5096 from lawso017/masterAaron Patterson2012-02-211-16/+36
* implements automatic EXPLAIN logging for slow queriesXavier Noria2011-12-021-2/+7
* Revert "Use any instead of length"José Valim2011-11-281-1/+1
* Use any instead of lengthRahul P. Chaudhari2011-11-271-1/+1
* removing deprecated methodsAaron Patterson2011-11-191-4/+0
* adding visitors to the respective adaptersAaron Patterson2011-11-191-0/+1
* Merge pull request #3521 from nulogy/fix_postgres_adapter_to_handle_spaces_be...Aaron Patterson2011-11-061-2/+1
* implements AR::Relation#explainXavier Noria2011-11-051-1/+43
* AR changes to support creating ordered (asc, desc) indexesVlad Jebelev2011-11-041-3/+13
* clear statement cache when tables are alteredAaron Patterson2011-10-271-0/+6
* Merge pull request #3258 from ileitch/3-1-stableAaron Patterson2011-10-201-1/+7
* reset prepared statement when schema changes imapact statement results. fixes...Aaron Patterson2011-10-181-11/+43
* Use the schema_search_path in prepared statements.Juan M. Cuello2011-10-051-3/+4
* LRU should cache per process in postgresql. fixes #1339Aaron Patterson2011-09-071-10/+14
* fixing view queriesAaron Patterson2011-09-071-3/+5
* use the supplied bind valuesAaron Patterson2011-09-071-1/+1
* Merge commit 'refs/pull/2909/head' of https://github.com/rails/rails into rawrAaron Patterson2011-09-071-6/+4
* Database adapters use a statement pool.Aaron Patterson2011-09-061-5/+41
* Merge pull request #2021 from dasch/more_postgres_utilsAaron Patterson2011-08-291-1/+3
|\
| * Make #extract_schema_and_table an instance method in UtilsDaniel Schierbeck2011-07-091-1/+3
* | Make it the responsibility of the connection to hold onto an ARel visitor for...Jon Leighton2011-08-081-0/+4
* | accept option for recreate db for postgres (same as mysql now)artemk2011-08-041-2/+4
|/
* Refactor PostgreSQLAdapter a bitDaniel Schierbeck2011-07-081-16/+18
* Improve ordering of multiple columns on postgresqlLucia Escanellas2011-06-241-1/+1
* Merge remote branch 'rails/master' into pg_schema_fuPaul Gallagher2011-06-191-2/+2
|\
| * Remove trailing whitespacesGuillermo Iguaran2011-06-121-2/+2
* | Make PostgreSQL adapter view-compatiblePaul Gallagher2011-06-191-3/+5