[COMMITTERS] pgsql: Spelling improvement

2011-08-26 Thread Peter Eisentraut
Spelling improvement Branch -- REL9_1_STABLE Details --- http://git.postgresql.org/pg/commitdiff/814a7f50c6c53883b0b753458c9912b0e6bc2519 Modified Files -- doc/src/sgml/ref/psql-ref.sgml |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) -- Sent via pgsql-committ

[COMMITTERS] pgsql: Spelling improvement

2011-08-26 Thread Peter Eisentraut
Spelling improvement Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/3104cc89be65614ef3d0748e1cc19fb5394969e9 Modified Files -- doc/src/sgml/ref/psql-ref.sgml |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) -- Sent via pgsql-committers mai

[COMMITTERS] pgsql: Add another pgdefine path check, and a cvs-git change.

2011-08-26 Thread Bruce Momjian
Add another pgdefine path check, and a cvs-git change. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/68c019a5383bae89794b8a37001a7b8801e9a19b Modified Files -- src/tools/make_mkid |2 +- src/tools/pginclude/pgcompinclude |5 + sr

[COMMITTERS] pgsql: Change references of CVS to .git.

2011-08-26 Thread Bruce Momjian
Change references of CVS to .git. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/e7088713cd2bb6ce2ce630d07feb45b011308932 Modified Files -- src/tools/pginclude/pgcompinclude |6 -- src/tools/pginclude/pgfixinclude |2 +- 2 files changed, 5 ins

[COMMITTERS] pgsql: Add postgres.h to *.c files for pg_upgrade, ltree, and btree_gis

2011-08-26 Thread Bruce Momjian
Add postgres.h to *.c files for pg_upgrade, ltree, and btree_gist, and remove from local *.h files. Per suggestion from Alvaro. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/f1312b5ed32630ae479e61e2a58cfac56ae46dd8 Modified Files -- contrib/btree_gist/

[COMMITTERS] pgsql: Fix missing pgdefine detection in pgrminclude.

2011-08-26 Thread Bruce Momjian
Fix missing pgdefine detection in pgrminclude. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/8b0f0822fd518a7d147344ee1253acb601f2 Modified Files -- src/tools/pginclude/pgrminclude |5 - 1 files changed, 4 insertions(+), 1 deletions(-) -- S

[COMMITTERS] pgsql: Add markers for skips.

2011-08-26 Thread Bruce Momjian
Add markers for skips. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/f8fc37b337982fb97de9504f00381d1a54566c5f Modified Files -- src/backend/port/darwin/system.c |2 +- src/backend/port/dynloader/nextstep.h |2 +- src/backend/port/dynloader/wi

[COMMITTERS] pgsql: Fix #if blocks.

2011-08-26 Thread Bruce Momjian
Fix #if blocks. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/ac5f11e0ec23e70a5749c5caee890f0b9addfc85 Modified Files -- src/tools/pginclude/pgrminclude | 25 +++-- 1 files changed, 15 insertions(+), 10 deletions(-) -- Sent via p

[COMMITTERS] pgsql: Add markers.

2011-08-26 Thread Bruce Momjian
Add markers. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/48423d949f6bf8f21505a00571aa2f9559952016 Modified Files -- src/bin/scripts/common.h |4 ++-- src/include/pg_trace.h |2 +- 2 files changed, 3 insertions(+), 3 deletions(-) -- Sent via

[COMMITTERS] pgsql: Cleanup of script.

2011-08-26 Thread Bruce Momjian
Cleanup of script. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/c6e9da17a1820bde0c51c8a23b24dff6b8b96c6b Modified Files -- src/tools/pginclude/pgrminclude | 10 ++ 1 files changed, 2 insertions(+), 8 deletions(-) -- Sent via pgsql-committer

[COMMITTERS] pgsql: Add another marker.

2011-08-26 Thread Bruce Momjian
Add another marker. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/455d08b2855af0e7748bbc7602605ceb48492b3a Modified Files -- src/pl/plpgsql/src/pl_comp.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) -- Sent via pgsql-committers mailing

[COMMITTERS] pgsql: Modify pgrminclude to include all code, even in #if blocks. Pro

2011-08-26 Thread Bruce Momjian
Modify pgrminclude to include all code, even in #if blocks. Process .h include files before .c files. Mark some includes as needed to be ignored by pgrminclude. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/f8e41abd8a11d562c3ed97427d6dec9b383f628a Modified Files

[COMMITTERS] pgsql: Add missing includes after pgrminclude run.

2011-08-26 Thread Bruce Momjian
Add missing includes after pgrminclude run. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/f261deb4b41e73f612705c0f852fdb132d74bf4e Modified Files -- src/backend/access/transam/xlogutils.c |1 + src/backend/storage/lmgr/lock.c|1 + src/back

[COMMITTERS] pgsql: do include files first

2011-08-26 Thread Bruce Momjian
do include files first Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/987214b4d5118a6adf51945d6e266bb464cdd3ec Modified Files -- src/tools/pginclude/pgrminclude |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) -- Sent via pgsql-committer

[COMMITTERS] pgsql: Improve comments describing tsvector data structure.

2011-08-26 Thread Tom Lane
Improve comments describing tsvector data structure. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/40271811cb9c4906041afc21a3b2c2f31f534fd8 Modified Files -- src/include/tsearch/ts_type.h | 52 +--- 1 files changed,

