phppgadmin.git
2008-01-14 ioguixfix for bug report #1868987 and some cleanup. Needs...
2008-01-10 xzillaclose results set initial table row properly
2008-01-10 xzillaremove some more extraneous globals
2008-01-10 soranzoRemove unused global var.
2008-01-10 xzillahandle both implicit and explicit alter type scenarios
2008-01-10 xzillasome html oriented cleanups for pop-up windows
2008-01-09 ioguixremove 'magic' types (ie SERIALs) from the type's list...
2008-01-09 ioguixadd Report icon
2008-01-09 ioguixsome cleanup in reports part
2008-01-08 xzillasome more row level cleanup
2008-01-08 xzillaadd missing row declarations
2008-01-05 xzillaminor german updates from Laurenz
2008-01-03 xzillafix missing semi-colon
2008-01-02 ioguixfix for bug #1859642
2008-01-01 ioguixupdate chinese-utf8-zh_TW translation done by ChaoYi
2007-12-31 xzillawiden constraint boxes, i had a hard time working on...
2007-12-31 ioguixupdate chinese-utf8-zh_CN translation done by ChaoYi
2007-12-29 xzillafix typo, per email from Laurenz
2007-12-28 ioguixfix bug #1859646
2007-12-28 ioguixsome selenium tests cleanup
2007-12-28 ioguixfix duplicate constraints in the constraints page
2007-12-28 ioguixremove a commented SQL JOIN from my last commit
2007-12-28 ioguixfix getConstraints method for pg 7.3
2007-12-28 xzillaGerman translation updates from "Albe Laurenz" <laurenz...
2007-12-27 ioguixfix a php notice about undefinied index tablespace...
2007-12-27 xzillajapanese updates from Tadashi Jokagi <elf2000@users...
2007-12-19 xzillaupdate google soc info
2007-12-19 xzillaupdated hungarian language file from Sulyok Peti, trans...
2007-12-19 xzillaclean out english vars, removed deleted vars, clean...
2007-12-19 soranzoItalian update
2007-12-19 soranzoMissing dots, 3 duplicated strings, 2 unused strings
2007-12-19 ioguixupdate french trad, based on Jerome Athias' contrib
2007-12-18 ioguixWrong translation of "Analyze" into czech, patch from...
2007-12-17 xzillaPrep files for 4.2-Beta REL_4-2-BETA-1
2007-12-17 xzillafunction should support default param values
2007-12-16 ioguixenclose multi-drop tables in a transaction
2007-12-16 ioguixadd multi drop for functions
2007-12-16 ioguixMerge column tests in one test file
2007-12-15 ioguixupdate selenium test
2007-12-15 ioguixadd multi drop for views and fix a small bug I introduc...
2007-12-15 ioguixmulti drop sequences
2007-12-15 ioguixadd multi-drop to schemas
2007-12-14 ioguixremove deprecated files
2007-12-14 ioguixadd selenium tests for altering a table
2007-12-14 ioguixadd selenium test for dropping a view
2007-12-14 ioguixadd selenium tests for altering view and adding a norma...
2007-12-12 ioguixadd view creation to selenium test. First step to the...
2007-12-12 ioguixFix alterView, update TODO & HISTORY
2007-12-12 xzillarefer to objects with explicit schemas, patch by ioguix
2007-12-12 xzillaadd note about IRC
2007-12-11 ioguixRefacto alterView + add support for schema alteration
2007-12-07 ioguixfix error when executing an explain query or a script...
2007-12-05 ioguixuse a textarea to insert/edit xml type instead of a...
2007-11-30 soranzoWe don't want to change comments after every release...
2007-11-30 soranzoUpdate help_base parameters
2007-11-30 soranzoCorrect required fields for type creation
2007-11-30 soranzoCoding standards about spaces
2007-11-30 soranzoCorrect typo + beautification
2007-11-30 xzillafixing enable/disable triggers for 8.3. This is impleme...
2007-11-30 xzillaremove explain, explain analyze options from sql window...
2007-11-30 xzillalooks like ioguix forgot to commit recoded file
2007-11-30 xzillaNew FTS Images from Ivan
2007-11-29 ioguixadd request history popup + fix redirect.php to really...
2007-11-23 xzillabig fts support patch from ivan, some minor tweaks...
2007-11-21 ioguixsome miscellenaous fix
2007-11-21 ioguixrefactor alterTable methods, add support for altering...
2007-11-21 ioguixsupport altering sequence schema need some test for...
2007-11-16 ioguixfix some bugs in funtions altering. Tested on every...
2007-11-15 xzillaadd alter function owner, schema. thanks go to ioguix...
2007-11-15 xzillaclean up some complaints from work's php
2007-11-15 xzillaadd function costing var (costs & rows) new in 8.3
2007-11-07 soranzoDrop unused string, add missing dots.
2007-11-07 xzillaupdate TODO with holdover items from 8.3
2007-10-31 xzillafix class definition, fix typo
2007-10-30 xzillaadd support for Gin indexes
2007-10-22 ioguixremove hand cursor on non-linked tree icon
2007-10-19 ioguixfix missing table icon/name in the trail when browsing...
2007-10-18 xzillafix for bug #1808053. we go with numeric, which will...
2007-10-17 ioguixfix htmlentities bug in message with multi-action
2007-10-17 ioguixattempt to fix bug #1808057
2007-10-17 ioguixfix showing FTS pages for pg < 8.3
2007-10-17 ioguixsupport for altering sequence name, owner, comment...
2007-10-16 ioguixadd selenium tests
2007-10-16 ioguixadd selenium tests
2007-10-16 ioguixadd selenium tests
2007-10-16 ioguixadd selenium tests
2007-10-03 ioguixadd support for Enum type creation
2007-10-02 ioguixa fix to the fix on Postgres80.php
2007-10-02 ioguixfix bug report #1806540, report & fix by John Evans...
2007-09-29 ioguixadd comments on constraints and indexes
2007-09-29 ioguixFix getConstraints with pg73 & pg74
2007-09-28 ioguixfix a php notice when adding a col with a type without...
2007-09-28 ioguixreload browser avec renmaing a schema
2007-09-25 ioguixwow, comments on casts page
2007-09-25 ioguixupdate method clusterIndex for pg83. To test!
2007-09-21 ioguixfix warn about escaping \ in getConstraints
2007-09-21 ioguixadd some feature requests
2007-09-19 ioguixa small bug fix for valid html
2007-09-19 xzillaFix non-standard escape warning
2007-09-19 ioguixadd a column on the triggers' properties page with...
next