Log Message:
---
- Capture input arguments as variable names LOL1, LOL2, etc.
- Start work on identNode() function which executes such an identifier. It
doesn't work yet, so FOUND YR LOL1 (equiv. of RETURN $1) doesn't work either
Modified Files:
--
pllolcode:
gram.
Log Message:
---
Initial release
Added Files:
---
Npgsql2:
ChangeLog (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/ChangeLog?rev=1.1&content-type=text/x-cvsweb-markup)
---(end of broadcast)--
Log Message:
---
Updated docs to include documentation about COPY IN/OUT support. Thanks Kalle
Hallivuori for patches!
Modified Files:
--
Npgsql2/docs:
UserManual.html (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/docs/UserMan
Log Message:
---
Fix ALTER COLUMN TYPE to preserve the tablespace and reloptions of indexes
it affects. The original coding neglected tablespace entirely (causing
the indexes to move to the database's default tablespace) and for an index
belonging to a UNIQUE or PRIMARY KEY constraint, it
Log Message:
---
Fix ALTER COLUMN TYPE to preserve the tablespace and reloptions of indexes
it affects. The original coding neglected tablespace entirely (causing
the indexes to move to the database's default tablespace) and for an index
belonging to a UNIQUE or PRIMARY KEY constraint, it
Log Message:
---
Fix ALTER COLUMN TYPE to preserve the tablespace and reloptions of indexes
it affects. The original coding neglected tablespace entirely (causing
the indexes to move to the database's default tablespace) and for an index
belonging to a UNIQUE or PRIMARY KEY constraint, it
Log Message:
---
Fix ALTER COLUMN TYPE to preserve the tablespace and reloptions of indexes
it affects. The original coding neglected tablespace entirely (causing
the indexes to move to the database's default tablespace) and for an index
belonging to a UNIQUE or PRIMARY KEY constraint, it
Log Message:
---
Updated nant build file and Monodevelop project files with latest additions in
order to compile Npgsql.
Modified Files:
--
Npgsql2/src:
Npgsql.build (r1.6 -> r1.7)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/Npgsql.bui
Log Message:
---
"Applied patch against CVS containing comments and small fixes for COPY support.
Biggest change in structure is the separation of copy format into its own class
- this is required to support serialization, which I'm working on." (Kalle
Hallivuori)
Modified Files:
Log Message:
---
"Applied patch against CVS containing comments and small fixes for COPY support.
Biggest change in structure is the separation of copy format into its own class
- this is required to support serialization, which I'm working on." (Kalle
Hallivuori)
Added Files:
Log Message:
---
Fix the inadvertent libpq ABI breakage discovered by Martin Pitt: the
renumbering of encoding IDs done between 8.2 and 8.3 turns out to break 8.2
initdb and psql if they are run with an 8.3beta1 libpq.so. For the moment
we can rearrange the order of enum pg_enc to keep the
Log Message:
---
Added initial support for a copy serializer for COPY FROM STDIN. (Kalle
Hallivuori)
Modified Files:
--
Npgsql2/testsuite/noninteractive:
test_copy.cs (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/testsuite/no
Log Message:
---
Guard against possible double free during error escape from XML
functions. Patch for the reported issue from Kris Jurka, some
other potential trouble spots plugged by Tom.
Modified Files:
--
pgsql/src/backend/utils/adt:
xml.c (r1.48 -> r1.49)
Log Message:
---
Strengthen type_sanity's check on pg_type.typarray. It failed to
complain about types that didn't have typarray set. Noted while
working on txid patch.
Modified Files:
--
pgsql/src/test/regress/sql:
type_sanity.sql (r1.31 -> r1.32)
(http:
Log Message:
---
Try to fix msvc build for recent initdb changes.
Modified Files:
--
pgsql/src/bin/initdb:
Makefile (r1.54 -> r1.55)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/initdb/Makefile?r1=1.54&r2=1.55)
pgsql/src/tools/msvc:
Log Message:
---
Remove contrib/txid, in preparation for migrating it into core.
Modified Files:
--
pgsql/contrib:
Makefile (r1.79 -> r1.80)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/Makefile?r1=1.79&r2=1.80)
Removed Files:
-
Log Message:
---
Migrate the former contrib/txid module into core. This will make it easier
for Slony and Skytools to depend on it. Per discussion.
Modified Files:
--
pgsql/doc/src/sgml:
datatype.sgml (r1.209 -> r1.210)
(http://developer.postgresql.org/cv
Log Message:
---
Make IDENTIFIER grammar rule work. Now RETURN $1 is possible (syntax: FOUND YR
LOL1)
Modified Files:
--
pllolcode:
gram.y (r1.12 -> r1.13)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pllolcode/pllolcode/gram.y.diff?r1=1.12&r2=1.13)
Log Message:
---
Ooops, forgot about adding -DFRONTEND.
Modified Files:
--
pgsql/src/tools/msvc:
Mkvcbuild.pm (r1.22 -> r1.23)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/tools/msvc/Mkvcbuild.pm?r1=1.22&r2=1.23)
---(end of
Log Message:
---
Remove debug code
Modified Files:
--
pllolcode:
gram.y (r1.13 -> r1.14)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pllolcode/pllolcode/gram.y.diff?r1=1.13&r2=1.14)
---(end of broadcast)---
20 matches
Mail list logo