Applied. Changes are:
For protocol-level prepare/bind/execute:
o print user name for all
o print portal name if defined for all
o print query for all
o reduce log_statement header to single keyword
o print bind parameters as DETAIL if text mo
Hi,
my last patch didn't make it to the -hackers list,
here's a newer one. Let me list what this patch does now:
- CREATE TABLE/ALTER TABLE ADD syntax support for
GENERATED { ALWAYS | BY DEFAULT } AS
{ ( expr ) | IDENTITY ( seq_opts ) }
- catalog indicators of the above properti
Simon Riggs <[EMAIL PROTECTED]> writes:
> I've implemented this for BTree, GIN, GIST using an additional rmgr
> function bool rm_safe_restartpoint(void)
> ...
> "Recovery checkpoints" are now renamed "restartpoints" to avoid
> confusion with checkpoints. So checkpoints occur during normal
> pr
Peter Eisentraut napsal(a):
Zdenek Kotala wrote:
OK. I split patch to two parts. Part one is refactoring of
set_config_options function. Part two implements feature "Allow
commenting of variables in postgresql.conf to restore them to
defaults".
I'm having trouble wrapping my head around a code
Hi Bruce-san.
"errcode" definition complains from each definition of windows.
c:\home\postgresql-8.2devel-20060805\src\include\utils/elog.h(105) : error C2365: 'errcode' :
(snip)
C:\Program Files\Microsoft Visual Studio 8\VC\include\crtdefs.h(506) :
'errcode' (snip)
This patch was avoided by