[COMMITTERS] psqlodbc - psqlodbc: fix for linux snprintf issue -

2006-06-14 Thread User Luf
Log Message: --- fix for linux snprintf issue - snprintf(buf,bufsize,"%s append",buf) Modified Files: -- psqlodbc: connection.c (r1.140 -> r1.141) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/connection.c.diff?r1=1.140&r2=1.141) in

[COMMITTERS] pgsql: Done, removed: < < * Consider padding the spinlock structure to

2006-06-14 Thread Bruce Momjian
Log Message: --- Done, removed: < < * Consider padding the spinlock structure to have spinlock registers < on different CPU cache line < < http://archives.postgresql.org/pgsql-hackers/2005-10/msg00498.php Modified Files: -- pgsql/doc: TODO (r1.1876 -> r1.1877

[COMMITTERS] pgsql: Remove the limit on the number of entries allowed in catcaches,

2006-06-14 Thread Tom Lane
Log Message: --- Remove the limit on the number of entries allowed in catcaches, and remove the infrastructure needed to enforce the limit, ie, the global LRU list of cache entries. On small-to-middling databases this wins because maintaining the LRU list is a waste of time. On large data

Re: [COMMITTERS] pgsql: Got tired of waiting for spoonbill's compiler

2006-06-14 Thread Tom Lane
Andrew Dunstan <[EMAIL PROTECTED]> writes: > this seems to have worked, Is it worth backporting? Sure, go for it if you're so inclined. I didn't do so at the time because I wasn't sure if it'd work, but now we know ... regards, tom lane ---(end of

Re: [COMMITTERS] pgsql: Got tired of waiting for spoonbill's compiler

2006-06-14 Thread Andrew Dunstan
this seems to have worked, Is it worth backporting? cheers andrew Tom Lane wrote: Log Message: --- Got tired of waiting for spoonbill's compiler to get fixed. Let's see if using an intermediate variable avoids the gcc bug. Modified Files: -- pgsql/contrib/seg:

[COMMITTERS] pgsql: Add to locale TODO.detail.

2006-06-14 Thread Bruce Momjian
Log Message: --- Add to locale TODO.detail. Modified Files: -- pgsql/doc/TODO.detail: locale (r1.1 -> r1.2) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.detail/locale.diff?r1=1.1&r2=1.2) ---(end of broadcast)--

[COMMITTERS] pgsql: Remove, done: < < * Add support for WIN1253 (Greek) encoding

2006-06-14 Thread Bruce Momjian
Log Message: --- Remove, done: < < * Add support for WIN1253 (Greek) encoding < < http://archives.postgresql.org/pgsql-bugs/2005-12/msg0.php Modified Files: -- pgsql/doc: TODO (r1.1875 -> r1.1876) (http://developer.postgresql.org/cvsweb.cgi/pgsql/d

[COMMITTERS] pgsql: Add: > > * Add support for WIN1253 (Greek) encoding > >

2006-06-14 Thread Bruce Momjian
Log Message: --- Add: > > * Add support for WIN1253 (Greek) encoding > > http://archives.postgresql.org/pgsql-bugs/2005-12/msg0.php Modified Files: -- pgsql/doc: TODO (r1.1874 -> r1.1875) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.d

[COMMITTERS] pgsql: Add URL to ILIKE encoding fix: >

2006-06-14 Thread Bruce Momjian
Log Message: --- Add URL to ILIKE encoding fix: > http://archives.postgresql.org/pgsql-patches/2005-11/msg00173.php Modified Files: -- pgsql/doc: TODO (r1.1873 -> r1.1874) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1873&r2=1.187

[COMMITTERS] pgsql: Add: > > * Consider increasing internal areas when shared

2006-06-14 Thread Bruce Momjian
Log Message: --- Add: > > * Consider increasing internal areas when shared buffers is increased > > http://archives.postgresql.org/pgsql-hackers/2005-10/msg01419.php Modified Files: -- pgsql/doc: TODO (r1.1872 -> r1.1873) (http://developer.postgresql.o

[COMMITTERS] pgsql: Already done: < < o Properly mark all libpq-exported functions

2006-06-14 Thread Bruce Momjian
Log Message: --- Already done: < < o Properly mark all libpq-exported functions with "PQ" < < http://archives.postgresql.org/pgsql-hackers/2005-10/msg00696.php Modified Files: -- pgsql/doc: TODO (r1.1871 -> r1.1872) (http://developer.postgr

[COMMITTERS] pgguid - pgguid:

