pgsql-hackers since 2013-01-09 00:00

The PostgreSQL developers team lives here. Discussion of current development issues, problems and bugs, and proposed new features. If your question cannot be answered by people in the other lists, and it is likely that only a developer will know the answer, you may re-post your question in this list. You must try elsewhere first!

Search the Archives

(enter a message-id to go directly to that message)

Browse Archives

Prev | Next

Jan. 9, 2013

Thread Author Time
Re: Index build temp files Tom Lane 00:04
Re: Index build temp files Simon Riggs 00:16
Re: proposal: Set effective_cache_size to greater of .conf value, shared_buffers Tom Lane 00:17
Re: Index build temp files Tom Lane 00:23
Re: [PATCH 2/5] Make relpathbackend return a statically result instead of palloc()'ing it Robert Haas 00:52
Re: proposal: Set effective_cache_size to greater of .conf value, shared_buffers Robert Haas 00:54
Re: [PATCH 2/5] Make relpathbackend return a statically result instead of palloc()'ing it Tom Lane 00:57
Re: [PATCH 2/5] Make relpathbackend return a statically result instead of palloc()'ing it Robert Haas 01:02
Re: proposal: Set effective_cache_size to greater of .conf value, shared_buffers Tom Lane 01:08
Re: pg_dump transaction's read-only mode Gurjeet Singh 01:12
Re: proposal: Set effective_cache_size to greater of .conf value, shared_buffers Andrew Dunstan 01:40
PL/perl should fail on configure, not make Josh Berkus 01:48
Re: Cascading replication: should we detect/prevent cycles? Josh Berkus 01:51
Re: Cascading replication: should we detect/prevent cycles? Daniel Farina 01:59
Re: proposal: Set effective_cache_size to greater of .conf value, shared_buffers Josh Berkus 02:01
Re: PL/perl should fail on configure, not make Tom Lane 02:10
Save The Date: 4th Cluster Hackers Summit at pgCon 2013 Josh Berkus 02:16
Re: Index build temp files Stephen Frost 02:25
Re: Index build temp files Tom Lane 02:42
Re: bad examples in pg_dump README 📎 Josh Kupershmidt 02:55
Re: PL/perl should fail on configure, not make Tom Lane 03:37
Re: Review of "pg_basebackup and pg_receivexlog to use non-blocking socket communication", was: Re: Re: [BUGS] BUG #7534: walreceiver takes long time to detect n/w breakdown Hari Babu 04:02
Re: I s this a bug of spgist index in a heavy write condition? Tom Lane 04:28
Re: PL/perl should fail on configure, not make Peter Eisentraut 04:32
Re: psql \l to accept patterns Peter Eisentraut 04:36
Re: Index build temp files Stephen Frost 04:38
Re: Re: Proposal: Store "timestamptz" of database creation on "pg_database" Peter Eisentraut 04:42
Re: Index build temp files Peter Eisentraut 04:49
Re: Index build temp files Tom Lane 04:55
Re: Index build temp files Stephen Frost 05:05
Re: PL/perl should fail on configure, not make Josh Berkus 06:01
Re: PATCH: optimized DROP of multiple tables within a transaction Shigeru Hanada 07:03
Re: Improve compression speeds in pg_lzcompress.c Benedikt Grundmann 07:56
Re: Performance Improvement by reducing WAL for Update Operation 📎 Amit kapila 08:05
Re: PL/perl should fail on configure, not make Andrew Dunstan 08:18
Re: Extra XLOG in Checkpoint for StandbySnapshot Amit Kapila 08:34
Re: proposal: Set effective_cache_size to greater of .conf value, shared_buffers Benedikt Grundmann 08:38
inconsistent behave of boolean based domains in XML functions Pavel Stehule 08:45
Re: Extra XLOG in Checkpoint for StandbySnapshot Andres Freund 08:58
Re: Proposal for Allow postgresql.conf values to be changed via SQL [review] 📎 Amit kapila 09:08
Bug: Windows installer modifies ACLs on the whole volume [email protected] 09:10
Re: Cascading replication: should we detect/prevent cycles? Simon Riggs 09:11
Re: Extra XLOG in Checkpoint for StandbySnapshot Amit Kapila 09:36
Re: PL/perl should fail on configure, not make Christoph Berg 10:21
Re: Re: Proposal: Store "timestamptz" of database creation on "pg_database" Hannu Krosing 10:32
Re: Re: patch submission: truncate trailing nulls from heap rows to reduce the size of the null bitmap [Review] Simon Riggs 11:22
Re: Performance Improvement by reducing WAL for Update Operation Simon Riggs 11:26
[PATCH] unified frontend support for pg_malloc et al and palloc/pfree mulation (was xlogreader-v4) Andres Freund 11:27
[PATCH 1/2] Provide a common malloc wrappers and palloc et al. emulation for frontend'ish environs 📎 Andres Freund 11:27
[PATCH 2/2] use pg_malloc instead of an unchecked malloc in pg_resetxlog 📎 Andres Freund 11:27
information schema parameter_default implementation 📎 Peter Eisentraut 11:28
Re: ALTER command reworks 📎 Kohei KaiGai 11:46
Re: [PATCH] unified frontend support for pg_malloc et al and palloc/pfree mulation (was xlogreader-v4) Heikki Linnakangas 11:46
Re: Further pg_upgrade analysis for many tables Simon Riggs 11:55
Re: [PATCH] unified frontend support for pg_malloc et al and palloc/pfree mulation (was xlogreader-v4) Andres Freund 11:56
Re: Further pg_upgrade analysis for many tables Simon Riggs 11:59
Re: Re: patch submission: truncate trailing nulls from heap rows to reduce the size of the null bitmap [Review] Amit Kapila 12:06
Re: Performance Improvement by reducing WAL for Update Operation Amit Kapila 12:12
Re: Re: patch submission: truncate trailing nulls from heap rows to reduce the size of the null bitmap [Review] Simon Riggs 12:14
Re: Extra XLOG in Checkpoint for StandbySnapshot Andres Freund 12:19
Re: [PATCH 1/2] Provide a common malloc wrappers and palloc et al. emulation for frontend'ish environs Magnus Hagander 12:34
Commitfest Topics Simon Riggs 12:42
Re: [PATCH 1/2] Provide a common malloc wrappers and palloc et al. emulation for frontend'ish environs Andres Freund 12:47
Re: [PATCH 1/2] Provide a common malloc wrappers and palloc et al. emulation for frontend'ish environs Magnus Hagander 12:54
askpass program for libpq Peter Eisentraut 13:17
Re: [PATCH 1/2] Provide a common malloc wrappers and palloc et al. emulation for frontend'ish environs Michael Paquier 13:23
Re: Extra XLOG in Checkpoint for StandbySnapshot Amit Kapila 13:45
Re: [PATCH 1/2] Provide a common malloc wrappers and palloc et al. emulation for frontend'ish environs Andres Freund 13:58
Re: pg_upgrade with parallel tablespace copying Bruce Momjian 13:58
Re: [PATCH 1/2] Provide a common malloc wrappers and palloc et al. emulation for frontend'ish environs Alvaro Herrera 14:45
Re: askpass program for libpq Magnus Hagander 14:45
Re: [PATCH 1/2] Provide a common malloc wrappers and palloc et al. emulation for frontend'ish environs Andres Freund 14:58
Re: PL/perl should fail on configure, not make Tom Lane 15:16
Re: [PATCH 1/2] Provide a common malloc wrappers and palloc et al. emulation for frontend'ish environs Andres Freund 15:18
Re: PL/perl should fail on configure, not make Christian Ullrich 15:30
segmentation fault in pg_basebackup 📎 Fujii Masao 15:56
Re: segmentation fault in pg_basebackup Magnus Hagander 15:58
Re: PL/perl should fail on configure, not make Tom Lane 16:00
Re: [PATCH 1/2] Provide a common malloc wrappers and palloc et al. emulation for frontend'ish environs Tom Lane 16:27
Re: [PATCH] unified frontend support for pg_malloc et al and palloc/pfree mulation (was xlogreader-v4) Tom Lane 16:37
Re: [PATCH] Patch to fix missing libecpg_compat.lib and libpgtypes.lib. Magnus Hagander 16:37
Re: [PATCH] unified frontend support for pg_malloc et al and palloc/pfree mulation (was xlogreader-v4) Andres Freund 16:42
Re: [PATCH 1/2] Provide a common malloc wrappers and palloc et al. emulation for frontend'ish environs Peter Geoghegan 16:47
Re: [PATCH 1/2] Provide a common malloc wrappers and palloc et al. emulation for frontend'ish environs Andres Freund 16:56
Re: [PATCH] unified frontend support for pg_malloc et al and palloc/pfree mulation (was xlogreader-v4) Tom Lane 16:57
Re: Event Triggers: adding information 📎 Alvaro Herrera 16:58
Re: [PATCH] unified frontend support for pg_malloc et al and palloc/pfree mulation (was xlogreader-v4) Andres Freund 17:02
Re: PL/perl should fail on configure, not make Peter Eisentraut 17:05
Re: PL/perl should fail on configure, not make Peter Eisentraut 17:08
PostgreSQL hackfest @ Developer Conference 2013, Brno, CZ Honza Horak 17:14
Re: [PATCH] unified frontend support for pg_malloc et al and palloc/pfree mulation (was xlogreader-v4) Tom Lane 17:32
Re: Further pg_upgrade analysis for many tables Jeff Janes 17:50
Re: PL/perl should fail on configure, not make Tom Lane 17:50
Re: proposal: Set effective_cache_size to greater of .conf value, shared_buffers Dimitri Fontaine 17:51
Re: [PATCH] unified frontend support for pg_malloc et al and palloc/pfree mulation (was xlogreader-v4) Andres Freund 17:59
Re: proposal: Set effective_cache_size to greater of .conf value, shared_buffers Josh Berkus 18:39
Re: proposal: Set effective_cache_size to greater of .conf value, shared_buffers Claudio Freire 18:47
Re: proposal: Set effective_cache_size to greater of .conf value, shared_buffers Josh Berkus 18:58
Re: Re: [PATCH 1/2] Provide a common malloc wrappers and palloc et al. emulation for frontend'ish environs Tom Lane 19:07
Re: [PATCH] PL/Python: Add spidata to all spiexceptions Jan UrbaƄski 19:08
Re: Re: [PATCH 1/2] Provide a common malloc wrappers and palloc et al. emulation for frontend'ish environs [email protected] 19:20
Re: [PATCH] PL/Python: Add spidata to all spiexceptions Karl O. Pinc 19:29
Re: Further pg_upgrade analysis for many tables Simon Riggs 19:32
Re: buffer assertion tripping under repeat pgbench load 📎 Greg Smith 19:36
Re: Index build temp files Stephen Frost 19:56
Re: Index build temp files 📎 Stephen Frost 20:00
Re: Re: [PATCH] unified frontend support for pg_malloc et al and palloc/pfree mulation (was xlogreader-v4) Tom Lane 20:07
Re: Index build temp files Simon Riggs 20:15
Re: Index build temp files Tom Lane 20:20
Reducing size of WAL record headers Simon Riggs 20:36
Re: Feature Request: pg_replication_master() Bruce Momjian 20:42
Re: Re: [PATCH] unified frontend support for pg_malloc et al and palloc/pfree mulation (was xlogreader-v4) Tom Lane 20:43
Re: Index build temp files Stephen Frost 20:49
Re: Index build temp files Stephen Frost 20:53
Re: Reducing size of WAL record headers Heikki Linnakangas 20:54
Re: Reducing size of WAL record headers Bruce Momjian 20:59
Re: Reducing size of WAL record headers Heikki Linnakangas 21:02
Re: Index build temp files Tom Lane 21:03
Re: PL/perl should fail on configure, not make 📎 Andrew Dunstan 21:06
Re: Index build temp files Simon Riggs 21:08
Re: PL/perl should fail on configure, not make Tom Lane 21:12
Re: Reducing size of WAL record headers Simon Riggs 21:15
Re: Reducing size of WAL record headers Simon Riggs 21:17
Re: Index build temp files Tom Lane 21:21
Re: Index build temp files Stephen Frost 21:21
Re: Index build temp files Simon Riggs 21:27
Re: Index build temp files Tom Lane 21:42
Re: Reducing size of WAL record headers Bruce Momjian 21:43
Re: PL/perl should fail on configure, not make Andrew Dunstan 21:49
Re: Index build temp files Simon Riggs 21:52
Re: Reducing size of WAL record headers Tom Lane 22:06
Re: Index build temp files Tom Lane 22:09
Re: [PATCH] unified frontend support for pg_malloc et al and palloc/pfree mulation (was xlogreader-v4) Andres Freund 22:14
Re: [PATCH] unified frontend support for pg_malloc et al and palloc/pfree mulation (was xlogreader-v4) Andres Freund 22:22
Re: [PATCH] unified frontend support for pg_malloc et al and palloc/pfree mulation (was xlogreader-v4) Tom Lane 22:28
Re: [PATCH] unified frontend support for pg_malloc et al and palloc/pfree mulation (was xlogreader-v4) Tom Lane 22:35
Re: Index build temp files Simon Riggs 22:47
Re: [PATCH] unified frontend support for pg_malloc et al and palloc/pfree mulation (was xlogreader-v4) Andres Freund 23:05
9.2.1 & index-only scans : abnormal heap fetches after VACUUM FULL Bruce Momjian 23:07
Re: Index build temp files Stephen Frost 23:09
Re: Index build temp files Tom Lane 23:12
Re: Index build temp files Simon Riggs 23:40

