Log Message:
---
Fixed copyright notice.
Modified Files:
--
pgsql/src/interfaces/ecpg/preproc:
ecpg.c (r1.110 -> r1.111)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/preproc/ecpg.c?r1=1.110&r2=1.111)
--
Sent via pgsql-committers mai
Log Message:
---
Implement dblink_get_notify().
Adds the ability to retrieve async notifications using dblink,
via the addition of the function dblink_get_notify(). Original patch
by Marcus Kempe, suggestions by Tom Lane and Alvaro Herrera, patch
review and adjustments by Joe Conway.
Mod
Log Message:
---
Improve error messages in md.c. When a filesystem operation like open() or
fsync() fails, say "file" rather than "relation" when printing the filename.
This makes messages that display block numbers a bit confusing. For example,
in message 'could not read block 15 of f
Log Message:
---
Add matchorig, matchsynonyms, and keepsynonyms options to contrib/dict_xsyn.
Sergey Karpov
Modified Files:
--
pgsql/contrib/dict_xsyn:
dict_xsyn.c (r1.6 -> r1.7)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/dict_xsyn/dict_xsyn.c
[email protected] (Heikki Linnakangas) writes:
> This makes messages that display block numbers a bit confusing. For example,
> in message 'could not read block 15 of file "base/1234/5678.1"', 15
> is the block number from the beginning of the relation, ie. segment 0, not
> 15th blo
Log Message:
---
Show what was passed in if there's an argument processing error
Modified Files:
--
trunk/trunk:
allow_on_condition.sql (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/deny-updates/trunk/trunk/allow_on_condition.sql?r1=1.1&r2=1.2
Log Message:
---
Tweak unit test
Modified Files:
--
trunk/trunk/expected:
deny_updates_test_1.out (r1.3 -> r1.4)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/deny-updates/trunk/trunk/expected/deny_updates_test_1.out?r1=1.3&r2=1.4)
--
Sent via pgsql-commit
Log Message:
---
Add more debug
Modified Files:
--
trunk/trunk:
allow_on_condition.sql (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/deny-updates/trunk/trunk/allow_on_condition.sql?r1=1.2&r2=1.3)
trunk/trunk/expected:
allow_on_cond
Log Message:
---
Fix manpages related to SPI functions.
This patch adds declaration so that they end up in section 3, and adds
them to the Makefiles to install them.
Also, some synopses needed reflowing so that they look nice in 80-column
terminals.
Modified Files:
--
pgs
Log Message:
---
Properly error out for arrays, composites, and enum types because their
oids are stored on-disk and cannot be migrated.
Modified Files:
--
pg_migrator/src:
pg_migrator.c (r1.63 -> r1.64)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pg-migra
Log Message:
---
Document limitations of pg_migrator.
Modified Files:
--
pg_migrator:
README (r1.50 -> r1.51)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pg-migrator/pg_migrator/README?r1=1.50&r2=1.51)
--
Sent via pgsql-committers mailing list (pgsql-com
Log Message:
---
Document pg_migrator limitations.
Modified Files:
--
pg_migrator:
CHANGES (r1.5 -> r1.6)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pg-migrator/pg_migrator/CHANGES?r1=1.5&r2=1.6)
--
Sent via pgsql-committers mailing list (pgsql-committe
Log Message:
---
Stamp 8.4.2.
Modified Files:
--
pg_migrator/src:
pg_migrator.h (r1.68 -> r1.69)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pg-migrator/pg_migrator/src/pg_migrator.h?r1=1.68&r2=1.69)
--
Sent via pgsql-committers mailing list (pgsql-commi
Log Message:
---
Stamp 8.4.2.
Modified Files:
--
pg_migrator:
README (r1.51 -> r1.52)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pg-migrator/pg_migrator/README?r1=1.51&r2=1.52)
--
Sent via pgsql-committers mailing list ([email protected])
Log Message:
---
Update CHANGES.
Modified Files:
--
pg_migrator:
CHANGES (r1.6 -> r1.7)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pg-migrator/pg_migrator/CHANGES?r1=1.6&r2=1.7)
--
Sent via pgsql-committers mailing list ([email protected])
Log Message:
---
typo of version number.
Modified Files:
--
pg_migrator:
CHANGES (r1.7 -> r1.8)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pg-migrator/pg_migrator/CHANGES?r1=1.7&r2=1.8)
--
Sent via pgsql-committers mailing list (pgsql-committers@postgre
Update of /cvsroot/pgexternaltable/src/externaltable/createexttab
In directory pgfoundry.org:/tmp/cvs-serv94810/createexttab
Log Message:
Directory /cvsroot/pgexternaltable/src/externaltable/createexttab added to the
repository
--
Sent via pgsql-committers mailing list (pgsql-committers@postgr
Log Message:
---
Added Files:
---
src/externaltable/createexttab:
Makefile (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgexternaltable/src/externaltable/createexttab/Makefile?rev=1.1&content-type=text/x-cvsweb-markup)
PGConnection.cc (r1.1)
Tom Lane wrote:
> While reading your commit message, it occurred to me that perhaps a
> small wording tweak would help. How about 'could not read block 15
> in file "foo"', rather than "of" file foo? This states correctly that
> the block is *in* that file, without implying that the naming of
Log Message:
---
Modified Files:
--
src/externaltable:
Makefile (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgexternaltable/src/externaltable/Makefile?r1=1.2&r2=1.3)
src/externaltable/createexttab:
Makefile (r1.1 -> r1.2)
Log Message:
---
Adjustment of version number.
(win32)
Modified Files:
--
pg_migrator/src:
controldata.c (r1.21 -> r1.22)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pg-migrator/pg_migrator/src/controldata.c?r1=1.21&r2=1.22)
--
Sent via pgsql-committers
Log Message:
---
Removed Files:
-
src/externaltable:
buffer.cc
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgexternaltable/src/externaltable/buffer.cc)
--
Sent via pgsql-committers mailing list ([email protected])
To make changes to your s
Heikki Linnakangas writes:
> Heh, I had exactly the same idea, and did that in the commit already
> :-). I'm glad you thought of it too. Me being a non-native speaker of
> English myself I was not sure how it comes across to someone who is.
Yeah, I went and looked later and saw you'd already done
Log Message:
---
Removed Files:
-
src/externaltable:
FileBuffer.cc
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgexternaltable/src/externaltable/FileBuffer.cc)
FileBuffer.h
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgexternaltable/src/
Update of /cvsroot/pgexternaltable/src/externaltable/exttab
In directory pgfoundry.org:/tmp/cvs-serv12285/exttab
Log Message:
Directory /cvsroot/pgexternaltable/src/externaltable/exttab added to the
repository
--
Sent via pgsql-committers mailing list ([email protected])
To make
Log Message:
---
Added Files:
---
src/externaltable/exttab:
FileBuffer.cc (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgexternaltable/src/externaltable/exttab/FileBuffer.cc?rev=1.1&content-type=text/x-cvsweb-markup)
FileBuffer.h (r1.1)
Log Message:
---
haha Makefile done
Modified Files:
--
src/externaltable:
Makefile (r1.3 -> r1.4)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgexternaltable/src/externaltable/Makefile?r1=1.3&r2=1.4)
src/externaltable/createexttab:
Makefile (r1
Log Message:
---
make 'Makefile' to be easy used
Modified Files:
--
src/externaltable:
Makefile (r1.4 -> r1.5)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgexternaltable/src/externaltable/Makefile?r1=1.4&r2=1.5)
--
Sent via pgsql-committers mailing list
Log Message:
---
Added Files:
---
src/externaltable/exttab:
externaltab.sql (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgexternaltable/src/externaltable/exttab/externaltab.sql?rev=1.1&content-type=text/x-cvsweb-markup)
--
Sent via pgsql-committers m
Log Message:
---
Removed Files:
-
src/externaltable/exttab:
externaltab.sql
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgexternaltable/src/externaltable/exttab/externaltab.sql)
--
Sent via pgsql-committers mailing list ([email protected])
30 matches
Mail list logo