[COMMITTERS] pgsql: Back-patch second version of AIX getaddrinfo fix.

2006-10-19 Thread Tom Lane
Log Message: --- Back-patch second version of AIX getaddrinfo fix. Tags: REL7_4_STABLE Modified Files: -- pgsql/src/backend/libpq: ip.c (r1.23.2.3 -> r1.23.2.4) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/libpq/ip.c.diff?r1=1.23.2.3&

[COMMITTERS] pgsql: Back-patch second version of AIX getaddrinfo fix.

2006-10-19 Thread Tom Lane
Log Message: --- Back-patch second version of AIX getaddrinfo fix. Tags: REL8_0_STABLE Modified Files: -- pgsql/src/backend/libpq: ip.c (r1.31.4.1 -> r1.31.4.2) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/libpq/ip.c.diff?r1=1.31.4.1&

[COMMITTERS] pgsql: Back-patch second version of AIX getaddrinfo fix.

2006-10-19 Thread Tom Lane
Log Message: --- Back-patch second version of AIX getaddrinfo fix. Tags: REL8_1_STABLE Modified Files: -- pgsql/src/backend/libpq: ip.c (r1.32.2.2 -> r1.32.2.3) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/libpq/ip.c.diff?r1=1.32.2.2&

[COMMITTERS] pgsql: Marginal code cleanups in pg_logdir_ls: use ReadDir not readdir,

