Re: [COMMITTERS] pgsql: Update: < * Allow per-user and per-tablespaces quotas > * Allow

2005-06-24 Thread Tom Lane
[EMAIL PROTECTED] (Bruce Momjian) writes: >> * Allow per-user, per-group quotas per-tablespace AFAIR, per-tablespace was the only alternative that had much support. regards, tom lane ---(end of broadcast)--- TIP 3: if postin

[COMMITTERS] pgsql: Add: > * Allow per-user and per-tablespaces quotas

2005-06-24 Thread Bruce Momjian
Log Message: --- Add: > * Allow per-user and per-tablespaces quotas Modified Files: -- pgsql/doc: TODO (r1.1574 -> r1.1575) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1574&r2=1.1575) pgsql/doc/src/FAQ: TODO.html (r1.81

[COMMITTERS] pgsql: Update: < * Allow per-user and per-tablespaces quotas > * Allow

2005-06-24 Thread Bruce Momjian
Log Message: --- Update: < * Allow per-user and per-tablespaces quotas > * Allow per-user, per-group quotas per-tablespace Modified Files: -- pgsql/doc: TODO (r1.1575 -> r1.1576) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1575&r2=

[COMMITTERS] python - be: Fix build(Stale object helped me miss it), and some bugs in

2005-06-24 Thread James William Pye
Log Message: --- Fix build(Stale object helped me miss it), and some bugs in Postgres.Query. Increment the CommandCounter after executing utility statements, so possible results can be seen. Start making Postgres.Query aware of the transaction that it was planned in, so as not to die a hor

[COMMITTERS] pgsql: Add item: > * Add NUMERIC division operator that doesn't round?

2005-06-24 Thread Bruce Momjian
Log Message: --- Add item: > * Add NUMERIC division operator that doesn't round? > > Currently NUMERIC _rounds_ the result to the specified precision. > This means division can return a result that multiplied by the > divisor is greater than the dividend, e.g. this returns a valu

[COMMITTERS] pgpool - pgpool: Version 2.6

2005-06-24 Thread User T-ishii
Log Message: --- Version 2.6 Modified Files: -- pgpool: ChangeLog (r1.4 -> r1.5) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool/ChangeLog.diff?r1=1.4&r2=1.5) NEWS (r1.4 -> r1.5) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpoo

[COMMITTERS] pgsql: Add desciption for terminate: > > Currently SIGTERM of a

2005-06-24 Thread Bruce Momjian
Log Message: --- Add desciption for terminate: > > Currently SIGTERM of a backend can lead to lock table corruption. > Modified Files: -- pgsql/doc: TODO (r1.1572 -> r1.1573) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1572&r2=1

[COMMITTERS] pgsql: Extend r-tree operator classes to handle Y-direction tests

2005-06-24 Thread Tom Lane
Log Message: --- Extend r-tree operator classes to handle Y-direction tests equivalent to the existing X-direction tests. An rtree class now includes 4 actual 2-D tests, 4 1-D X-direction tests, and 4 1-D Y-direction tests. This involved adding four new Y-direction test operators for each

[COMMITTERS] configurator - configurator: Added some more calculation logic

2005-06-24 Thread User Aglio
Log Message: --- Added some more calculation logic Modified Files: -- configurator: calculations.txt (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/configurator/configurator/calculations.txt.diff?r1=1.1&r2=1.2) ---(end

[COMMITTERS] newsysviews - newsysview: Attempt to fix perms

2005-06-24 Thread User Decibel
Log Message: --- Attempt to fix perms Modified Files: -- newsysview/sql: getdefs.sh (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/newsysviews/newsysview/sql/getdefs.sh.diff?r1=1.1&r2=1.2) ---(end of broadcast)-

[COMMITTERS] pgsql: unbreak unicode/utf8 test

2005-06-24 Thread Tatsuo Ishii
Log Message: --- unbreak unicode/utf8 test Modified Files: -- pgsql/src/test/mb: mbregress.sh (r1.8 -> r1.9) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/mb/mbregress.sh.diff?r1=1.8&r2=1.9) Added Files: --- pgsql/src/test/mb/expec

[COMMITTERS] pgsql: Remove overspecification of precision of CURRENT_TIMESTAMP,

2005-06-24 Thread Tom Lane
Log Message: --- Remove overspecification of precision of CURRENT_TIMESTAMP, LOCALTIMESTAMP, CURRENT_TIME, and LOCALTIME: now they just produce "timestamptz" not "timestamptz(6)", etc. This makes the behavior more consistent with our choice to not assign a specific default precision to col

[COMMITTERS] pgsql: Allow direct conversion between EUC_JP and SJIS to improve

2005-06-24 Thread Tatsuo Ishii
Log Message: --- Allow direct conversion between EUC_JP and SJIS to improve performance. patches submitted by Atsushi Ogawa. Modified Files: -- pgsql/src/backend/utils/mb/conversion_procs/euc_jp_and_sjis: euc_jp_and_sjis.c (r1.10 -> r1.11) (http://developer