[COMMITTERS] pgsql: Fix potential memory clobber in tsvector_concat().

2011-08-26 Thread Tom Lane
Fix potential memory clobber in tsvector_concat(). tsvector_concat() allocated its result workspace using the "conservative" estimate of the sum of the two input tsvectors' sizes. Unfortunately that wasn't so conservative as all that, because it supposed that the number of pad bytes required coul

[COMMITTERS] pgsql: Fix potential memory clobber in tsvector_concat().

2011-08-26 Thread Tom Lane
Fix potential memory clobber in tsvector_concat(). tsvector_concat() allocated its result workspace using the "conservative" estimate of the sum of the two input tsvectors' sizes. Unfortunately that wasn't so conservative as all that, because it supposed that the number of pad bytes required coul

[COMMITTERS] pgsql: Fix potential memory clobber in tsvector_concat().

2011-08-26 Thread Tom Lane
Fix potential memory clobber in tsvector_concat(). tsvector_concat() allocated its result workspace using the "conservative" estimate of the sum of the two input tsvectors' sizes. Unfortunately that wasn't so conservative as all that, because it supposed that the number of pad bytes required coul

[COMMITTERS] pgsql: Fix potential memory clobber in tsvector_concat().

2011-08-26 Thread Tom Lane
Fix potential memory clobber in tsvector_concat(). tsvector_concat() allocated its result workspace using the "conservative" estimate of the sum of the two input tsvectors' sizes. Unfortunately that wasn't so conservative as all that, because it supposed that the number of pad bytes required coul

[COMMITTERS] pgsql: Fix potential memory clobber in tsvector_concat().

2011-08-26 Thread Tom Lane
Fix potential memory clobber in tsvector_concat(). tsvector_concat() allocated its result workspace using the "conservative" estimate of the sum of the two input tsvectors' sizes. Unfortunately that wasn't so conservative as all that, because it supposed that the number of pad bytes required coul

[COMMITTERS] pgsql: Clean up weird corner cases in lexing of psql meta-command argum

2011-08-26 Thread Tom Lane
Clean up weird corner cases in lexing of psql meta-command arguments. These changes allow backtick command evaluation and psql variable interpolation to happen on substrings of a single meta-command argument. Formerly, no such evaluations happened at all if the backtick or colon wasn't the first c

[COMMITTERS] pgsql: Support non-ASCII letters in psql variable names.

2011-08-26 Thread Tom Lane
Support non-ASCII letters in psql variable names. As in the backend, the implementation actually accepts any non-ASCII character, but we only document that you can use letters. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/e86fdb0ab224eaa73d907ab16a2dd0e0058699e0

[COMMITTERS] pgsql: Fix pgrminclude regex pattern.

2011-08-26 Thread Bruce Momjian
Fix pgrminclude regex pattern. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/910725b49ddf5c827658717f458fb14d0044f251 Modified Files -- src/tools/pginclude/pgrminclude |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) -- Sent via pgsql-commi

[COMMITTERS] pgsql: Unbreak MSVC build broken by my port of flex check.

2011-08-26 Thread Andrew Dunstan
Unbreak MSVC build broken by my port of flex check. flex puts lex.backup in the current working directory regardless of where the input and output are. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/6a56a38f017718f23b001050e3a69662b83373da Modified Files --

[COMMITTERS] pgsql: In pgrminclude, add code to skip includes with a marker comment.

2011-08-26 Thread Bruce Momjian
In pgrminclude, add code to skip includes with a marker comment. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/6f9afc351b81a46ce9dc0f48c8a4c0af3de924e9 Modified Files -- src/tools/pginclude/pgrminclude |1 + 1 files changed, 1 insertions(+), 0 deleti

[COMMITTERS] pgsql: In pgrminclude, make skipped include names constent and skip fil

2011-08-26 Thread Bruce Momjian
In pgrminclude, make skipped include names constent and skip files with #if/#ifdefs. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/4399e81749623c5e7541ca8488ae460c2d54 Modified Files -- src/tools/pginclude/pgrminclude |7 ++- 1 files changed,

Re: [COMMITTERS] pgsql: Port backup check on psql lexer to MSVC.

2011-08-26 Thread Andrew Dunstan
On 08/26/2011 09:56 AM, Tom Lane wrote: Andrew Dunstan writes: Port backup check on psql lexer to MSVC. Some of the buildfarm members don't like this, eg currawong: Running flex on src\backend\parser\scan.l opening src\backend\parser/lex.backup for reading: No such file or directory

Re: [COMMITTERS] pgsql: Port backup check on psql lexer to MSVC.

2011-08-26 Thread Tom Lane
Andrew Dunstan writes: > Port backup check on psql lexer to MSVC. Some of the buildfarm members don't like this, eg currawong: Running flex on src\backend\parser\scan.l opening src\backend\parser/lex.backup for reading: No such file or directory at src/tools/msvc/pgflex.pl line 71. Project

[COMMITTERS] oracle-fdw - oracle_fdw: fix incorrect use of an automatic variable for

2011-08-26 Thread User Albe
Log Message: --- fix incorrect use of an automatic variable for binding timestamp parameters in Oracle Modified Files: -- oracle_fdw: oracle_utils.c (r1.1.1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/oracle-fdw/oracle_fdw/oracle_utils.c?r1=1.1