2006-10-19 Thread Tom Lane
Log Message: --- Marginal code cleanups in pg_logdir_ls: use ReadDir not readdir, and avoid scribbling on its result (might be safe but why risk it) Modified Files: -- pgsql/contrib/adminpack: adminpack.c (r1.6 -> r1.7) (http://developer.postgresql.org/cvsw

[COMMITTERS] pgsql: Try to fix the AIX getaddrinfo mess in a way that works on all

2006-10-19 Thread Tom Lane
Log Message: --- Try to fix the AIX getaddrinfo mess in a way that works on all versions. Going to wait for buildfarm results before backpatching, this time. Modified Files: -- pgsql/src/backend/libpq: ip.c (r1.37 -> r1.38) (http://developer.postgresql.org/

[COMMITTERS] pgsql: Clarify note about interaction of log_statement logging with

2006-10-19 Thread Tom Lane
Log Message: --- Clarify note about interaction of log_statement logging with errors. Remove obsolete note about logging of statements generated by plpgsql function execution ... that doesn't happen anymore. Modified Files: -- pgsql/doc/src/sgml: config.sgml (r1.90

[COMMITTERS] pgsql: Marginal improvement in logging: include the function name when

2006-10-19 Thread Tom Lane
Log Message: --- Marginal improvement in logging: include the function name when logging a fastpath function call. Modified Files: -- pgsql/src/backend/tcop: fastpath.c (r1.93 -> r1.94) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/tcop/fast

[COMMITTERS] press - pr: Minor corrections and (hopefully) improved some phrases.

2006-10-19 Thread User Ahatzis
Log Message: --- Minor corrections and (hopefully) improved some phrases. Also replaced "daß" by new "dass" - "daß" is deprecated, really. ;-) Modified Files: -- pr/releases/8.2/de: presskit82.html.de (r1.7 -> r1.8) (http://cvs.pgfoundry.org/cgi-bin/cvsweb

[COMMITTERS] pgsql: Rename our substitute qsort to pg_qsort at the link-symbol level

2006-10-19 Thread Tom Lane
Log Message: --- Rename our substitute qsort to pg_qsort at the link-symbol level (but provide a macro so code can still just say qsort). Avoids linker warnings on pickier platforms such as Darwin, and outright failure on MSVC. Modified Files: -- pgsql/src/include:

[COMMITTERS] pgsql: Add externs for optarg/optind where apparently needed.

2006-10-19 Thread Tom Lane
Log Message: --- Add externs for optarg/optind where apparently needed. Per Magnus. Modified Files: -- pgsql/contrib/oid2name: oid2name.c (r1.29 -> r1.30) (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/oid2name/oid2name.c.diff?r1=1.29&r2=1.30)

[COMMITTERS] press - pr: Fixed typos, copy-edited

2006-10-19 Thread User Nickg
Log Message: --- Fixed typos, copy-edited Modified Files: -- pr/releases/8.2/ru: presskit82.html.ru (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/press/pr/releases/8.2/ru/presskit82.html.ru.diff?r1=1.1&r2=1.2) ---(end

[COMMITTERS] pgsql: Handle missing M_PI the same way we've been doing in the core

2006-10-19 Thread Tom Lane
Log Message: --- Handle missing M_PI the same way we've been doing in the core code, instead of inserting an MSVC dependency. Modified Files: -- pgsql/contrib/earthdistance: earthdistance.c (r1.12 -> r1.13) (http://developer.postgresql.org/cvsweb.cgi/pgsql/

[COMMITTERS] pgsql: Further MSVC portability fixes from Magnus.

2006-10-19 Thread Tom Lane
Log Message: --- Further MSVC portability fixes from Magnus. Modified Files: -- pgsql/contrib/earthdistance: earthdistance.c (r1.11 -> r1.12) (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/earthdistance/earthdistance.c.diff?r1=1.11&r2=1.12) p

[COMMITTERS] pgsql: Remove qsort TODO.detail.

2006-10-19 Thread Bruce Momjian
Log Message: --- Remove qsort TODO.detail. All items completed. Removed Files: - pgsql/doc/TODO.detail: qsort (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.detail/qsort) ---(end of broadcast)---

[COMMITTERS] pgsql: Done: < * Improve port/qsort() to handle sorts with 50% unique

2006-10-19 Thread Bruce Momjian
Log Message: --- Done: < * Improve port/qsort() to handle sorts with 50% unique and 50% duplicate < value [qsort] < < This involves choosing better pivot points for the quicksort. < Modified Files: -- pgsql/doc: TODO (r1.2003 -> r1.2004) (http://devel

[COMMITTERS] pgsql: Fix a couple of places that were assuming debug_query_string

2006-10-19 Thread Tom Lane
Log Message: --- Fix a couple of places that were assuming debug_query_string couldn't be NULL ... seems an unsafe assumption. Modified Files: -- pgsql/contrib/dblink: dblink.c (r1.59 -> r1.60) (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/dblin

[COMMITTERS] pgsql: Make sure that debug_query_string contains the original query

2006-10-19 Thread Tom Lane
Log Message: --- Make sure that debug_query_string contains the original query text, if available (which it usually should be), during processing of Bind and Execute protocol messages. This improves usefulness of log_min_error_statement logging for extended query protocol. Modified Files:

[COMMITTERS] pgsql: Clean up local redeclarations of variables with DLLIMPORT, per

2006-10-19 Thread Tom Lane
Log Message: --- Clean up local redeclarations of variables with DLLIMPORT, per report from Magnus that MSVC complains about this. Modified Files: -- pgsql/contrib/adminpack: adminpack.c (r1.5 -> r1.6) (http://developer.postgresql.org/cvsweb.cgi/pgsql/contr

[COMMITTERS] pgsql: Fix typo.

2006-10-19 Thread Neil Conway
Log Message: --- Fix typo. Modified Files: -- pgsql/contrib/adminpack: adminpack.c (r1.4 -> r1.5) (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/adminpack/adminpack.c.diff?r1=1.4&r2=1.5) ---(end of broadcast)-

[COMMITTERS] pgsql: Simplify contrib Makefiles by removing unnecessary SRCS macro,

2006-10-19 Thread Tom Lane
Log Message: --- Simplify contrib Makefiles by removing unnecessary SRCS macro, per Magnus. Modified Files: -- pgsql/contrib/fuzzystrmatch: Makefile (r1.7 -> r1.8) (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/fuzzystrmatch/Makefile.diff?r1=1.7&

[COMMITTERS] pgsql: Work around reported problem that AIX's getaddrinfo() doesn't

2006-10-19 Thread Tom Lane
Log Message: --- Work around reported problem that AIX's getaddrinfo() doesn't seem to zero sin_port in the returned IP address struct when servname is NULL. This has been observed to cause failure to bind the stats collection socket, and could perhaps cause other issues too. Per reports

[COMMITTERS] pgsql: Work around reported problem that AIX's getaddrinfo() doesn't

2006-10-19 Thread Tom Lane
Log Message: --- Work around reported problem that AIX's getaddrinfo() doesn't seem to zero sin_port in the returned IP address struct when servname is NULL. This has been observed to cause failure to bind the stats collection socket, and could perhaps cause other issues too. Per reports

[COMMITTERS] pgsql: Work around reported problem that AIX's getaddrinfo() doesn't

2006-10-19 Thread Tom Lane
Log Message: --- Work around reported problem that AIX's getaddrinfo() doesn't seem to zero sin_port in the returned IP address struct when servname is NULL. This has been observed to cause failure to bind the stats collection socket, and could perhaps cause other issues too. Per reports

[COMMITTERS] pgsql: Work around reported problem that AIX's getaddrinfo() doesn't

2006-10-19 Thread Tom Lane
Log Message: --- Work around reported problem that AIX's getaddrinfo() doesn't seem to zero sin_port in the returned IP address struct when servname is NULL. This has been observed to cause failure to bind the stats collection socket, and could perhaps cause other issues too. Per reports