Log Message:
---
Correct some code in pg_restore when reading the header of a tar archive:
(1) The code doesn't initialize `sum', so the initial "does the checksum
match?" test is wrong.
(2) The loop that is intended to check for a "null block" just checks
the first byte of the ta
Log Message:
---
Correct some code in pg_restore when reading the header of a tar archive:
(1) The code doesn't initialize `sum', so the initial "does the checksum
match?" test is wrong.
(2) The loop that is intended to check for a "null block" just checks
the first byte of the ta
Log Message:
---
Correct some code in pg_restore when reading the header of a tar archive:
(1) The code doesn't initialize `sum', so the initial "does the checksum
match?" test is wrong.
(2) The loop that is intended to check for a "null block" just checks
the first byte of the ta
Log Message:
---
More trivial dead code removal: in int_to_roman(), checking for "num == -1"
is redundant after a check has already been made for "num < 0". The "set"
variable can also be removed, as it is now no longer used. Per checking
with Karel, this is the right fix.
Per Coverity sta
Log Message:
---
Add a CONTINUE statement to PL/PgSQL, which can be used to begin the
next iteration of a loop. Update documentation and add regression tests.
Patch from Pavel Stehule, reviewed by Neil Conway.
Modified Files:
--
pgsql/doc/src/sgml:
plpgsql.sgml (r1.
Log Message:
---
Add trigger tests.
Added Files:
---
be/test/expected/80:
trigger (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/be/test/expected/80/trigger?rev=1.1&content-type=text/x-cvsweb-markup)
be/test/sql/80:
trigger (r1.1)
Log Message:
---
pg_dump can now dump large objects even in plain-text output mode, by
using the recently added lo_create() function. The restore logic in
pg_restore is greatly simplified as well, since there's no need anymore
to try to adjust database references to match a new set of blob
Log Message:
---
Added v0.1 specification and beginning of calculations doc.
Added Files:
---
configurator:
calculations.txt (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/configurator/configurator/calculations.txt?rev=1.1&content-type=text/x-cvsweb-markup
Log Message:
---
Fix pg_dumpall to do the right thing with "postgres" database, per
Dave Page. Also, cause it to emit rather than ignore any ACL and
datconfig options that may be set for these two databases.
Modified Files:
--
pgsql/src/bin/pg_dump:
pg_dumpall.c (r
Log Message:
---
Forgot to remove comment
Modified Files:
--
uri:
Makefile (r1.3 -> r1.4)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/uri/uri/Makefile.diff?r1=1.3&r2=1.4)
---(end of broadcast)---
TIP 8: expl
Log Message:
---
uri_get_* now returns NULL on invalid conversions
Modified Files:
--
uri:
Makefile (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/uri/uri/Makefile.diff?r1=1.2&r2=1.3)
uri.c (r1.1.1.1 -> r1.2)
(http://cvs.pgfoun
Log Message:
---
Changed to pg_config
Modified Files:
--
uri:
Makefile (r1.1.1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/uri/uri/Makefile.diff?r1=1.1.1.1&r2=1.2)
---(end of broadcast)---
TIP 8:
Log Message:
---
Updated Readme to reflect Makefile changes
Added Comments to uri.sql
Modified Files:
--
uri:
README (r1.1.1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/uri/uri/README.diff?r1=1.1.1.1&r2=1.2)
uri.sql (r1.1.1.1 -> r1.2)
Update of /cvsroot/uri/uri
In directory pgfoundry.org:/tmp/cvs-serv56114
Log Message:
Initial Release
Status:
Vendor Tag: MAIN
Release Tags: HEAD
N uri/.cvsignore
N uri/AUTHORS
N uri/COPYING
N uri/Makefile
N uri/README
N uri/uri.c
N uri/uri.sql
N uri/liburi/uri_scheme_gen
14 matches
Mail list logo