phppgadmin.git
14 years agoUpdate catalan translation, by Bernat Pegueroles
Bernat Pegueroles [Wed, 29 Sep 2010 22:14:22 +0000 (00:14 +0200)]
Update catalan translation, by Bernat Pegueroles

14 years agoQuick Fix on the xloadtree code about bad html specialchars escaping and xml encoding
Jehan-Guillaume (ioguix) de Rorthais [Wed, 29 Sep 2010 15:52:09 +0000 (17:52 +0200)]
Quick Fix on the xloadtree code about bad html specialchars escaping and xml encoding

14 years agoRemove display_errors = on by default
Guillaume (ioguix) de Rorthais [Tue, 28 Sep 2010 23:36:47 +0000 (01:36 +0200)]
Remove display_errors = on by default

14 years agoUpdate french translation for PPA 5.0
Guillaume (ioguix) de Rorthais [Tue, 28 Sep 2010 23:21:51 +0000 (01:21 +0200)]
Update french translation for PPA 5.0

14 years agoFix bug #2876417 "SQL window too small size to see bottom buttons (Execute)"
Guillaume (ioguix) de Rorthais [Tue, 28 Sep 2010 22:04:25 +0000 (00:04 +0200)]
Fix bug #2876417 "SQL window too small size to see bottom buttons (Execute)"

Enabled scrollbars and bigger window size

14 years agoUpdate portuguese-br tranlsation file, by Fernando Wendt
Fernando Wendt [Tue, 28 Sep 2010 15:29:44 +0000 (17:29 +0200)]
Update portuguese-br tranlsation file, by Fernando Wendt

14 years agoFix multi bug in auto-complete value on insert/update
Guillaume (ioguix) de Rorthais [Tue, 28 Sep 2010 00:02:04 +0000 (02:02 +0200)]
Fix multi bug in auto-complete value on insert/update

* explicitly not support multi FK constr, only deal
  with the first one. marked as FIXME
* some bad escaped vars were failing the auto-complete
  on very weird table/field names
* some cleanup

14 years agoRemove a useless reference to global var $data from the Postgres class itself
Guillaume (ioguix) de Rorthais [Mon, 27 Sep 2010 23:05:38 +0000 (01:05 +0200)]
Remove a useless reference to global var $data from the Postgres class itself

14 years agoMove overriding method getConstraintsWithFields to the class it really belongs
Guillaume (ioguix) de Rorthais [Mon, 27 Sep 2010 22:34:33 +0000 (00:34 +0200)]
Move overriding method getConstraintsWithFields to the class it really belongs

Method getConstraintsWithFields from Postgres.php is compatible down to 8.1,
so the version from Postgre81 must go to Postgres80 wich is actually not
compatible with the first one.

14 years agoFix with auto-complete on insert where list was empty on update when we already have...
Guillaume (ioguix) de Rorthais [Thu, 23 Sep 2010 00:11:07 +0000 (02:11 +0200)]
Fix with auto-complete on insert where list was empty on update when we already have an offset

14 years agoFix auto-complete when editing a row.
Guillaume (ioguix) de Rorthais [Wed, 22 Sep 2010 22:28:54 +0000 (00:28 +0200)]
Fix auto-complete when editing a row.

Reported by Dmitry Koterov when asked on github:
http://github.com/DmitryKoterov/phppgadmin/commit/89460c1557816b40311e8a344bf94c8a0f505542#commitcomment-148877

14 years agoFix: on insert form, clicking on a field open the auto-complete list even if ac is...
Guillaume (ioguix) de Rorthais [Wed, 22 Sep 2010 22:13:41 +0000 (00:13 +0200)]
Fix: on insert form, clicking on a field open the auto-complete list even if ac is disabled

14 years agoUpdate Czech translation.
Marek Černocký [Tue, 21 Sep 2010 21:24:36 +0000 (23:24 +0200)]
Update Czech translation.

14 years agoFix bug #3071816 "First column in a SQL result missing", reported by Yilmaz ULKUSAL.
Guillaume (ioguix) de Rorthais [Tue, 21 Sep 2010 20:10:28 +0000 (22:10 +0200)]
Fix bug #3071816 "First column in a SQL result missing", reported by Yilmaz ULKUSAL.

