pgsql-hackers before 2014-10-26 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

Oct. 22, 2014

Thread Author Time
Re: [PATCH] add ssl_protocols configuration option Dag-Erling Smørgrav 19:36
Re: delta relations in AFTER triggers Robert Haas 20:10
Re: Moving of INT64_FORMAT to c.h Steve Singer 20:12
Re: Moving of INT64_FORMAT to c.h Robert Haas 20:17
Re: Moving of INT64_FORMAT to c.h Tom Lane 20:31
Re: delta relations in AFTER triggers Heikki Linnakangas 21:04
Re: delta relations in AFTER triggers Tom Lane 21:29
Re: pg_background (and more parallelism infrastructure patches) 📎 Robert Haas 23:03
Re: pg_background (and more parallelism infrastructure patches) Joshua D. Drake 23:12
Re: superuser() shortcuts Alvaro Herrera 23:18
Re: Proposal : REINDEX SCHEMA Alvaro Herrera 23:21

Oct. 23, 2014

Thread Author Time
Re: pg_background (and more parallelism infrastructure patches) Robert Haas 00:30
Re: Getting rid of "accept incoming network connections" prompts on OS X Robert Haas 00:32
Re: pg_background (and more parallelism infrastructure patches) Joshua D. Drake 00:49
Re: Getting rid of "accept incoming network connections" prompts on OS X Tom Lane 01:02
Re: Moving of INT64_FORMAT to c.h Steve Singer 01:10
Re: Simplify calls of pg_class_aclcheck when multiple modes are used Peter Eisentraut 01:45
Re: Function array_agg(array) Ali Akbar 02:00
Re: Function array_agg(array) Pavel Stehule 04:59
Re: BUG: *FF WALs under 9.2 (WAS: .ready files appearing on slaves) Fujii Masao 05:59
Re: [PATCH] add ssl_protocols configuration option Martijn van Oosterhout 06:30
Re: Reducing lock strength of adding foreign keys Andreas Karlsson 07:25
Re: [PATCH] add ssl_protocols configuration option Dag-Erling Smørgrav 07:30
Re: BUG: *FF WALs under 9.2 (WAS: .ready files appearing on slaves) Fujii Masao 07:34
Re: BUG: *FF WALs under 9.2 (WAS: .ready files appearing on slaves) Heikki Linnakangas 08:09
Incorrect comment in tablecmds.c 📎 Etsuro Fujita 09:29
Re: idea: allow AS label inside ROW constructor 📎 Pavel Stehule 09:34
Re: [Windows,PATCH] Use faster, higher precision timer API David Rowley 09:41
Re: [PATCH] add ssl_protocols configuration option Alvaro Herrera 09:58
Re: BUG: *FF WALs under 9.2 (WAS: .ready files appearing on slaves) 📎 Michael Paquier 10:25
Re: BUG: *FF WALs under 9.2 (WAS: .ready files appearing on slaves) 📎 Heikki Linnakangas 11:45
Re: BUG: *FF WALs under 9.2 (WAS: .ready files appearing on slaves) Fujii Masao 11:55
Re: BUG: *FF WALs under 9.2 (WAS: .ready files appearing on slaves) Fujii Masao 12:23
Re: BUG: *FF WALs under 9.2 (WAS: .ready files appearing on slaves) 📎 Fujii Masao 12:34
Re: [Windows,PATCH] Use faster, higher precision timer API Craig Ringer 12:47
Re: BUG: *FF WALs under 9.2 (WAS: .ready files appearing on slaves) Michael Paquier 12:53
Re: BUG: *FF WALs under 9.2 (WAS: .ready files appearing on slaves) Michael Paquier 13:16
Re: idea: allow AS label inside ROW constructor Merlin Moncure 13:27
Re: psql \watch versus \timing Fujii Masao 13:35
Re: idea: allow AS label inside ROW constructor Andrew Dunstan 13:39
Re: idea: allow AS label inside ROW constructor Florian Pflug 13:57
Typo fixes for pg_recvlogical documentation 📎 Michael Paquier 14:00
Re: BUG: *FF WALs under 9.2 (WAS: .ready files appearing on slaves) Michael Paquier 14:19
Re: idea: allow AS label inside ROW constructor Andrew Dunstan 14:23
KEY UPDATE / UPDATE / NO KEY UPDATE distinction vs. README.tuplock 📎 Florian Pflug 14:37
Re: pg_receivexlog --status-interval add fsync feedback Fujii Masao 14:39
Re: Simplify calls of pg_class_aclcheck when multiple modes are used Michael Paquier 14:48
Re: pg_receivexlog --status-interval add fsync feedback Simon Riggs 15:01
Re: pg_receivexlog --status-interval add fsync feedback Heikki Linnakangas 15:11
Re: delta relations in AFTER triggers Robert Haas 15:19
Re: idea: allow AS label inside ROW constructor David G Johnston 15:36
Re: Question about RI checks Kevin Grittner 15:45
Re: Inefficient barriers on solaris with sun cc 📎 Oskari Saarenmaa 15:46
Re: idea: allow AS label inside ROW constructor Pavel Stehule 15:46
Re: idea: allow AS label inside ROW constructor Andrew Dunstan 15:51
Re: superuser() shortcuts Brightwell, Adam 15:52
Re: idea: allow AS label inside ROW constructor David Johnston 16:03
Re: Deferring some AtStart* allocations? Robert Haas 16:04
Re: [PATCH] add ssl_protocols configuration option Dag-Erling Smørgrav 16:40
ExclusiveLock on extension of relation with huge shared_buffers Borodin Vladimir 17:09
Re: idea: allow AS label inside ROW constructor Merlin Moncure 18:03
Re: [PATCH] add ssl_protocols configuration option Tom Lane 18:11
Re: Proposal : REINDEX SCHEMA 📎 Fabrízio de Royes Mello 18:41
Re: Question about RI checks Florian Pflug 18:41
Re: [PATCH] add ssl_protocols configuration option Dag-Erling Smørgrav 18:56
ltree::text not immutable? Joe Van Dyk 18:59
Re: [Windows,PATCH] Use faster, higher precision timer API Robert Haas 19:21
Re: ltree::text not immutable? Tom Lane 19:31
Re: superuser() shortcuts Brightwell, Adam 19:52
Re: ltree::text not immutable? Tom Lane 19:54
Re: superuser() shortcuts Alvaro Herrera 23:23
Re: [PATCH] add ssl_protocols configuration option Robert Haas 23:51
Re: KEY UPDATE / UPDATE / NO KEY UPDATE distinction vs. README.tuplock Alvaro Herrera 23:55
Re: [PATCH] add ssl_protocols configuration option Alvaro Herrera 23:55

