pgsql-hackers since 2016-08-22 10: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

Aug. 22, 2016

Thread Author Time
Re: [Patch] RBTree iteration interface improvement 📎 Aleksander Alekseev 10:00
Re: LSN as a recovery target Adrien Nayrat 10:12
Race condition in GetOldestActiveTransactionId() 📎 Heikki Linnakangas 10:46
Re: Patch: initdb: "'" for QUOTE_PATH (non-windows) Tom Lane 11:45
Re: Patch: initdb: "'" for QUOTE_PATH (non-windows) Michael Paquier 11:55
Re: dsm_unpin_segment 📎 Amit Kapila 12:07
Re: Binary I/O for isn extension Fabien COELHO 12:14
Re: LSN as a recovery target Michael Paquier 12:28
Re: dsm_unpin_segment 📎 Thomas Munro 12:36
WAL consistency check facility 📎 Kuntal Ghosh 12:44
Re: UTF-8 docs? Peter Eisentraut 12:46
Typo in comment to function LockHasWaitersRelation() [master branch] Dmitry Ivanov 12:51
Re: Typo in comment to function LockHasWaitersRelation() [master branch] 📎 Dmitry Ivanov 13:01
Re: LSN as a recovery target Peter Eisentraut 13:08
Re: Re: [sqlsmith] FailedAssertion("!(XLogCtl->Insert.exclusiveBackup)", File: "xlog.c", Line: 10200) Amit Kapila 13:09
Re: Re: [sqlsmith] FailedAssertion("!(XLogCtl->Insert.exclusiveBackup)", File: "xlog.c", Line: 10200) Michael Paquier 13:21
Re: WAL consistency check facility Michael Paquier 13:25
Re: UTF-8 docs? Tatsuo Ishii 13:32
Re: improved DefElem list processing Pavel Stehule 13:41
Re: Tracking wait event for latches Michael Paquier 13:49
Re: dsm_unpin_segment Amit Kapila 14:04
Re: improved DefElem list processing Michael Paquier 14:25
Re: improved DefElem list processing Alvaro Herrera 14:28
Re: UTF-8 docs? Peter Eisentraut 14:53
Re: Tracking wait event for latches Robert Haas 15:44
Re: WAL consistency check facility Robert Haas 15:46
Re: LSN as a recovery target Robert Haas 15:49
Re: WAL consistency check facility Simon Riggs 15:56
Re: Typo in comment to function LockHasWaitersRelation() [master branch] Robert Haas 16:00
Re: Showing parallel status in \df+ Robert Haas 16:19
Re: Proposal for CSN based snapshots Heikki Linnakangas 16:35
Re: Proposal for CSN based snapshots 📎 Heikki Linnakangas 16:36
Re: Proposal for CSN based snapshots Robert Haas 16:49
Re: [PATCH] Transaction traceability - txid_status(bigint) Robert Haas 17:03
Re: Re: PROPOSAL: make PostgreSQL sanitizers-friendly (and prevent information disclosure) Robert Haas 17:16
Re: distinct estimate of a hard-coded VALUES list Robert Haas 17:19
Re: Proposal for CSN based snapshots Heikki Linnakangas 17:32
Re: Proposal for CSN based snapshots Andres Freund 17:38
Re: Proposal for CSN based snapshots Robert Haas 17:41
Re: distinct estimate of a hard-coded VALUES list Alvaro Herrera 17:42
Re: Re: PROPOSAL: make PostgreSQL sanitizers-friendly (and prevent information disclosure) Andres Freund 17:46
Re: Proposal for CSN based snapshots Andres Freund 17:47
Re: Re: PROPOSAL: make PostgreSQL sanitizers-friendly (and prevent information disclosure) Robert Haas 17:49
Re: Re: PROPOSAL: make PostgreSQL sanitizers-friendly (and prevent information disclosure) Andres Freund 17:52
Re: Showing parallel status in \df+ Pavel Stehule 17:52
Re: New SQL counter statistics view (pg_stat_sql) Robert Haas 17:54
Re: New SQL counter statistics view (pg_stat_sql) Andres Freund 17:59
Re: Changed SRF in targetlist handling Andres Freund 18:44
Re: Exporting more function in libpq Alvaro Herrera 18:49
Re: Changed SRF in targetlist handling Andres Freund 19:01
Re: Bug in abbreviated keys abort handling (found with amcheck) Robert Haas 19:34
Re: Changed SRF in targetlist handling Tom Lane 20:20
Re: Bug in abbreviated keys abort handling (found with amcheck) Peter Geoghegan 20:22
Re: distinct estimate of a hard-coded VALUES list Tom Lane 20:24
Re: New SQL counter statistics view (pg_stat_sql) Tom Lane 20:27
Re: Logical decoding of sequence advances, part II Robert Haas 20:29
Re: Logical decoding of sequence advances, part II Andres Freund 20:32
Re: [Patch] Temporary tables that do not bloat pg_catalog (a.k.a fast temp tables) Robert Haas 20:32
Re: Server crash due to SIGBUS(Bus Error) when trying to access the memory created using dsm_create(). Robert Haas 20:41
Re: [Patch] Temporary tables that do not bloat pg_catalog (a.k.a fast temp tables) Alvaro Herrera 20:50
Re: Add -c to rsync commands on SR tutorial wiki page Robert Haas 20:55
Re: [Patch] Temporary tables that do not bloat pg_catalog (a.k.a fast temp tables) Andres Freund 21:00
Re: pg_bsd_indent - improvements around offsetof and sizeof Bruce Momjian 21:05
Re: sslmode=require fallback Bruce Momjian 21:20
Re: New SQL counter statistics view (pg_stat_sql) Gavin Flower 21:31
Re: pg_bsd_indent - improvements around offsetof and sizeof Alvaro Herrera 21:33
Implement targetlist SRFs using ROWS FROM() (was Changed SRF in targetlist handling) Andres Freund 21:40
Re: Parallel tuplesort (for parallel B-Tree index creation) Peter Geoghegan 21:43
Re: Changed SRF in targetlist handling Andres Freund 21:43
Re: Logical decoding of sequence advances, part II Kevin Grittner 21:43
Re: Implement targetlist SRFs using ROWS FROM() (was Changed SRF in targetlist handling) Gavin Flower 22:02
Re: Server crash due to SIGBUS(Bus Error) when trying to access the memory created using dsm_create(). 📎 Thomas Munro 22:19
pg_receivexlog does not report flush position with --synchronous 📎 Gabriele Bartolini 22:34
Re: distinct estimate of a hard-coded VALUES list Tomas Vondra 22:38
Re: UTF-8 docs? Tatsuo Ishii 22:47
Re: Logical decoding of sequence advances, part II Craig Ringer 23:39