15 years agoFix bug #3068680 "child tables info uses wrong field name", reported by langerheiko
Guillaume (ioguix) de Rorthais [Fri, 17 Sep 2010 13:19:09 +0000 (15:19 +0200)]
Fix bug #3068680 "child tables info uses wrong field name", reported by langerheiko

15 years agoUpdate Spanish translation ofr PPA5.0 REL_5-0-BETA-1
Miguel Useche [Wed, 15 Sep 2010 09:38:52 +0000 (11:38 +0200)]
Update Spanish translation ofr PPA5.0

15 years agoSet PPA version to 5.0-beta1
ioguix [Tue, 14 Sep 2010 23:51:00 +0000 (01:51 +0200)]
Set PPA version to 5.0-beta1

15 years agoDefine application name when connecting on PostgreSQL >= 9.0
ioguix [Tue, 14 Sep 2010 23:48:53 +0000 (01:48 +0200)]
Define application name when connecting on PostgreSQL >= 9.0

15 years agoUpdate ADOdb library to the current stable one
ioguix [Tue, 14 Sep 2010 22:23:10 +0000 (00:23 +0200)]
Update ADOdb library to the current stable one

15 years agoUpdate hungarian translation for PPA 5.0, by Sulyok Peti.
Sulyok Peti [Sun, 12 Sep 2010 21:55:56 +0000 (23:55 +0200)]
Update hungarian translation for PPA 5.0, by Sulyok Peti.

15 years agoSupport "ALTER SEQUENCE START ..." for 8.4+ and sequence cleanups
ioguix [Fri, 10 Sep 2010 15:35:15 +0000 (17:35 +0200)]
Support "ALTER SEQUENCE START ..." for 8.4+ and sequence cleanups

  * add support for altering sequence start for 8.4+
  * add a link to restart the sequence on its property page for 8.4+
  * remove useless hasAlterSequenceProps() method
  * fix sequences selenium tests for 8.4+
  * add test for altering the start property in selenium test

15 years agoSupress pg_connect PHP Warning when connection fail.
Jehan-Guillaume (ioguix) de Rorthais [Tue, 7 Sep 2010 17:02:10 +0000 (19:02 +0200)]
Supress pg_connect PHP Warning when connection fail.

We should add a better error message support in next realse

15 years agoUdate CREDITS file
ioguix [Tue, 7 Sep 2010 15:22:44 +0000 (17:22 +0200)]
Udate CREDITS file

15 years agoReally remove support for 7.3 as we already adverstised it
ioguix [Tue, 7 Sep 2010 14:47:53 +0000 (16:47 +0200)]
Really remove support for 7.3 as we already adverstised it

15 years agoUpdate HISTORY file
ioguix [Tue, 7 Sep 2010 14:31:20 +0000 (16:31 +0200)]
Update HISTORY file

15 years agoFix a bug where clicking on "Object not found" in the browser tree
Jehan-Guillaume (ioguix) de Rorthais [Mon, 6 Sep 2010 16:48:15 +0000 (18:48 +0200)]
Fix a bug where clicking on "Object not found" in the browser tree

This action is suppose to reload the node but was actually just rising
a js error and not reloading it.

15 years agoFix bug #2969594 "Click on tree element without action causes javascript error"
Jehan-Guillaume (ioguix) de Rorthais [Mon, 6 Sep 2010 16:49:40 +0000 (18:49 +0200)]
Fix bug #2969594 "Click on tree element without action causes javascript error"

15 years agoFix bad escaped vars for javascript code in the Create Function form
ioguix [Mon, 6 Sep 2010 13:12:47 +0000 (15:12 +0200)]
Fix bad escaped vars for javascript code in the Create Function form

