Log Message:
---
Moved Oracle test and example to their own directory.
Added Files:
---
dbi-link/test/oracle:
oracle.sql (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/dbi-link/dbi-link/test/oracle/oracle.sql?rev=1.1&content-type=text/x-cvsweb-markup)
Log Message:
---
Moved PostgreSQL test and example to their own directory.
Added Files:
---
dbi-link/test/postgresql:
postgresql.sql (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/dbi-link/dbi-link/test/postgresql/postgresql.sql?rev=1.1&content-type=text/x
Log Message:
---
Moved Excel tests to their own directory.
Added Files:
---
dbi-link/test/excel:
excel.sql (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/dbi-link/dbi-link/test/excel/excel.sql?rev=1.1&content-type=text/x-cvsweb-markup)
excel.t (r1.
Log Message:
---
Moved CSV tests into their own directory.
Added Files:
---
dbi-link/test/csv:
csv.t (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/dbi-link/dbi-link/test/csv/csv.t?rev=1.1&content-type=text/x-cvsweb-markup)
keywords_csv (r1.1)
Log Message:
---
Moved MySQL tests into their own directory.
Replaced the 'World' example with Sakila.
Added Files:
---
dbi-link/test/mysql:
mysql.sql (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/dbi-link/dbi-link/test/mysql/mysql.sql?rev=1.1&content-typ
Log Message:
---
Update comments for pgcvslog, -r BASE does not work with cvs log.
Modified Files:
--
pgsql/src/tools:
pgcvslog (r1.31 -> r1.32)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/tools/pgcvslog.diff?r1=1.31&r2=1.32)
Log Message:
---
Simplify regex cleanup code.
Modified Files:
--
pgsql/doc/src/sgml:
Makefile (r1.79 -> r1.80)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/Makefile.diff?r1=1.79&r2=1.80)
---(end of broadcast)-
Log Message:
---
Allow HISTORY/history.html to be generated by removing elements,
per suggestion from Peter. Without this, the main doc links prevent
those files from being built.
Modified Files:
--
pgsql/doc/src/sgml:
Makefile (r1.78 -> r1.79)
(http://de
Log Message:
---
Fix ancient oversight in psql's \d pattern processing code: when seeing two
quote chars inside quote marks, should emit one quote *and stay in inquotes
mode*. No doubt the lack of reports of this have something to do with the
poor documentation of the feature ...
Tags:
--
Log Message:
---
Fix ancient oversight in psql's \d pattern processing code: when seeing two
quote chars inside quote marks, should emit one quote *and stay in inquotes
mode*. No doubt the lack of reports of this have something to do with the
poor documentation of the feature ...
Tags:
--
Log Message:
---
Fix ancient oversight in psql's \d pattern processing code: when seeing two
quote chars inside quote marks, should emit one quote *and stay in inquotes
mode*. No doubt the lack of reports of this have something to do with the
poor documentation of the feature ...
Tags:
--
Log Message:
---
Fix ancient oversight in psql's \d pattern processing code: when seeing two
quote chars inside quote marks, should emit one quote *and stay in inquotes
mode*. No doubt the lack of reports of this have something to do with the
poor documentation of the feature ...
Tags:
--
Log Message:
---
Fix ancient oversight in psql's \d pattern processing code: when seeing two
quote chars inside quote marks, should emit one quote *and stay in inquotes
mode*. No doubt the lack of reports of this have something to do with the
poor documentation of the feature ...
Modified
Log Message:
---
In release notes, always use rather than .
Modified Files:
--
pgsql/doc/src/sgml:
release.sgml (r1.465 -> r1.466)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml.diff?r1=1.465&r2=1.466)
Log Message:
---
Now we have a caching mechanism for non-volatile (and non-SRF) procedures lays
in the TopMemoryContext. (Supports caching of triggers too.) Upper limit for
numbers of procedures to be cached are fixed with CACHE_MAX_SIZE definition. (In
case of a cache_size == CACHE_MAX_SIZ
Log Message:
---
Added missing entry (CASCADED) in keywords table.
Modified Files:
--
pgsql/src/backend/parser:
keywords.c (r1.176 -> r1.177)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/parser/keywords.c.diff?r1=1.176&r2=1.177)
--
Log Message:
---
Fix thinko in comment.
Modified Files:
--
pgsql/src/port:
pgstrcasecmp.c (r1.7 -> r1.8)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/port/pgstrcasecmp.c.diff?r1=1.7&r2=1.8)
---(end of broadcast)
Log Message:
---
Updated config.guess and config.sub
Modified Files:
--
pgsql/config:
config.guess (r1.6 -> r1.7)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/config/config.guess.diff?r1=1.6&r2=1.7)
config.sub (r1.6 -> r1.7)
(http://de
Log Message:
---
The -X option in pg_dump was supposed to be a workaround for the lack of
portable long options. But we have had portable long options for a long
time now, so this is obsolete. Now people have added options which *only*
work with -X but not as regular long option, so I'm p
Log Message:
---
When planning a query at Bind time, be careful to pass the correct
query_list into the Portal, ie, the one seen and possibly modified by
the planner. My fault :-( Per report from Sergey Koposov.
Modified Files:
--
pgsql/src/backend/tcop:
postgres.
Log Message:
---
On platforms that have getrlimit(RLIMIT_STACK), use it to ensure that
max_stack_depth is not set to an unsafe value.
This commit also provides configure-time checking for ,
and cleans up some perhaps-unportable code associated with use of that
include file and getrlimit().
Log Message:
---
Adjust HINT for stack depth limit to mention checking the underlying
platform limit, rather than just blindly raising max_stack_depth.
Also, tweak the code to work properly if someone sets max_stack_depth
to more than 2Gb, which guc.c will allow on a 64-bit machine.
Modifi
Log Message:
---
Remove the generated html docs file from the CVS repository - as we should
generated a fresh one for any release!
Removed Files:
-
bizgres/postgresql/doc:
postgres.tar.gz
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/postgres
Update of /cvsroot/dbi-link/dbi-link/test/oracle
In directory pgfoundry.org:/tmp/cvs-serv89029/oracle
Log Message:
Directory /cvsroot/dbi-link/dbi-link/test/oracle added to the repository
---(end of broadcast)---
TIP 6: explain analyze is your frie
Update of /cvsroot/dbi-link/dbi-link/test/postgresql
In directory pgfoundry.org:/tmp/cvs-serv89029/postgresql
Log Message:
Directory /cvsroot/dbi-link/dbi-link/test/postgresql added to the repository
---(end of broadcast)---
TIP 6: explain analyze
Update of /cvsroot/dbi-link/dbi-link/test/csv
In directory pgfoundry.org:/tmp/cvs-serv89029/csv
Log Message:
Directory /cvsroot/dbi-link/dbi-link/test/csv added to the repository
---(end of broadcast)---
TIP 2: Don't 'kill -9' the postmaster
Update of /cvsroot/dbi-link/dbi-link/test/excel
In directory pgfoundry.org:/tmp/cvs-serv89029/excel
Log Message:
Directory /cvsroot/dbi-link/dbi-link/test/excel added to the repository
---(end of broadcast)---
TIP 5: don't forget to increase your f
Update of /cvsroot/dbi-link/dbi-link/test/mysql
In directory pgfoundry.org:/tmp/cvs-serv89029/mysql
Log Message:
Directory /cvsroot/dbi-link/dbi-link/test/mysql added to the repository
---(end of broadcast)---
TIP 5: don't forget to increase your f
Log Message:
---
Correct typo in check for all thresholds set to invalid.
Modified Files:
--
bizgres/postgresql/doc:
postgres.tar.gz (r1.1.1.2 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/postgresql/doc/postgres.tar.gz.diff?r1=1.1.1
29 matches
Mail list logo