summaryrefslogtreecommitdiffstats
path: root/system/database/drivers/postgre/postgre_driver.php
AgeCommit message (Expand)AuthorFilesLines
2013-09-10Add support for UPDATE ... RETURNING statements in PostgreSQLAndrey Andreev1-1/+1
2013-09-08Adjust a few phpdoc in query builder codevlakoff1-1/+1
2013-07-17Fix #2490 (an improved version of PR #2534)Andrey Andreev1-0/+13
2013-01-10Unify escape_str() array input and LIKE logicAndrey Andreev1-25/+4
2013-01-01[ci skip] Happy new yearAndrey Andreev1-1/+1
2012-12-03Fix postgre db_connect()Andrey Andreev1-6/+6
2012-12-03Improve schema support for PostgreAndrey Andreev1-12/+23
2012-12-03[ci skip] Cleaned some spacesAndrey Andreev1-1/+1
2012-11-20Fix issue #2015Andrey Andreev1-85/+0
2012-11-16Improve DB field_data() for PostgreSQLAndrey Andreev1-8/+33
2012-11-13Fix PostgreSQL WHERE with boolean valuesAndrey Andreev1-0/+17
2012-11-13Add seed values support for Query Builder order_byAndrey Andreev1-2/+37
2012-11-05Fix DB drivers version() implementations that don't execute a queryAndrey Andreev1-1/+5
2012-11-02[ci skip] DocBlocks for DB drivers' driver classesAndrey Andreev1-22/+34
2012-11-01Manually apply PR #1594 (fixing phpdoc page-level generation/warnings)Andrey Andreev1-1/+2
2012-10-27Docblock improvementsAndrey Andreev1-1/+3
2012-10-27Add database schema configuration support (used by PostgreSQL, fix #158)Andrey Andreev1-2/+7
2012-10-24[ci skip] style and phpdoc-related changes (rel #1295)Andrey Andreev1-0/+1
2012-10-12Merge changes from developAndrey Andreev1-21/+9
2012-10-06Fix issue #1257Andrey Andreev1-16/+0
2012-10-04Fix issue #1789Andrey Andreev1-4/+0
2012-08-01Merge pull request #1601 from rwillert/patch-1Phil Sturgeon1-1/+9
2012-07-19Remove _limit()'s extra parameters and qb_limit, qb_offset unneeded typecasts...Andrey Andreev1-4/+2
2012-07-18Merge where() and having() logic - it's structurally identical and only the k...Andrey Andreev1-9/+11
2012-07-18Remove dependancies on qb_like and remove unneeded parameters from _delete(),...Andrey Andreev1-48/+21
2012-07-16Fix on _update_batch() : wrong variable used for field selectionaroche1-1/+1
2012-07-10Reconnect to PostgreSQL database if connection droped.rwillert1-1/+9
2012-07-05Add a default _count_string propertyAndrey Andreev1-6/+0
2012-06-25Fix issues #1529 & #1530Andrey Andreev1-2/+2
2012-06-25Change where() to skip dbprefix (until a better solution is available)Andrey Andreev1-3/+6
2012-06-24Add a default _limit() method to the Query Builder classAndrey Andreev1-1/+1
2012-06-23Add _where() changes from pull #1517 to the PostgreSQL driverAndrey Andreev1-7/+9
2012-06-17Improve escaping, support for table names with spaces and fix where() for str...Andrey Andreev1-2/+2
2012-06-16Added an escape parameter to where_in(), or_where_in(), where_not_in(), or_wh...Andrey Andreev1-4/+1
2012-06-10Fix _where() with multiple condition custom queryAndrey Andreev1-1/+1
2012-06-10Fix _where() escaping operatorsAndrey Andreev1-5/+4
2012-06-08Add a default _from_tables() method to CI_DB_query_builder and remove it from...Andrey Andreev1-6/+1
2012-06-02Fixed bug in PostgreSQL introduced in 48a2baf0e288accd206f5da5031d29076e130792Alex Bilbie1-1/+1
2012-06-02Replaced `==` with `===` and `!=` with `!==` in /system/databaseAlex Bilbie1-7/+7
2012-05-26Move count_all() from the drivers to CI_DB_driverAndrey Andreev1-29/+0
2012-05-24Added update_batch() support for PostgreSQL (issue #356)Andrey Andreev1-0/+41
2012-05-23Removed the parameter use in database drivers' _close() and added a default _...Andrey Andreev1-3/+2
2012-05-15Minor changes on the pull #1355 additionsAndrey Andreev1-4/+4
2012-05-15Escaping boolean data type for postgreSoesapto Joeni Hantoro1-10/+2
2012-05-15Escaping boolean data type for postgreSoesapto Joeni Hantoro1-2/+2
2012-05-15Escaping boolean data type on postgreSoesapto Joeni Hantoro1-0/+101
2012-04-26Merge pull request #981 from narfbg/develop-db-postgrePhil Sturgeon1-35/+37
2012-04-26Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into developJamie Rumbelow1-222/+105
2012-04-10Add back an unused argument to _delete() due to CI_DB_driver being abstractAndrey Andreev1-1/+1
2012-04-09Merge upstream branchAndrey Andreev1-14/+19