Jan. 10, 2013

Thread Author Time
Small clarification in "34.41. schemata" Ian Lawrence Barwick 00:35
Re: 9.2.1 & index-only scans : abnormal heap fetches after VACUUM FULL Josh Berkus 00:38
Re: PL/perl should fail on configure, not make Tom Lane 00:56
Re: lazy_vacuum_heap()'s removal of HEAPTUPLE_DEAD tuples 📎 Noah Misch 01:49
Privileges for INFORMATION_SCHEMA.SCHEMATA (was Re: Small clarification in "34.41. schemata") Tom Lane 01:56
Lock levels for ALTER TABLE Bruce Momjian 02:22
Re: Index build temp files Noah Misch 02:36
Re: lazy_vacuum_heap()'s removal of HEAPTUPLE_DEAD tuples Simon Riggs 02:45
Re: Index build temp files Simon Riggs 02:48
Re: Index build temp files Noah Misch 02:59
Re: lazy_vacuum_heap()'s removal of HEAPTUPLE_DEAD tuples Noah Misch 03:11
Re: Lock levels for ALTER TABLE Michael Paquier 03:17
Re: Lock levels for ALTER TABLE Tom Lane 03:27
Re: Further pg_upgrade analysis for many tables Jeff Janes 03:46
Re: PL/perl should fail on configure, not make Tom Lane 03:48
Re: Lock levels for ALTER TABLE Bruce Momjian 04:02
Re: Index build temp files Tom Lane 04:02
Re: Lock levels for ALTER TABLE Tom Lane 04:56
Re: Lock levels for ALTER TABLE Tom Lane 05:14
Re: Enabling Checksums Jeff Davis 06:06
Re: 9.2.1 & index-only scans : abnormal heap fetches after VACUUM FULL Amit Kapila 06:15
Re: 9.2.1 & index-only scans : abnormal heap fetches after VACUUM FULL Pavan Deolasee 06:31
Re: dynamic SQL - possible performance regression in 9.2 Tom Lane 06:43
Re: Enabling Checksums Simon Riggs 09:10
Re: 9.2.1 & index-only scans : abnormal heap fetches after VACUUM FULL Amit Kapila 09:18
Re: Re: patch submission: truncate trailing nulls from heap rows to reduce the size of the null bitmap [Review] Amit Kapila 09:25
Re: Re: [PATCH] unified frontend support for pg_malloc et al and palloc/pfree mulation (was xlogreader-v4) Andres Freund 09:31
Re: Index build temp files Simon Riggs 09:48
Re: Re: [PATCH] unified frontend support for pg_malloc et al and palloc/pfree mulation (was xlogreader-v4) Andres Freund 09:55
pg_dump --pretty-print-views 📎 Marko Tiikkaja 12:23
Re: Extra XLOG in Checkpoint for StandbySnapshot 📎 Amit kapila 12:38
Re: pg_dump --pretty-print-views David Fetter 13:25
Re: Index build temp files Stephen Frost 13:59
Re: pg_dump --pretty-print-views Stephen Frost 14:21
Re: pg_dump --pretty-print-views Andrew Dunstan 14:22
Re: pg_dump --pretty-print-views Marko Tiikkaja 14:24
Re: PL/perl should fail on configure, not make Andrew Dunstan 14:56
Re: in-catalog Extension Scripts and Control parameters (templates?) Dimitri Fontaine 16:14
Re: pg_dump --pretty-print-views Tom Lane 16:21
Re: PL/perl should fail on configure, not make Tom Lane 16:32
Re: PL/perl should fail on configure, not make Andrew Dunstan 16:38
Re: pg_dump --pretty-print-views David Fetter 16:51
GIN over array of ENUMs Rod Taylor 17:08
Re: pg_dump --pretty-print-views Tom Lane 17:09
Re: proposal: Set effective_cache_size to greater of .conf value, shared_buffers Kevin Grittner 17:26
Re: pg_dump --pretty-print-views Andrew Dunstan 17:31
Re: pg_dump --pretty-print-views Tom Lane 17:35
Re: pg_dump --pretty-print-views Andrew Dunstan 17:37
Save The Date: Cluster-Hackers meeting May 21st Josh Berkus 17:54
Re: Save The Date: Cluster-Hackers meeting May 21st Simon Riggs 18:05
Re: proposal: Set effective_cache_size to greater of .conf value, shared_buffers Jeff Janes 18:44
Re: Enabling Checksums Jeff Davis 19:04
Re: Reducing size of WAL record headers Bruce Momjian 19:54
Re: json api WIP patch Merlin Moncure 20:01
Re: Reducing size of WAL record headers Tom Lane 20:13
Re: foreign key locks 📎 Alvaro Herrera 21:00
Re: PL/perl should fail on configure, not make Peter Eisentraut 21:18
Re: PL/perl should fail on configure, not make Peter Eisentraut 21:20

Browse Archives

Prev | Next