Log Message:
---
Reference variable name as a string, not an object, when invoking Tcl_UnsetVar2.
Modified Files:
--
libpgtcl/generic:
pgtclCmds.c (r1.86 -> r1.87)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgtcl/libpgtcl/generic/pgtclCmds.c?r1=1.86&r2=1.
Log Message:
---
* Add new -withoutnulls option to pg_select, if set will remove null
fields from the row result array.
Modified Files:
--
libpgtcl:
ChangeLog (r1.66 -> r1.67)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgtcl/libpgtcl/ChangeLog?r1=1.66&
Refer to the default foreign key match style as MATCH SIMPLE internally.
Previously we followed the SQL92 wording, "MATCH ", but since
SQL99 there's been a less awkward way to refer to the default style.
In addition to the code changes, pg_constraint.confmatchtype now stores
this match style as '
Make documentation of --help and --version options more consistent
Before, some places didn't document the short options (-? and -V),
some documented both, some documented nothing, and they were listed in
various orders. Now this is hopefully more consistent and complete.
Branch
--
master
D
Make documentation of --help and --version options more consistent
Before, some places didn't document the short options (-? and -V),
some documented both, some documented nothing, and they were listed in
various orders. Now this is hopefully more consistent and complete.
Branch
--
REL9_2_ST
Fix stats collector to recover nicely when system clock goes backwards.
Formerly, if the system clock went backwards, the stats collector would
fail to update the stats file any more until the clock reading again
exceeds whatever timestamp was last written into the stats file. Such
glitches in th
Add missing subtitle for compressed archive logs
Branch
--
REL9_1_STABLE
Details
---
http://git.postgresql.org/pg/commitdiff/1643031e5fe02d2de9ae6b8f86ef9ffd09fe7d3f
Modified Files
--
doc/src/sgml/backup.sgml |5 +
1 files changed, 5 insertions(+), 0 deletions(-)
--
Reorder basebackup options, to list pg_basebackup first
Since this is the easy way of doing it, it should be listed first. All
the old information is retained for those who want the more advanced way.
Also adds a subheading for compressing logs, that seems to have been missing
Branch
--
mast
Reorder basebackup options, to list pg_basebackup first
Since this is the easy way of doing it, it should be listed first. All
the old information is retained for those who want the more advanced way.
Also adds a subheading for compressing logs, that seems to have been missing
Branch
--
REL9
Add missing subtitle for compressed archive logs
Branch
--
REL8_4_STABLE
Details
---
http://git.postgresql.org/pg/commitdiff/9777427d11cb32a7dffbe0e96e3bfb804fc1adae
Modified Files
--
doc/src/sgml/backup.sgml |5 +
1 files changed, 5 insertions(+), 0 deletions(-)
--
Add missing subtitle for compressed archive logs
Branch
--
REL9_0_STABLE
Details
---
http://git.postgresql.org/pg/commitdiff/a0bab308809cf212ebadfaab56c37943f22afed4
Modified Files
--
doc/src/sgml/backup.sgml |5 +
1 files changed, 5 insertions(+), 0 deletions(-)
--
11 matches
Mail list logo