Aug. 23, 2016

Thread Author Time
Re: Server crash due to SIGBUS(Bus Error) when trying to access the memory created using dsm_create(). 📎 Thomas Munro 00:18
Re: Why --backup-and-modify-in-place in perltidy config? Bruce Momjian 00:20
Re: PATCH: Batch/pipelining support for libpq Craig Ringer 00:27
Re: [PATCH] Transaction traceability - txid_status(bigint) Craig Ringer 00:31
Re: [BUGS] Re: Missing rows with index scan when collation is not "C" (PostgreSQL 9.5) Peter Geoghegan 00:36
Better locale-specific-character-class handling for regexps 📎 Tom Lane 00:54
Re: [PATCH] Transaction traceability - txid_status(bigint) 📎 Craig Ringer 00:55
Re: Forbid use of LF and CR characters in database and role names 📎 Michael Paquier 01:09
Re: Forbid use of LF and CR characters in database and role names Peter Geoghegan 01:19
Re: Forbid use of LF and CR characters in database and role names Michael Paquier 01:28
Re: Exporting more function in libpq Tom Lane 01:29
Re: Forbid use of LF and CR characters in database and role names Peter Geoghegan 01:40
Re: Forbid use of LF and CR characters in database and role names Tom Lane 01:44
Write Ahead Logging for Hash Indexes 📎 Amit Kapila 03:24
Re: Write Ahead Logging for Hash Indexes Amit Kapila 04:11
Re: WAL consistency check facility Amit Kapila 04:32
Re: WAL consistency check facility Kuntal Ghosh 05:15
Re: WAL consistency check facility Michael Paquier 05:27
Re: Bug in to_timestamp(). amul sul 05:28
Re: WAL consistency check facility Amit Kapila 05:46
Re: Tracking wait event for latches Michael Paquier 05:47
Re: Patch: initdb: "'" for QUOTE_PATH (non-windows) Ryan Murphy 06:04
Re: "Some tests to cover hash_index" Ashutosh Sharma 06:17
Re: "Some tests to cover hash_index" 📎 Ashutosh Sharma 06:30
Re: Write Ahead Logging for Hash Indexes Ashutosh Sharma 06:39
Re: PATCH: Batch/pipelining support for libpq 📎 Craig Ringer 06:56
Re: Tracking wait event for latches 📎 Michael Paquier 07:01
Re: LSN as a recovery target 📎 Michael Paquier 07:33
Re: pg_receivexlog does not report flush position with --synchronous 📎 Michael Paquier 07:56
Re: [PATCH] Transaction traceability - txid_status(bigint) Petr Jelinek 08:02
Re: pg_dump with tables created in schemas created by extensions Michael Paquier 08:02
Re: pg_receivexlog does not report flush position with --synchronous 📎 Simon Riggs 08:39
Re: LSN as a recovery target Petr Jelinek 08:39
Re: LSN as a recovery target Adrien Nayrat 09:05
Re: LSN as a recovery target Simon Riggs 09:10
Re: [PATCH] Transaction traceability - txid_status(bigint) Craig Ringer 09:27
Re: [PATCH] Transaction traceability - txid_status(bigint) Petr Jelinek 10:04
Block level parallel vacuum WIP 📎 Masahiko Sawada 11:02
Re: LSN as a recovery target Michael Paquier 11:50
Re: Logical decoding of sequence advances, part II Kevin Grittner 12:10
comment typo lmgr.c 📎 Erik Rijkers 12:13
Re: Block level parallel vacuum WIP Васильев Дмитрий 12:25
Re: Block level parallel vacuum WIP Claudio Freire 12:25
Re: Logical decoding of sequence advances, part II Kevin Grittner 12:26
Re: distinct estimate of a hard-coded VALUES list 📎 Tom Lane 12:28
Re: Block level parallel vacuum WIP Tom Lane 12:32
Re: Block level parallel vacuum WIP Alexander Korotkov 12:40
Re: Logical decoding of sequence advances, part II Craig Ringer 12:40
Re: Block level parallel vacuum WIP Michael Paquier 12:41
Re: pg_receivexlog does not report flush position with --synchronous Gabriele Bartolini 12:48
Re: Block level parallel vacuum WIP Alex Ignatov 12:55
Re: pg_receivexlog does not report flush position with --synchronous Michael Paquier 12:57
Re: Re: [BUGS] Re: Missing rows with index scan when collation is not "C" (PostgreSQL 9.5) Jim Nasby 13:26
Re: Proposal for CSN based snapshots Amit Kapila 13:35
Re: Block level parallel vacuum WIP Amit Kapila 13:50
Re: Block level parallel vacuum WIP Robert Haas 13:50
Re: Logical decoding of sequence advances, part II Robert Haas 13:59
Re: comment typo lmgr.c Robert Haas 14:07
Re: Logical decoding of sequence advances, part II Kevin Grittner 14:07
Re: "Some tests to cover hash_index" Robert Haas 14:09
Question about MVCC-unsafe commands Antonin Houska 14:10
Re: [PATCH] Transaction traceability - txid_status(bigint) Robert Haas 14:18
Re: [PATCH] Transaction traceability - txid_status(bigint) Robert Haas 14:34
Re: Logical decoding of sequence advances, part II Kevin Grittner 14:36
Re: Block level parallel vacuum WIP Masahiko Sawada 14:43
pgbench - fix stats when using \sleep 📎 Fabien COELHO 14:47
Re: UTF-8 docs? Victor Wagner 14:47
Re: Server crash due to SIGBUS(Bus Error) when trying to access the memory created using dsm_create(). Robert Haas 14:58
Re: Logical decoding of sequence advances, part II Petr Jelinek 15:03
Re: [Patch] Temporary tables that do not bloat pg_catalog (a.k.a fast temp tables) Aleksander Alekseev 15:15
Re: Block level parallel vacuum WIP Alvaro Herrera 15:17
Re: Proposal for CSN based snapshots 📎 Heikki Linnakangas 15:18
Re: Slowness of extended protocol Robert Haas 15:42
Re: Block level parallel vacuum WIP Masahiko Sawada 15:56
Re: Block level parallel vacuum WIP Robert Haas 16:17
Re: Block level parallel vacuum WIP Alvaro Herrera 16:25
Re: Logical decoding of sequence advances, part II Kevin Grittner 16:26
Re: Question about MVCC-unsafe commands Robert Haas 16:32
Re: Logical decoding of sequence advances, part II Craig Ringer 16:38
Re: Block level parallel vacuum WIP Andres Freund 16:48
Re: Logical decoding of sequence advances, part II Andres Freund 16:50
Re: Proposal for CSN based snapshots Andres Freund 16:53
Re: Slowness of extended protocol Andres Freund 16:54
Re: Index Onlys Scan for expressions Robert Haas 16:56
Re: [PATCH] Transaction traceability - txid_status(bigint) 📎 Craig Ringer 16:59
Re: Logical decoding of sequence advances, part II Craig Ringer 17:02
Re: multivariate statistics (v19) Robert Haas 17:03
Re: [BUGS] BUG #14244: wrong suffix for pg_size_pretty() Robert Haas 17:30
Re: [BUGS] BUG #14244: wrong suffix for pg_size_pretty() Bruce Momjian 17:43
Re: [BUGS] BUG #14244: wrong suffix for pg_size_pretty() Robert Haas 17:45
Re: Duplicate prototype for socket_set_nonblocking. Robert Haas 17:46
Re: [BUGS] BUG #14244: wrong suffix for pg_size_pretty() Bruce Momjian 17:47
Re: [BUGS] BUG #14244: wrong suffix for pg_size_pretty() Robert Haas 17:53
Re: [BUGS] BUG #14244: wrong suffix for pg_size_pretty() Bruce Momjian 17:57
Re: Logical decoding of sequence advances, part II Kevin Grittner 18:03
Re: [BUGS] BUG #14244: wrong suffix for pg_size_pretty() Robert Haas 18:31
Re: [BUGS] BUG #14244: wrong suffix for pg_size_pretty() Bruce Momjian 18:33
Re: [BUGS] BUG #14244: wrong suffix for pg_size_pretty() Andres Freund 18:35
Re: [BUGS] BUG #14244: wrong suffix for pg_size_pretty() Bruce Momjian 18:37
Re: [BUGS] BUG #14244: wrong suffix for pg_size_pretty() Alvaro Herrera 18:37
Re: Slowness of extended protocol Shay Rojansky 18:42
Re: [BUGS] BUG #14244: wrong suffix for pg_size_pretty() Robert Haas 18:49
Re: dsm_unpin_segment Robert Haas 18:53
Re: Changed SRF in targetlist handling Andres Freund 18:55
Re: patch: function xmltable 📎 Pavel Stehule 19:00
Re: [PATCH] Transaction traceability - txid_status(bigint) Robert Haas 19:10
Re: SP-GiST support for inet datatypes Tom Lane 19:20
Re: Question about MVCC-unsafe commands Antonin Houska 19:39
Re: pg_dump with tables created in schemas created by extensions 📎 Martín Marqués 19:46
Re: pg_dump with tables created in schemas created by extensions Martín Marqués 20:34
Re: Index Onlys Scan for expressions Vladimir Sitnikov 20:35
Re: [RFC] Change the default of update_process_title to off Bruce Momjian 20:44
Re: [RFC] Change the default of update_process_title to off Peter Geoghegan 20:58
Re: [RFC] Change the default of update_process_title to off Bruce Momjian 21:02
Re: Write Ahead Logging for Hash Indexes Jeff Janes 21:07
dump/restore doesn't preserve row ordering? Tom Lane 21:22
Remove superuser() checks from pgstattuple 📎 Stephen Frost 21:22
Re: dump/restore doesn't preserve row ordering? Andres Freund 21:41
Re: pg_dump with tables created in schemas created by extensions Jim Nasby 21:48
Re: Block level parallel vacuum WIP Michael Paquier 22:01
Re: [Patch] Temporary tables that do not bloat pg_catalog (a.k.a fast temp tables) Tomas Vondra 22:11
Re: [Patch] Temporary tables that do not bloat pg_catalog (a.k.a fast temp tables) Claudio Freire 22:18
Re: [Patch] Temporary tables that do not bloat pg_catalog (a.k.a fast temp tables) Andres Freund 22:20
Re: [Patch] Temporary tables that do not bloat pg_catalog (a.k.a fast temp tables) Tomas Vondra 22:25

Browse Archives

Prev | Next