2006-06-14 Thread User Dezelin
Log Message: --- Modified Files: -- pgguid: guid.h (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgguid/pgguid/guid.h.diff?r1=1.1&r2=1.2) guid.c (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgguid/pgguid/guid.c

[COMMITTERS] pgsql: Done by Peter: < * Improve the information schema to be more

2006-06-14 Thread Bruce Momjian
Log Message: --- Done by Peter: < * Improve the information schema to be more standards-compliant: < < http://archives.postgresql.org/pgsql-bugs/2005-10/msg00028.php Modified Files: -- pgsql/doc: TODO (r1.1870 -> r1.1871) (http://developer.postgresql.or

[COMMITTERS] pgsql: Add: > > o Properly mark all libpq-exported functions with

2006-06-14 Thread Bruce Momjian
Log Message: --- Add: > > o Properly mark all libpq-exported functions with "PQ" > > http://archives.postgresql.org/pgsql-hackers/2005-10/msg00696.php Modified Files: -- pgsql/doc: TODO (r1.1869 -> r1.1870) (http://developer.postgresql.org/

[COMMITTERS] pgsql: Add: > > * Consider padding the spinlock structure to have

2006-06-14 Thread Bruce Momjian
Log Message: --- Add: > > * Consider padding the spinlock structure to have spinlock registers > on different CPU cache line > > http://archives.postgresql.org/pgsql-hackers/2005-10/msg00498.php Modified Files: -- pgsql/doc: TODO (r1.1868 -> r1.1869)

[COMMITTERS] pgsql: Add item, not fixed: > > * Fix ILIKE and regular expressions to

2006-06-14 Thread Bruce Momjian
Log Message: --- Add item, not fixed: > > * Fix ILIKE and regular expressions to handle case insensitivity > properly in multibyte encodings > > http://archives.postgresql.org/pgsql-bugs/2005-10/msg1.php Modified Files: -- pgsql/doc: TODO (r1.1867 -> r1.1

[COMMITTERS] pgsql: Remove, already in back branches: < < o Add new version of

2006-06-14 Thread Bruce Momjian
Log Message: --- Remove, already in back branches: < < o Add new version of PQescapeString() that doesn't double backslashes < that are part of a client-only multibyte sequence < < Single-quote is not a valid byte in any supported client-only < encoding. Th

[COMMITTERS] pgsql: Done: > o -Port contrib/xml2

2006-06-14 Thread Bruce Momjian
Log Message: --- Done: > o -Port contrib/xml2 Modified Files: -- pgsql/doc: TODO (r1.1865 -> r1.1866) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1865&r2=1.1866) pgsql/doc/src/FAQ: TODO.html (r1.368 -> r1.369)

[COMMITTERS] psqlodbc - psqlodbc: The makefile for MSDTC support.

2006-06-14 Thread User Hinoue
Log Message: --- The makefile for MSDTC support. 1. Add MSDTC log option to the setup Dialog. 2. Improve the automatic client encoding for code page 1252. Modified Files: -- psqlodbc: connection.c (r1.139 -> r1.140) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.

[COMMITTERS] pgsql: Add information schema item: > * Improve the information schema

2006-06-14 Thread Bruce Momjian
Log Message: --- Add information schema item: > * Improve the information schema to be more standards-compliant: > > http://archives.postgresql.org/pgsql-bugs/2005-10/msg00028.php > * Add URL to more complete multi-byte regression tests > > http://archives.postgresql.org/pgsql-hacker

[COMMITTERS] pgsql: Add COPY views patch URL: >

2006-06-14 Thread Bruce Momjian
Log Message: --- Add COPY views patch URL: > http://archives.postgresql.org/pgsql-patches/2005-09/msg00148.php Modified Files: -- pgsql/doc: TODO (r1.1863 -> r1.1864) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1863&r2=1.18

[COMMITTERS] pgsql: Add: > > o Add API for 64-bit large object access > >

2006-06-14 Thread Bruce Momjian
Log Message: --- Add: > > o Add API for 64-bit large object access > > http://archives.postgresql.org/pgsql-hackers/2005-09/msg00781.php Modified Files: -- pgsql/doc: TODO (r1.1862 -> r1.1863) (http://developer.postgresql.org/cvsweb.cgi/pgs

[COMMITTERS] pgsql: Keep TODO.detail until item is done: < o %Allow pg_dump to use

