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
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
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
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
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/
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
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
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
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
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
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
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
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
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
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,
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
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
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
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
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
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
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
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
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
--
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
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,
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
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
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
29 matches
Mail list logo