summaryrefslogtreecommitdiff
path: root/classes/database/Postgres84.php
AgeCommit message (Collapse)Author
2019-12-07privilege - missing USAGE on sequencesoleuu
2019-11-07codespell assisted typo cleaningJean-Michel Vourgère
2019-07-20Change perms exec bitJean-Michel Nirgal Vourgère
chmod -x all php files without a #! chmod +x those with one.
2019-06-28At last, the long awaited patch for php7 support.Robert Treat
This commit is focused strictly on the class/constructor changes. This has primarily been tested on php 7.1 and postgres 11, with all tests passing though there are some spurious warnings; I have fixes for them but will add them in seperate commits. Note that the code here is my own, but I did look at patches from @gabrielhomsi and @w1ldzer0 for some sanity checking. Any bugs or missing items are on me.
2013-03-26Fix incorrect modification of bytea data when updating rows that contain ↵Robert Treat
bytea columns. Based on the POC patch from ioguix. This fixes SF Bug # 3243916.
2012-05-29stub support for postgres92, clean up some other version bits.Robert Treat
passes tests for 90,91,92(ish)
2010-12-20Fix some methods using nonstandard escaped string in the database access classesGuillaume (ioguix) de Rorthais
2010-04-24fix trigger list and search for 9.0, push older functions to 8.4 classRobert Treat
2010-01-02basic support for Postgres 8.5Robert Treat