15 years agoAdd a global CSS file, included on top of all theme
Jehan-Guillaume (ioguix) de Rorthais [Mon, 6 Sep 2010 10:28:14 +0000 (12:28 +0200)]
Add a global CSS file, included on top of all theme

 * create a global file themes/global.css, included on top of all
   CSS file
 * fix a bug of the FK browsing patch with cappuccino theme. Needed
   style were only in the default theme
 * some general CSS cleanup

15 years agoUpdate russian translation for PPA 5.0, by Alexey Baturin.
Alexey Baturin [Sat, 28 Aug 2010 14:15:10 +0000 (16:15 +0200)]
Update russian translation for PPA 5.0, by Alexey Baturin.

15 years agoUpdate czech translation, by Marek Cernocký.
Marek Černocký [Sat, 28 Aug 2010 14:12:49 +0000 (16:12 +0200)]
Update czech translation, by Marek Cernocký.

15 years agoAdd feature: Browsing on Foreign Keys, in both pure xhtml and ajax
Leonardo Sápiras [Thu, 26 Aug 2010 23:47:53 +0000 (01:47 +0200)]
Add feature: Browsing on Foreign Keys, in both pure xhtml and ajax

done during GSoC 2010, with mentoring and some help from ioguix.

15 years agoFix dbexport.php file, various bugs, see details
ioguix [Thu, 26 Aug 2010 22:34:48 +0000 (00:34 +0200)]
Fix dbexport.php file, various bugs, see details

  * fixed not cleaned object names (schema, tables/views)
  * schema and table were each escapeShellArg separatly then
    concatenated together, leading to a bad formated
    -t '"schema"'.'"table"' command line option
  * removed hack for pg_dump < 7.4 as we do not support thoses
    versions anymore

15 years agoFix bug #2716779 where exporting were showin \N for empty strings
ioguix [Thu, 26 Aug 2010 21:58:25 +0000 (23:58 +0200)]
Fix bug #2716779 where exporting were showin \N for empty strings