Oct. 24, 2014

Thread Author Time
Re: INSERT ... ON CONFLICT {UPDATE | IGNORE} 📎 Peter Geoghegan 01:43
Re: INSERT ... ON CONFLICT {UPDATE | IGNORE} Peter Geoghegan 02:04
Re: Getting rid of "accept incoming network connections" prompts on OS X Peter Eisentraut 05:18
Re: [Windows,PATCH] Use faster, higher precision timer API Craig Ringer 05:42
Re: inherit support for foreign tables 📎 Etsuro Fujita 06:15
Re: Getting rid of "accept incoming network connections" prompts on OS X Dave Page 06:26
Re: Getting rid of "accept incoming network connections" prompts on OS X Michael Paquier 07:10
Re: Wait free LW_SHARED acquisition - v0.2 Amit Kapila 07:18
Re: Function array_agg(array) 📎 Ali Akbar 08:24
Re: alter user/role CURRENT_USER 📎 Kyotaro HORIGUCHI 08:29
Re: make pg_controldata accept "-D dirname" Michael Paquier 08:36
Re: ExclusiveLock on extension of relation with huge shared_buffers Borodin Vladimir 08:40
Re: Function array_agg(array) Pavel Stehule 08:48
Re: Function array_agg(array) 📎 Ali Akbar 09:24
Re: Function array_agg(array) Pavel Stehule 09:26
Re: Function array_agg(array) 📎 Ali Akbar 09:43
TODO: Helpful hint from psql on createdb Craig Ringer 09:55
Re: detect custom-format dumps in psql and emit a useful error Alvaro Herrera 10:18
Re: detect custom-format dumps in psql and emit a useful error Andres Freund 10:23
Re: pg_receivexlog --status-interval add fsync feedback furuyao 10:24
Re: Wait free LW_SHARED acquisition - v0.2 Amit Kapila 10:29
Re: Wait free LW_SHARED acquisition - v0.2 Andres Freund 10:35
Re: Function array_agg(array) Michael Paquier 11:46
Re: Question about RI checks 📎 Florian Pflug 11:53
Re: Function array_agg(array) Pavel Stehule 11:58
Re: Function array_agg(array) Pavel Stehule 12:12
Re: Function array_agg(array) Alvaro Herrera 13:02
Re: BUG: *FF WALs under 9.2 (WAS: .ready files appearing on slaves) 📎 Heikki Linnakangas 13:05
Re: Function array_agg(array) 📎 Pavel Stehule 13:05
Re: btree_gin and ranges Heikki Linnakangas 13:09
Re: btree_gin and ranges Heikki Linnakangas 13:11
Re: ARMv5 Merlin Moncure 13:15
Re: Deferring some AtStart* allocations? Andres Freund 13:17
Re: BUG: *FF WALs under 9.2 (WAS: .ready files appearing on slaves) Michael Paquier 13:33
Re: Trailing comma support in SELECT statements Alex Goncharov 13:36
Re: Getting rid of "accept incoming network connections" prompts on OS X Tom Lane 13:39
Re: Deferring some AtStart* allocations? Robert Haas 13:45
Re: Re: Getting rid of "accept incoming network connections" prompts on OS X Robert Haas 13:49
Re: [Windows,PATCH] Use faster, higher precision timer API Robert Haas 13:57
Re: Getting rid of "accept incoming network connections" prompts on OS X Michael Paquier 14:05
Re: Deferring some AtStart* allocations? Andres Freund 14:10
Re: uninitialized values in revised prepared xact code Heikki Linnakangas 14:13
Re: pg_receivexlog --status-interval add fsync feedback Heikki Linnakangas 14:21
Re: Getting rid of "accept incoming network connections" prompts on OS X Tom Lane 14:27
Re: uninitialized values in revised prepared xact code Andres Freund 14:40
Re: uninitialized values in revised prepared xact code Heikki Linnakangas 15:09
Re: Deferring some AtStart* allocations? Robert Haas 15:25
Re: btree_gin and ranges Teodor Sigaev 15:27
Re: Reducing lock strength of adding foreign keys Robert Haas 16:07
Re: make pg_controldata accept "-D dirname" Heikki Linnakangas 16:20
Re: Question about RI checks Robert Haas 16:42
Re: INSERT ... ON CONFLICT {UPDATE | IGNORE} Robert Haas 17:04
Re: pg_background (and more parallelism infrastructure patches) Jim Nasby 17:13
Re: INSERT ... ON CONFLICT {UPDATE | IGNORE} Josh Berkus 17:18
Re: pg_background (and more parallelism infrastructure patches) Robert Haas 17:21
Re: Question about RI checks Florian Pflug 17:28
Re: INSERT ... ON CONFLICT {UPDATE | IGNORE} Robert Haas 17:30
Re: Question about RI checks Robert Haas 17:32
Re: Typo fixes for pg_recvlogical documentation Robert Haas 17:42
Re: Materialized views don't show up in information_schema Robert Haas 17:57
Re: BUG: *FF WALs under 9.2 (WAS: .ready files appearing on slaves) Robert Haas 18:05
How ugly would this be? (ALTER DATABASE) Joshua D. Drake 18:06
Re: Question about RI checks Florian Pflug 18:12
Re: Question about RI checks Robert Haas 18:24
Re: How ugly would this be? (ALTER DATABASE) Robert Haas 18:28
Re: Function array_agg(array) Pavel Stehule 18:51
Re: Question about RI checks Florian Pflug 18:58
Re: INSERT ... ON CONFLICT {UPDATE | IGNORE} Peter Geoghegan 19:01
Re: pg_background (and more parallelism infrastructure patches) Jim Nasby 19:23
Re: pg_background (and more parallelism infrastructure patches) Jim Nasby 19:30
Re: INSERT ... ON CONFLICT {UPDATE | IGNORE} Robert Haas 20:07
Re: pg_background (and more parallelism infrastructure patches) Robert Haas 20:25
Re: pg_background (and more parallelism infrastructure patches) Robert Haas 20:26
Re: Question about RI checks Robert Haas 20:46
Re: pg_background (and more parallelism infrastructure patches) Jim Nasby 20:46
Re: Question about RI checks Kevin Grittner 20:50
Re: pg_background (and more parallelism infrastructure patches) Jim Nasby 20:53
Re: pg_background (and more parallelism infrastructure patches) Robert Haas 21:03
Re: pg_background (and more parallelism infrastructure patches) Robert Haas 21:07
Re: Typo fixes for pg_recvlogical documentation 📎 Michael Paquier 21:14
Re: Question about RI checks 📎 Florian Pflug 21:32
Re: INSERT ... ON CONFLICT {UPDATE | IGNORE} Peter Geoghegan 22:48
Re: pg_background (and more parallelism infrastructure patches) Petr Jelinek 23:13
Re: pg_background (and more parallelism infrastructure patches) Jim Nasby 23:17
Re: pg_background (and more parallelism infrastructure patches) Petr Jelinek 23:20
Re: How ugly would this be? (ALTER DATABASE) Jim Nasby 23:37
Re: INSERT ... ON CONFLICT {UPDATE | IGNORE} Petr Jelinek 23:39