2006-06-14 Thread Bruce Momjian
Log Message: --- Keep TODO.detail until item is done: < o %Allow pg_dump to use multiple -t and -n switches > o %Allow pg_dump to use multiple -t and -n switches [pg_dump] Modified Files: -- pgsql/doc: TODO (r1.1861 -> r1.1862) (http://develop

[COMMITTERS] pgsql: Add URL, remove TODO.detail: < o %Allow pg_dump to use multiple

2006-06-14 Thread Bruce Momjian
Log Message: --- Add URL, remove TODO.detail: < o %Allow pg_dump to use multiple -t and -n switches [pg_dump] > o %Allow pg_dump to use multiple -t and -n switches > > http://archives.postgresql.org/pgsql-patches/2006-01/msg00190.php > Modified Files: --

[COMMITTERS] pgsql: Add locale/encoding references: < Right now only one encoding

2006-06-14 Thread Bruce Momjian
Log Message: --- Add locale/encoding references: < Right now only one encoding is allowed per database. > Right now only one encoding is allowed per database. [locale] > * Add CREATE COLLATE? [locale] Modified Files: -- pgsql/doc: TODO (r1.1859 -> r1.1860)

[COMMITTERS] pgsql: Add locale TODO.detail emails.

2006-06-14 Thread Bruce Momjian
Log Message: --- Add locale TODO.detail emails. Added Files: --- pgsql/doc/TODO.detail: locale (r1.1) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.detail/locale?rev=1.1&content-type=text/x-cvsweb-markup) ---(end of broadca

[COMMITTERS] pgsql: Update link to TODO.detail: < o Check WSACancelBlockingCall()

2006-06-14 Thread Bruce Momjian
Log Message: --- Update link to TODO.detail: < o Check WSACancelBlockingCall() for interrupts (win32intr) > o Check WSACancelBlockingCall() for interrupts [win32intr] Modified Files: -- pgsql/doc: TODO (r1.1858 -> r1.1859) (http://developer.pos

[COMMITTERS] pgsql: Add: > o Fix problem when cascading referential triggers make

2006-06-14 Thread Bruce Momjian
Log Message: --- Add: > o Fix problem when cascading referential triggers make changes on > cascaded tables, seeing the tables in an intermediate state > > http://archives.postgresql.org/pgsql-hackers/2005-09/msg00174.php > http://archives.postgresql.org/pgsq

[COMMITTERS] pgsql: Added: > > * Add URL to more complete multi-byte regression

2006-06-14 Thread Bruce Momjian
Log Message: --- Added: > > * Add URL to more complete multi-byte regression tests > > http://archives.postgresql.org/pgsql-hackers/2005-07/msg00272.php Modified Files: -- pgsql/doc: TODO (r1.1856 -> r1.1857) (http://developer.postgresql.org/cvsweb.cgi

[COMMITTERS] pgsql: Add entry: > * Allow user-defined types to accept 'typmod'

2006-06-14 Thread Bruce Momjian
Log Message: --- Add entry: > * Allow user-defined types to accept 'typmod' parameters > http://archives.postgresql.org/pgsql-hackers/2005-08/msg01142.php > http://archives.postgresql.org/pgsql-hackers/2005-09/msg00012.php Modified Files: -- pgsql/doc: TODO (r1

[COMMITTERS] pgsql: Further thoughts about lo_export/lo_import error handling: if one

2006-06-14 Thread Tom Lane
Log Message: --- Further thoughts about lo_export/lo_import error handling: if one of the lower-level large object functions fails, it will have already set a suitable error message --- probably something from the backend --- and it is not useful to overwrite that with a generic 'error whil

[COMMITTERS] pgguid - pgguid: initial not compilable version

2006-06-14 Thread User Dezelin
Log Message: --- initial not compilable version Added Files: --- pgguid: guid.h (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgguid/pgguid/guid.h?rev=1.1&content-type=text/x-cvsweb-markup) pgguid.h (r1.1) (http://cvs.pgfoundry.org/cgi-bi

[COMMITTERS] pgguid - pgguid: New Directory

2006-06-14 Thread User Dezelin
Update of /cvsroot/pgguid/pgguid/.settings In directory pgfoundry.org:/tmp/cvs-serv7391/.settings Log Message: Directory /cvsroot/pgguid/pgguid/.settings added to the repository ---(end of broadcast)--- TIP 2: Don't 'kill -9' the postmaster

[COMMITTERS] pgguid - pgguid: New Directory

2006-06-14 Thread User Dezelin
Update of /cvsroot/pgguid/pgguid In directory pgfoundry.org:/tmp/cvs-serv7040/pgguid Log Message: Directory /cvsroot/pgguid/pgguid added to the repository ---(end of broadcast)--- TIP 9: In versions below 8.0, the planner will ignore your desire to

[COMMITTERS] pgsql: Clean up psql's control-C handling to avoid longjmp'ing out of

2006-06-14 Thread Tom Lane
Log Message: --- Clean up psql's control-C handling to avoid longjmp'ing out of random places --- that risks corrupting data structures, losing sync with the backend, etc. We now longjmp only from calls to readline, fgets, and fread, which we assume are coded to protect themselves against

[COMMITTERS] psqlodbc - psqlodbc: fix for "The cursor is open." problem

2006-06-14 Thread User Luf
Log Message: --- fix for "The cursor is open." problem Modified Files: -- psqlodbc: results.c (r1.90 -> r1.91) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/results.c.diff?r1=1.90&r2=1.91) ---(end of broadcast)-