Log Message:
---
Add doc link to section about how to compile triggers.
Modified Files:
--
pgsql/doc/src/sgml:
trigger.sgml (r1.54 -> r1.55)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/trigger.sgml?r1=1.54&r2=1.55)
--
Sent via pgsql-commi
Log Message:
---
Add an optional parameter to pg_start_backup() that specifies whether to do
the checkpoint in immediate or lazy mode. This is to address complaints
that pg_start_backup() takes a long time even when there's no need to minimize
its I/O consumption.
Modified Files:
Log Message:
---
Forgot to commit a file.
Modified Files:
--
psqlodbc:
convert.c (r1.178 -> r1.179)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/convert.c.diff?r1=1.178&r2=1.179)
--
Sent via pgsql-committers mailing list (pgsql-committer
Log Message:
---
Improve the handling of error messages at connection time.
Modified Files:
--
psqlodbc:
connection.c (r1.179 -> r1.180)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/connection.c.diff?r1=1.179&r2=1.180)
drvconn.c (r
Log Message:
---
Add unit documentation for various postgresql.conf settings.
Modified Files:
--
pgsql/src/backend/utils/misc:
guc.c (r1.499 -> r1.500)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/misc/guc.c?r1=1.499&r2=1.500)
p
Log Message:
---
Doc change in new patch, stand-alone -> standalone
Modified Files:
--
pgsql/doc/src/sgml:
maintenance.sgml (r1.91 -> r1.92)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/maintenance.sgml?r1=1.91&r2=1.92)
--
Sent via pgsql-c
Log Message:
---
Add documentation mention of 'check_postgres.pl' in Routine Database
Maintenance Tasks section.
Modified Files:
--
pgsql/doc/src/sgml:
maintenance.sgml (r1.90 -> r1.91)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/maintenanc
Log Message:
---
Add entry in the encoding number to OS name table for KOI8-U.
Modified Files:
--
pgsql/src/backend/utils/mb:
mbutils.c (r1.83 -> r1.84)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/mb/mbutils.c?r1=1.83&r2=1.84)
--
Sen
Log Message:
---
Properly align equals signs in new postgresql.conf units comments.
Modified Files:
--
pgsql/src/backend/utils/misc:
postgresql.conf.sample (r1.256 -> r1.257)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/misc/postgresql.
Log Message:
---
Document in postgresql.conf that the default units for
log_min_duration_statement is milliseconds.
Modified Files:
--
pgsql/src/backend/utils/misc:
postgresql.conf.sample (r1.255 -> r1.256)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/sr
Log Message:
---
Display postgresql.conf unit options in an easier-to-understand,
2-column format.
Modified Files:
--
pgsql/src/backend/utils/misc:
postgresql.conf.sample (r1.254 -> r1.255)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/m
Dear Sir
I am trying to build some functions using C language. these functions are
mentioned in the postgresql documentation.
the only function that are work are the one with int32 variable.
the other function bring errors and are not working
any body can give directions
here are the cod
You are posting to the wrong mailing list.
Please see:
http://www.postgresql.org/community/lists/
...Robert
2009/4/6 eehab hamzeh :
>
> here are the code and the error , i compile them using vc++ 6 and VC++ 2008
> and minGW the example below are for minGW
> THANKS
>
> #include "postgres.h"
> #i
Log Message:
---
Adjust psql tab completion for new \d 'S' flag behavior; adjust code to
be more flexible about additional modifiers for \d commands.
Modified Files:
--
pgsql/src/bin/psql:
tab-complete.c (r1.181 -> r1.182)
(http://anoncvs.postgresql.org/cv
Log Message:
---
Document the fact that fuzzystrmatch doesn't work in multibyte encodings.
Modified Files:
--
pgsql/doc/src/sgml:
fuzzystrmatch.sgml (r1.4 -> r1.5)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/fuzzystrmatch.sgml?r1=1.4&r2=1.5
Log Message:
---
Mark that we're releasing version 1.7.
Modified Files:
--
libpgtcl:
ChangeLog (r1.56 -> r1.57)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgtcl/libpgtcl/ChangeLog.diff?r1=1.56&r2=1.57)
--
Sent via pgsql-committers mailing list (pgsql-co
Log Message:
---
Correct keywords table for status of COLLATE vs
LC_COLLATE.
Modified Files:
--
pgsql/doc/src/sgml:
keywords.sgml (r2.24 -> r2.25)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/keywords.sgml?r1=2.24&r2=2.25)
--
Sent via pgsq
Log Message:
---
Fix 'all at one page bug' in picksplit method of R-tree emulation. Add defense
from buggy user-defined picksplit to GiST.
Tags:
REL8_2_STABLE
Modified Files:
--
pgsql/src/backend/access/gist:
gistproc.c (r1.9.2.1 -> r1.9.2.2)
(http:
Log Message:
---
Fix 'all at one page bug' in picksplit method of R-tree emulation. Add defense
from buggy user-defined picksplit to GiST.
Tags:
REL8_3_STABLE
Modified Files:
--
pgsql/src/backend/access/gist:
gistproc.c (r1.13 -> r1.13.2.1)
(http://
Log Message:
---
Fix 'all at one page bug' in picksplit method of R-tree emulation. Add defense
from buggy user-defined picksplit to GiST.
Modified Files:
--
pgsql/src/backend/access/gist:
gistproc.c (r1.15 -> r1.16)
(http://anoncvs.postgresql.org/cvsweb.
here are the code and the error , i compile them using vc++ 6 and VC++ 2008 and
minGW the example below are for minGW
THANKS
#include "postgres.h"
#include
#include "fmgr.h"
#ifdef PG_MODULE_MAGIC
PG_MODULE_MAGIC;
#endif
/* by value */
PG_FUNCTION_INFO_V1(add_one);
Da
Hello
I am trying to build some functions using C language. these functions are
mentioned in the postgresql documentation.
http://www.postgresql.org/docs/8.3/interactive/xfunc-c.html
Datum
add_one_float8(PG_FUNCTION_ARGS)
{
/* The macros for FLOAT8 hide its pass-by-reference nature.
Log Message:
---
Rename the new CREATE DATABASE options to set collation and ctype into
LC_COLLATE and LC_CTYPE, per discussion on pgsql-hackers.
Modified Files:
--
pgsql/doc/src/sgml:
charset.sgml (r2.92 -> r2.93)
(http://anoncvs.postgresql.org/cvsweb.cgi/
23 matches
Mail list logo