summaryrefslogtreecommitdiff
path: root/classes/database
AgeCommit message (Expand)Author
2021-02-17Restore support for PgSQL 9.4 and belowHEADmasterSloane Bernstein
2020-10-28Consider group membership when testing owned_onlyRobert Treat
2020-10-09Fix links to docs for pgsql 13 & 14Robert Treat
2020-10-07Add support for Postgres 13,14devRobert Treat
2019-12-08Clean up OID handling changesRobert Treat
2019-12-08Disable OID handling on PG12Jean-Michel Vourgère
2019-12-07privilege - missing USAGE on sequencesoleuu
2019-11-07codespell assisted typo cleaningJean-Michel Vourgère
2019-10-31Grammer fixes noticed during spelling fixes reviewRobert Treat
2019-10-31codespell assisted typo cleaningJean-Michel Vourgère
2019-09-24Overhaul sequence properties page to better handle different permissions.Robert Treat
2019-09-22Fix for SF BUG #470 Can't list/see/edit sequences owned by groupRobert Treat
2019-07-20Fix bug with partial SQL execution failure.Robert Treat
2019-07-20Change perms exec bitJean-Michel Nirgal Vourgère
2019-07-19PG11 changes pg_proc.proisagg to prokind to support stored procedures andRobert Treat
2019-07-17php-7.2 fix - 'each' has been deprecatedSjon Hortensius
2019-06-28At last, the long awaited patch for php7 support.Robert Treat
2018-10-27Add support for Postgres 9.6, 10, 11, and 12. Verify tests passing on all sup...Robert Treat
2016-08-12Explicit Support for PG 9.5John K. Harvey
2015-02-01Explicit Support for PG 9.4Robert Treat
2015-02-01Make json and jsonb data types display as textarea rather than 1 line input f...Robert Treat
2014-03-04Convert spaces back to tabs introduced in 8ebf7562291f for email readability.Szabolcs Hubai
2014-03-02minor cleanup; be consistent in lowercasing PHP keywordsRobert Treat
2014-03-02Improve support for handling IN / named params in functionsRobert Treat
2013-11-11Fix XSS on bytea, reported by basteln3rk on sf.netJehan-Guillaume de Rorthais
2013-05-28Have PG > 8.1 && <= 9.1 reporting waiting processes on process page.Karl O. Pinc
2013-05-24Make process screen report information in a way that makes sense in postgres 9.2Robert Treat
2013-05-24Add support for user-sent signals. (9.2+)Karl O. Pinc
2013-05-24Processes: Fix <= 9.1 to show only db related processes & clean dbname.Karl O. Pinc
2013-05-18Explicit support for PG 9.3.Karl O. Pinc
2013-03-26Fix incorrect modification of bytea data when updating rows that contain byte...Robert Treat
2012-11-27Fix queries reading pg_shdescriptionMagnus Hagander
2012-11-23don't try and escape nulls, which leads to dangling x values. fixes Sourcefor...Robert Treat
2012-11-04Fixes PHP 5.4 Strict errorsJehan-Guillaume (ioguix) de Rorthais
2012-09-23Fix autovacuum add/edit with 8.1Jehan-Guillaume (ioguix) de Rorthais
2012-09-21Fix bug with getProcesses with 9.2Jehan-Guillaume (ioguix) de Rorthais
2012-09-17Fix bug where new autovacuum setup for a table was failingJehan-Guillaume (ioguix) de Rorthais
2012-08-24Fix on the processes page with 9.2Jehan-Guillaume (ioguix) de Rorthais
2012-08-22Remove old plugin architecture.Leonardo Sapiras
2012-06-04update tablespace support to handle 9.2 changesRobert Treat
2012-05-29stub support for postgres92, clean up some other version bits.Robert Treat
2012-05-29Intermediate support for Postgres 90/91Robert Treat
2012-02-23Fix bug where renaming a tablespace was leading to an errorJehan-Guillaume (ioguix) de Rorthais
2011-12-30Makes phpPgAdmin core full UTF-8 only.Jehan-Guillaume (ioguix) de Rorthais
2011-06-03Removes useless call of function_exists since we are PHP5+ onlyJehan-Guillaume (ioguix) de Rorthais
2011-06-01remove $username when calling $data->isSuperUser about current connection roleJehan-Guillaume (ioguix) de Rorthais
2011-06-01Fix a bug and support empty username in $data->isSuperUser to check the super...Jehan-Guillaume (ioguix) de Rorthais
2011-02-12remove several bits of trigger defintion hacks for pre-7.4 servers.xzilla
2010-12-20Fix some methods using nonstandard escaped string in the database access classesGuillaume (ioguix) de Rorthais
2010-12-20Fix bad inheritance between pg83 -> pg instead of pg83 -> pg84 in the databas...Guillaume (ioguix) de Rorthais