Oct. 25, 2014

Thread Author Time
Re: INSERT ... ON CONFLICT {UPDATE | IGNORE} Peter Geoghegan 00:18
Re: ExclusiveLock on extension of relation with huge shared_buffers Jim Nasby 00:31
Re: superuser() shortcuts Jim Nasby 00:39
Comment patch for bgworker.c 📎 Jim Nasby 00:51
Comment in outfunc.c Tatsuo Ishii 01:02
Re: Comment in outfunc.c Tom Lane 01:28
security barrier INSERT Drew Crawford 02:05
Re: security barrier INSERT Brightwell, Adam 02:26
Re: How ugly would this be? (ALTER DATABASE) Robert Haas 03:19
Re: Function array_agg(array) 📎 Ali Akbar 03:29
Re: Wait free LW_SHARED acquisition - v0.2 Amit Kapila 05:50
Re: Function array_agg(array) 📎 Ali Akbar 06:19
Re: Function array_agg(array) Pavel Stehule 06:33
Re: Function array_agg(array) Pavel Stehule 06:54
Re: Function array_agg(array) 📎 Ali Akbar 08:16
Re: Function array_agg(array) Pavel Stehule 08:43
Re: [PATCH] Support for Array ELEMENT Foreign Keys Thom Brown 09:50
Re: Function array_agg(array) Ali Akbar 10:20
Re: INSERT ... ON CONFLICT {UPDATE | IGNORE} Alvaro Herrera 10:38
Re: pg_background (and more parallelism infrastructure patches) Alvaro Herrera 11:01
Re: Function array_agg(array) Pavel Stehule 11:25
Re: TODO : Allow parallel cores to be used by vacuumdb [ WIP ] Amit Kapila 12:22
Re: [PATCH] Support for Array ELEMENT Foreign Keys Alvaro Herrera 12:28
Re: [PATCH] Support for Array ELEMENT Foreign Keys Alvaro Herrera 12:46
Re: Getting rid of "accept incoming network connections" prompts on OS X Peter Eisentraut 13:06
Re: Getting rid of "accept incoming network connections" prompts on OS X Peter Eisentraut 13:22
Re: Function array_agg(array) 📎 Ali Akbar 13:58
[WIP Patch] Using 128-bit integers for sum, avg and statistics aggregates 📎 Andreas Karlsson 14:38
Re: INSERT ... ON CONFLICT {UPDATE | IGNORE} Robert Haas 15:12
Re: Reducing lock strength of adding foreign keys Noah Misch 18:00
Re: [PATCH] Support for Array ELEMENT Foreign Keys Thom Brown 18:19
Re: Getting rid of "accept incoming network connections" prompts on OS X Tom Lane 18:26
Re: Getting rid of "accept incoming network connections" prompts on OS X Tom Lane 18:52
Re: How ugly would this be? (ALTER DATABASE) Greg Stark 19:00
Re: [PATCH] Support for Array ELEMENT Foreign Keys Thom Brown 21:10
Possible problem with shm_mq spin lock Haribabu Kommi 21:52
"snapshot too large" error when initializing logical replication (9.4) Steve Singer 22:09
logical decoding - reading a user catalog table Steve Singer 22:18
Re: Possible problem with shm_mq spin lock Andres Freund 23:17

Browse Archives

Prev | Next