15 years agoFix buggy method Postgres.php:beginDump() that was calling its non-existant (anymore...
ioguix [Thu, 26 Aug 2010 21:56:44 +0000 (23:56 +0200)]
Fix buggy method Postgres.php:beginDump() that was calling its non-existant (anymore) parent class

15 years agoFix bugs #2908984 and #2579270 in our "query parser"
ioguix [Thu, 26 Aug 2010 21:17:05 +0000 (23:17 +0200)]
Fix bugs #2908984 and #2579270 in our "query parser"

This "query trivial parser" is in function Postgres.php:executeScript()

  * about #2908984, we were getting each line of the uploaded file
    using fgets($fd, 32768); because of PHP 4.3 and bellow that
    were considering a line has a length of 1024 by default. So we
    had to set a large value, but it wasn't not large enough here.
    Since we officialy support PHP 5+, I just removed this max length
    so PHP keep parsing the line till the end.
  * about #2579270, that was just a bad test on $in_quote so we were
    not parsing quoted values correclty, and the -- were catching as
    comments.

15 years agoFix a query.abord() on a null value on Locks and Process pages when stoping refresh...
Alexey Baturin [Fri, 6 Aug 2010 19:20:42 +0000 (21:20 +0200)]
Fix a query.abord() on a null value on Locks and Process pages when stoping refresh before the first ajax request

15 years agoFix selenium test for column
ioguix [Fri, 6 Aug 2010 19:07:23 +0000 (21:07 +0200)]
Fix selenium test for column

Patch for highliting rows on overflow broke it.

15 years agoAdd forgotten input[type=password] style for the cappuccino theme
ioguix [Sun, 1 Aug 2010 11:18:29 +0000 (13:18 +0200)]
Add forgotten input[type=password] style for the cappuccino theme

15 years agoupdate jquery lib with current stable version 1.4.2
ioguix [Mon, 26 Jul 2010 17:59:58 +0000 (19:59 +0200)]
update jquery lib with current stable version 1.4.2

15 years agoAdd cappuccino new theme + theme swither
ioguix [Mon, 26 Jul 2010 09:43:52 +0000 (11:43 +0200)]
Add cappuccino new theme + theme swither

  * add new theme cappuccino
  * add a theme switcher on the intro page

15 years agoOn insert page, open the auto-complete list when it gets the focus
ioguix [Mon, 26 Jul 2010 08:51:46 +0000 (10:51 +0200)]
On insert page, open the auto-complete list when it gets the focus

15 years agoSome bad escaped variables found on my way
ioguix [Thu, 22 Jul 2010 00:23:39 +0000 (02:23 +0200)]
Some bad escaped variables found on my way

15 years agofix bad variable name in display.php
ioguix [Tue, 20 Jul 2010 22:36:33 +0000 (00:36 +0200)]
fix bad variable name in display.php

15 years agoFix some design issue in fulltext forms
ioguix [Sun, 18 Jul 2010 22:04:57 +0000 (00:04 +0200)]
Fix some design issue in fulltext forms

Tables' forms were 100% width without any reason.

15 years agoFix a bug with grouping servers feature
ioguix [Sun, 18 Jul 2010 11:45:36 +0000 (13:45 +0200)]
Fix a bug with grouping servers feature

  * opened connexions were appearing in every group
  * after connexion/disconnection, stay in the group instead
    of falling back in the 'all' group

15 years agoFix refresh lock page javascript for compatibility with IE
Leonardo Sápiras [Sat, 12 Jun 2010 13:42:22 +0000 (15:42 +0200)]
Fix refresh lock page javascript for compatibility with IE

...which is stricter than others on this...

15 years agoOops, forgot to add the js/database.js file to the commit 6134a181d1910910021d
Leonardo Sápiras [Wed, 9 Jun 2010 20:36:25 +0000 (22:36 +0200)]
Oops, forgot to add the js/database.js file to the commit 6134a181d1910910021d

15 years agoMerge branch 'master' of github.com:xzilla/phppgadmin
ioguix [Wed, 9 Jun 2010 19:42:02 +0000 (21:42 +0200)]
Merge branch 'master' of github.com:xzilla/phppgadmin

15 years agoremove some testing values from the english recoded file :/
ioguix [Wed, 9 Jun 2010 19:41:50 +0000 (21:41 +0200)]
remove some testing values from the english recoded file :/

15 years agoAdd auto-refresh process and prepared xact using ajax
Leonardo Sápiras [Wed, 9 Jun 2010 19:40:20 +0000 (21:40 +0200)]
Add auto-refresh process and prepared xact using ajax

This patch rename the existing js/locks.js as js/database.js
and factorise the code to use it from both page.

15 years agoAdd bottom link to top of the page
Leonardo Sápiras [Sun, 6 Jun 2010 21:09:10 +0000 (23:09 +0200)]
Add bottom link to top of the page

15 years agoFix bad parameter name for database on ajax locks page refresh request
Leonardo Sápiras [Tue, 1 Jun 2010 22:29:35 +0000 (00:29 +0200)]
Fix bad parameter name for database on ajax locks page refresh request

15 years agoBetter handling connection error and waiting in locks page behaviour on ajax request
ioguix [Mon, 31 May 2010 23:06:42 +0000 (01:06 +0200)]
Better handling connection error and waiting in locks page behaviour on ajax request

  * re-add error message on page
  * add a loading icon when a query is running
  * cancel ajax request when clicking on stop
  * preload image (start icon don't show up on error without it)

15 years agoAuto refresh the locks list using ajax. See ajax_refresh conf var.
Leonardo Sápiras [Sun, 30 May 2010 20:25:05 +0000 (22:25 +0200)]
Auto refresh the locks list using ajax. See ajax_refresh conf var.

Patch by Leonardo Sápiras during the gsoc2010, plus some external edits based on Alexey reviews and mine.

15 years agoHighlight table's lines when overing them.
Pierre-dominique PERRIER [Sun, 30 May 2010 19:20:57 +0000 (21:20 +0200)]
Highlight table's lines when overing them.

Patch by Pierre-dominique PERRIER with some cleanup by me.

15 years agofix invalid xhtml tag, per Alexey Baturin
Robert Treat [Sat, 22 May 2010 13:43:29 +0000 (09:43 -0400)]
fix invalid xhtml tag, per Alexey Baturin

15 years agoFix wizzard create view form where schemas, tables and fields were not cleaned
Guillaume (ioguix) de Rorthais [Sun, 16 May 2010 22:16:24 +0000 (00:16 +0200)]
Fix wizzard create view form where schemas, tables and fields were not cleaned

15 years agoFix bug reported by Alexey Baturin on admin page + small ergonomy changes
Guillaume (ioguix) de Rorthais [Sun, 16 May 2010 21:47:07 +0000 (23:47 +0200)]
Fix bug reported by Alexey Baturin on admin page + small ergonomy changes

In the "Autovacuum setup per table" section:
 * removed useless schema and table column when on a table's admin page
 * added links to related schema and table when on a database's admin page

15 years agoforce display_errors to 'on'
Guillaume (ioguix) de Rorthais [Sun, 16 May 2010 21:41:22 +0000 (23:41 +0200)]
force display_errors to 'on'

15 years agoRemove Postgres.php:getVariable() function
Guillaume (ioguix) de Rorthais [Sat, 15 May 2010 17:50:13 +0000 (19:50 +0200)]
Remove Postgres.php:getVariable() function

1st it was unsecure, 2nd it was unused anyway

15 years agoCleaning usage of ->clean() vs. ->fieldClean() in Postgres*.php classes
Guillaume (ioguix) de Rorthais [Sat, 15 May 2010 17:44:58 +0000 (19:44 +0200)]
Cleaning usage of ->clean() vs. ->fieldClean() in Postgres*.php classes

15 years agoMerge branch 'master' of github.com:xzilla/phppgadmin
Guillaume (ioguix) de Rorthais [Sat, 15 May 2010 15:49:27 +0000 (17:49 +0200)]
Merge branch 'master' of github.com:xzilla/phppgadmin

15 years agoFix magic_quotes_gpc related bug. Reported by Alex Baturin.
Guillaume (ioguix) de Rorthais [Sat, 15 May 2010 15:36:03 +0000 (17:36 +0200)]
Fix magic_quotes_gpc related bug. Reported by Alex Baturin.

This parameter is not settable from script + it affects parse_str that brakes redirect.php

15 years agoFix magic_quotes_gpc related bug.
Guillaume (ioguix) de Rorthais [Sat, 15 May 2010 15:36:03 +0000 (17:36 +0200)]
Fix magic_quotes_gpc related bug.

This parameter is not settable from script + it affects parse_str that brakes redirect.php

15 years agomake this TODO item better
Robert Treat [Thu, 13 May 2010 19:15:54 +0000 (15:15 -0400)]
make this TODO item better

15 years agofix trigger list and search for 9.0, push older functions to 8.4 class
Robert Treat [Sat, 24 Apr 2010 19:07:45 +0000 (15:07 -0400)]
fix trigger list and search for 9.0, push older functions to 8.4 class

15 years agoConsistently call privileges the same thing
Magnus Hagander [Wed, 14 Apr 2010 15:59:00 +0000 (23:59 +0800)]
Consistently call privileges the same thing

15 years agoProperly call sequences "Sekvenser"
Magnus Hagander [Wed, 14 Apr 2010 15:58:47 +0000 (23:58 +0800)]
Properly call sequences "Sekvenser"

15 years agoremove last 8.5 references in Postgres.php
Guillaume (ioguix) de Rorthais [Sun, 11 Apr 2010 22:35:57 +0000 (00:35 +0200)]
remove last 8.5 references in Postgres.php

15 years agoUpdate the help files, removing old ones, updating PostgresDoc73.php accordingly...
Guillaume (ioguix) de Rorthais [Sun, 11 Apr 2010 22:29:37 +0000 (00:29 +0200)]
Update the help files, removing old ones, updating PostgresDoc73.php accordingly and renaming 85 -> 90

15 years agoFix cluster action on the admin page
Guillaume (ioguix) de Rorthais [Sun, 11 Apr 2010 21:56:58 +0000 (23:56 +0200)]
Fix cluster action on the admin page

15 years agoRefactor admin page, adding it in table level, fixes and support for autovacuum per...
Guillaume (ioguix) de Rorthais [Mon, 5 Apr 2010 20:56:34 +0000 (22:56 +0200)]
Refactor admin page, adding it in table level, fixes and support for autovacuum per table for pg 8.4+

15 years agofix a bug in tests archi where we tried to open tests/selenium/static/TestSuite.html...
Alexey Baturin [Tue, 30 Mar 2010 22:21:57 +0000 (00:21 +0200)]
fix a bug in tests archi where we tried to open tests/selenium/static/TestSuite.html *before* creating the static folder

15 years agoadd .gitattribute file to exclude some files when creating an archive using the git...
Guillaume (ioguix) de Rorthais [Sun, 28 Mar 2010 21:28:35 +0000 (23:28 +0200)]
add .gitattribute file to exclude some files when creating an archive using the git archive command

15 years agoAdd UTF-8 Russian translation
Alexey Baturin [Mon, 15 Mar 2010 13:50:25 +0000 (14:50 +0100)]
Add UTF-8 Russian translation

15 years agoadd ability to logicaly group servers under custom top nodes in the browser tree
Jehan-Guillaume (ioguix) de Rorthais [Sat, 13 Mar 2010 00:47:46 +0000 (01:47 +0100)]
add ability to logicaly group servers under custom top nodes in the browser tree

15 years agoUpdate ADODB library with latest release. It fixes some more deprecation warning...
Jehan-Guillaume (ioguix) de Rorthais [Fri, 12 Mar 2010 23:46:57 +0000 (00:46 +0100)]
Update ADODB library with latest release. It fixes some more deprecation warning about function removed in PHP 6.0. Reported by Christian Tessarek.

15 years agoupdate selenium lib to current 1.0.3
Jehan-Guillaume (ioguix) de Rorthais [Fri, 12 Mar 2010 21:40:19 +0000 (22:40 +0100)]
update selenium lib to current 1.0.3

15 years agoIn fulltext.php, doDropMapping should not exit() on error but return so we can send...
Jehan-Guillaume (ioguix) de Rorthais [Thu, 11 Mar 2010 23:28:49 +0000 (00:28 +0100)]
In fulltext.php, doDropMapping should not exit() on error but return so we can send the closing html tags. Reported by Alexey Baturin.

15 years agoFix #2967918, display bug when creating a FTS conf with multi errors. Reported by...
Jehan-Guillaume (ioguix) de Rorthais [Thu, 11 Mar 2010 23:27:10 +0000 (00:27 +0100)]
Fix #2967918, display bug when creating a FTS conf with multi errors. Reported by Alexey Baturin.

15 years agohousecleaning: remove all useless hasXXX() functions since we drop support for pg...
Jehan-Guillaume (ioguix) de Rorthais [Sat, 6 Feb 2010 12:23:55 +0000 (13:23 +0100)]
housecleaning: remove all useless hasXXX() functions since we drop support for pg < 7.3

15 years agofix for bug #1963050, we emit 'No Access' now in cases where we dont have permissions...
Robert Treat [Sat, 9 Jan 2010 22:15:31 +0000 (17:15 -0500)]
fix for bug #1963050, we emit 'No Access' now in cases where we dont have permissions to see database sizes

15 years agoout error messages in monospaced fonts, so that pg's error pointer to align properly...
Robert Treat [Sat, 9 Jan 2010 21:19:16 +0000 (16:19 -0500)]
out error messages in monospaced fonts, so that pg's error pointer to align properly with the error. per gripe from Philippe Cloutier

15 years agofix typo
Robert Treat [Sat, 2 Jan 2010 04:51:28 +0000 (23:51 -0500)]
fix typo

15 years agobasic support for Postgres 8.5
Robert Treat [Sat, 2 Jan 2010 04:25:57 +0000 (23:25 -0500)]
basic support for Postgres 8.5

15 years agofix typo
Robert Treat [Sat, 2 Jan 2010 03:56:31 +0000 (22:56 -0500)]
fix typo

15 years agoFix for BUG #2857758, don't clean() comments before submitting them to setComment...
Robert Treat [Fri, 1 Jan 2010 15:45:11 +0000 (10:45 -0500)]
Fix for BUG #2857758, don't clean() comments before submitting them to setComment. This is somewhat counter-intuitive, but since we clean the comment in setComment itself, cleaning before hand means we end up with doubly escaped data. We don't really have a good way to prevent this (like a subclassed type or something), so we'll go with this for now. The alternative would have been to not clean() the comments in setComment itself, however that would mean that forgetting to clean() it in the passing function would result in a security exploit (and note we already did not apply this uniformly). I think there is a saying to keep the escaping as close to the db interaction as possible, and this seems to mesh with that idea.

15 years agoupdate credit
Robert Treat [Fri, 1 Jan 2010 15:44:17 +0000 (10:44 -0500)]
update credit

15 years agooverhaul the cant connect question, plus other fixes
Robert Treat [Fri, 1 Jan 2010 14:14:49 +0000 (09:14 -0500)]
overhaul the cant connect question, plus other fixes

15 years agoReplace some deprecated fonctions in php 5.3. Patch by Jason Jackson
Jehan-Guillaume (ioguix) de Rorthais [Fri, 27 Nov 2009 08:40:14 +0000 (09:40 +0100)]
Replace some deprecated fonctions in php 5.3. Patch by Jason Jackson

15 years agouse pg_get_expr to generate correct attribute default rather than adsrc, which accord...
Robert Treat [Fri, 20 Nov 2009 20:33:16 +0000 (15:33 -0500)]
use pg_get_expr to generate correct attribute default rather than adsrc, which according to tgl is never reliable. fixes insert bug reported by Casey Shobe.

15 years agoquick update of TODO with reminders for 5.0
Guillaume (ioguix) de Rorthais [Thu, 5 Nov 2009 23:29:59 +0000 (00:29 +0100)]
quick update of TODO with reminders for 5.0

15 years agoquick update of TODO with reminders for 5.0
Guillaume (ioguix) de Rorthais [Tue, 3 Nov 2009 00:00:35 +0000 (01:00 +0100)]
quick update of TODO with reminders for 5.0

15 years agoRemove a trailing '}' in the schema part of found indexes on the find page
Guillaume (ioguix) de Rorthais [Sat, 31 Oct 2009 15:59:03 +0000 (16:59 +0100)]
Remove a trailing '}' in the schema part of found indexes on the find page

15 years agoFix Undefined index formConcur when creating an index without CONCURRENTLY
Guillaume (ioguix) de Rorthais [Fri, 30 Oct 2009 21:04:27 +0000 (22:04 +0100)]
Fix Undefined index formConcur when creating an index without CONCURRENTLY

15 years agoadd forgotten adodb new translation files
Guillaume (ioguix) de Rorthais [Fri, 30 Oct 2009 19:00:06 +0000 (20:00 +0100)]
add forgotten adodb new translation files

15 years agoUpdate adodb with the latest 5.09a which support php5 only and include deprecated...
Guillaume (ioguix) de Rorthais [Fri, 30 Oct 2009 15:16:34 +0000 (16:16 +0100)]
Update adodb with the latest 5.09a which support php5 only and include deprecated bug fixes for php 5.3

15 years agoWhen creating table with WITHOUT OIDS not checked, behaviour was left to the db defau...
Guillaume (ioguix) de Rorthais [Fri, 30 Oct 2009 13:06:06 +0000 (14:06 +0100)]
When creating table with WITHOUT OIDS not checked, behaviour was left to the db default setting. Force WITH OIDS if WITHOUT OIDS is unchecked. Remove useless hasWithoutOIDs() as well as 7.3 -> 8.4
support it.

15 years agopg_dump[all] 8.4 doesn't support -d option anymore. Use --inserts instead. Reported...
Guillaume (ioguix) de Rorthais [Thu, 29 Oct 2009 17:30:13 +0000 (18:30 +0100)]
pg_dump[all] 8.4 doesn't support -d option anymore. Use --inserts instead. Reported by Simon LECAILLE