Re: [HACKERS] [PATCHES] log_statement output for protocol

2006-08-07 Thread Bruce Momjian
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

[PATCHES] IDENTITY/GENERATED columns

2006-08-07 Thread Zoltan Boszormenyi
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

Re: [HACKERS] [PATCHES] Restartable Recovery

2006-08-07 Thread Tom Lane
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

Re: [PATCHES] Allow commenting of variables in postgresql.conf to -

2006-08-07 Thread Zdenek Kotala
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

Re: [PATCHES] Fixed definition of complicated errcode of ms_vc8

2006-08-07 Thread Hiroshi Saito
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