pgsql-hackers since 2018-09-29 22:19

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

Sept. 29, 2018

Thread Author Time
Re: [HACKERS] proposal: schema variables 📎 Pavel Stehule 22:19
Re: [HACKERS] [PATCH] Generic type subscripting 📎 Dmitry Dolgov 22:20
Re: Cygwin linking rules Andrew Dunstan 22:25
Re: Implementing SQL ASSERTION Andrew Gierth 23:07
Re: Odd 9.4, 9.3 buildfarm failure on s390x Andrew Gierth 23:38

Sept. 30, 2018

Thread Author Time
Re: libpq host/hostaddr/conninfo inconsistencies Thomas Munro 00:45
Re: [HACKERS] kqueue Thomas Munro 02:36
Re: Odd 9.4, 9.3 buildfarm failure on s390x Tom Lane 03:33
[RFC] Removing "magic" oids 📎 Andres Freund 03:48
Re: Odd 9.4, 9.3 buildfarm failure on s390x Andrew Gierth 03:52
Re: SerializeParamList vs machines with strict alignment 📎 Amit Kapila 05:14
Re: [HACKERS] [PATCH] Generic type subscripting Pavel Stehule 06:23
Re: libpq host/hostaddr/conninfo inconsistencies Fabien COELHO 07:21
Re: libpq host/hostaddr/conninfo inconsistencies Fabien COELHO 07:23
Re: Online enabling of checksums Tomas Vondra 08:48
Re: [HACKERS] kqueue Matteo Beccati 08:49
Sync ECPG scanner with core 📎 John Naylor 09:32
Re: Use durable_unlink for .ready and .done files for WAL segment removal 📎 Michael Paquier 12:40
Re: automatic restore point Michael Paquier 12:45
Re: [Patch] Create a new session in postmaster by calling setsid() Michael Paquier 12:47
Re: [PATCH] Find additional connection service files in pg_service.conf.d directory Michael Paquier 12:49
Re: Recovery performance of DROP DATABASE with many tablespaces Michael Paquier 12:51
Re: Speed up the removal of WAL files Michael Paquier 12:53
Re: Sync ECPG scanner with core Michael Paquier 13:01
Re: [HACKERS] Optional message to user when terminating/cancelling backend Michael Paquier 13:51
Re: Cygwin linking rules Andrew Dunstan 14:13
Re: executor relation handling 📎 Tom Lane 17:18
Relations being opened without any lock whatever 📎 Tom Lane 19:20
Function for listing archive_status directory 📎 Christoph Moench-Tegeder 20:59
Re: Making all nbtree entries unique by having heap TIDs participate in comparisons Peter Geoghegan 21:33
Re: [RFC] Removing "magic" oids David Fetter 22:15
Re: executor relation handling David Rowley 22:54
Re: [HACKERS] kqueue Thomas Munro 23:09
Re: [HACKERS] Optional message to user when terminating/cancelling backend Michael Paquier 23:19
Re: Function for listing archive_status directory Michael Paquier 23:21
Re: Relations being opened without any lock whatever Michael Paquier 23:29

Oct. 1, 2018

Thread Author Time
Re: Relations being opened without any lock whatever Tom Lane 00:08
Re: file cloning in pg_upgrade and CREATE DATABASE Michael Paquier 02:23
Re: Psql patch to show access methods info Michael Paquier 02:27
Re: pgbench exit code Michael Paquier 02:29
Re: pgbench exit code Michael Paquier 02:31
Re: heap_sync seems rather oblivious to partitioned tables (wal_level=minimal) David Rowley 02:33
Re: pgbench - test whether a variable exists Michael Paquier 02:34
Re: Some incorrect comments and out-dated README from run-time pruning David Rowley 02:35
Re: executor relation handling Tom Lane 02:49
Re: automatic restore point Alvaro Herrera 03:34
Re: automatic restore point Alvaro Herrera 03:35
Re: SerializeParamList vs machines with strict alignment 📎 Amit Kapila 04:30
Assert failed in snprintf.c 📎 Jaime Casanova 04:58
Re: TABLE tab completion Michael Paquier 05:40
Re: csv format for psql Michael Paquier 05:42
Re: doc - improve description of default privileges Michael Paquier 05:47
Re: ToDo: show size of partitioned table Michael Paquier 05:57
Re: partition tree inspection functions Michael Paquier 06:03
Re: partition tree inspection functions Amit Langote 06:16
Re: libpq should append auth failures, not overwrite Michael Paquier 06:19
Re: partition tree inspection functions Michael Paquier 06:27
Re: Sample values for pg_stat_statements Michael Paquier 06:30
Re: [HACKERS] PATCH: Batch/pipelining support for libpq Michael Paquier 06:34
Re: Adding a note to protocol.sgml regarding CopyData Michael Paquier 06:36
Re: Multiple primary key on partition table? Rajkumar Raghuwanshi 06:39
Re: executor relation handling Amit Langote 06:39
Re: pgbench - add pseudo-random permutation function Michael Paquier 06:40
Re: [HACKERS] WIP Patch: Pgbench Serialization and deadlock errors Michael Paquier 06:44
Re: libpq compression Michael Paquier 06:49
Re: [HACKERS] Moving relation extension locks out of heavyweight lock manager Michael Paquier 06:54
Re: hostorder and failover_timeout for libpq Michael Paquier 07:10
Re: Hash Joins vs. Bloom Filters / take 2 Michael Paquier 07:15
Re: [HACKERS] SERIALIZABLE with parallel query Michael Paquier 07:17
Re: Relations being opened without any lock whatever Amit Langote 07:19
Re: partition tree inspection functions Amit Langote 07:27
Re: Query is over 2x slower with jit=on 📎 Lukas Fittl 07:32
[PROPOSAL]a new data type 'bytea' for ECPG Matsumura, Ryo 08:03
Re: [PROPOSAL] Shared Ispell dictionaries Arthur Zakirov 09:22
Re: executor relation handling Amit Langote 10:20
New vacuum option to do only freezing 📎 Masahiko Sawada 10:20
Re: de-deduplicate code in DML execution hooks in postgres_fdw Michael Paquier 10:42
Re: Hash Joins vs. Bloom Filters / take 2 Tomas Vondra 10:54
Re: pgbench - add pseudo-random permutation function 📎 Fabien COELHO 11:19
Re: Function for listing archive_status directory Christoph Moench-Tegeder 11:36
Re: Proposal for Signal Detection Refactoring 📎 Chris Travers 12:00
Re: Hint to set owner for tablespace directory Peter Eisentraut 12:15
Re: SSL tests failing with "ee key too small" error on Debian SID 📎 Kyotaro HORIGUCHI 12:18
Re: SQL/JSON: documentation Liudmila Mantrova 12:24
Re: [HACKERS] Optional message to user when terminating/cancelling backend 📎 Daniel Gustafsson 12:37
Re: Hint to set owner for tablespace directory Maksim Milyutin 12:41
Re: de-deduplicate code in DML execution hooks in postgres_fdw Etsuro Fujita 12:54
Re: Early WIP/PoC for inlining CTEs Andreas Karlsson 12:55
Re: Sync ECPG scanner with core John Naylor 13:19
Re: Oid returned from AddSubscriptionRelState/UpdateSubscriptionRelState 📎 Petr Jelinek 13:25
Re: Relations being opened without any lock whatever Tom Lane 13:29
Re: executor relation handling Tom Lane 13:45
Re: executor relation handling Tom Lane 13:49
Re: automatic restore point Peter Eisentraut 14:43
Re: Assert failed in snprintf.c Tom Lane 14:48
Re: Add SKIP LOCKED to VACUUM and ANALYZE Bossart, Nathan 15:37
Re: pg_ls_tmpdir(); AND, Function for listing archive_status directory Justin Pryzby 15:37
Re: pg_ls_tmpdir() Andres Freund 15:45
Re: buildfarm and git pull Justin Pryzby 15:45
Re: pg_ls_tmpdir() 📎 Bossart, Nathan 15:50
Re: Odd 9.4, 9.3 buildfarm failure on s390x Mark Wong 15:52
Re: Odd 9.4, 9.3 buildfarm failure on s390x Tom Lane 15:58
Re: Proposal for Signal Detection Refactoring Chris Travers 16:01
Re: Odd 9.4, 9.3 buildfarm failure on s390x Andres Freund 16:04
Re: Odd 9.4, 9.3 buildfarm failure on s390x Tom Lane 16:13
Re: Odd 9.4, 9.3 buildfarm failure on s390x Andres Freund 16:26
Re: Odd 9.4, 9.3 buildfarm failure on s390x Tom Lane 16:50
Re: [HACKERS] kqueue Matteo Beccati 17:25
Re: [HACKERS] kqueue Andres Freund 17:28
has_column_privilege behavior (was Re: Assert failed in snprintf.c) 📎 Tom Lane 17:47
Re: has_column_privilege behavior (was Re: Assert failed in snprintf.c) Stephen Frost 18:41
Re: has_column_privilege behavior (was Re: Assert failed in snprintf.c) Tom Lane 18:57
Re: has_column_privilege behavior (was Re: Assert failed in snprintf.c) Joe Conway 19:00
Re: executor relation handling David Rowley 19:04
Re: has_column_privilege behavior (was Re: Assert failed in snprintf.c) Stephen Frost 19:05
Re: has_column_privilege behavior (was Re: Assert failed in snprintf.c) Tom Lane 19:24
Re: has_column_privilege behavior (was Re: Assert failed in snprintf.c) Stephen Frost 19:39
Re: has_column_privilege behavior (was Re: Assert failed in snprintf.c) Tom Lane 19:46
Re: has_column_privilege behavior (was Re: Assert failed in snprintf.c) Stephen Frost 19:54
settings to control SSL/TLS protocol version 📎 Peter Eisentraut 20:21
Re: SerializeParamList vs machines with strict alignment 📎 Tom Lane 20:21
Re: has_column_privilege behavior (was Re: Assert failed in snprintf.c) Tom Lane 20:27
Re: buildfarm and git pull Andrew Dunstan 20:43
Re: SerializeParamList vs machines with strict alignment Tom Lane 20:49
Re: Odd 9.4, 9.3 buildfarm failure on s390x Andrew Dunstan 20:58
Re: Odd 9.4, 9.3 buildfarm failure on s390x Tom Lane 21:11
Re: has_column_privilege behavior (was Re: Assert failed in snprintf.c) Stephen Frost 21:11
Re: Odd 9.4, 9.3 buildfarm failure on s390x Larry Rosenman 21:15
Re: executor relation handling Tom Lane 21:25
Re: settings to control SSL/TLS protocol version Daniel Gustafsson 21:30
Re: Odd 9.4, 9.3 buildfarm failure on s390x Andrew Dunstan 21:55
Re: automatic restore point Alvaro Herrera 22:06
Re: Odd 9.4, 9.3 buildfarm failure on s390x Thomas Munro 22:10
Re: SerializeParamList vs machines with strict alignment Lou Picciano 22:30
Re: SerializeParamList vs machines with strict alignment Thomas Munro 22:47
snprintf.c hammering memset() Thomas Munro 23:09
Re: has_column_privilege behavior (was Re: Assert failed in snprintf.c) 📎 Tom Lane 23:31
Re: snprintf.c hammering memset() Tom Lane 23:52
Re: snprintf.c hammering memset() Andres Freund 23:59

Oct. 2, 2018

Thread Author Time
Re: SerializeParamList vs machines with strict alignment Tom Lane 00:01
Re: Add SKIP LOCKED to VACUUM and ANALYZE Michael Paquier 00:06
Re: pgsql: Improve autovacuum logging for aggressive and anti-wraparound ru Michael Paquier 00:11
Re: snprintf.c hammering memset() Tom Lane 00:19
Re: [HACKERS] Optional message to user when terminating/cancelling backend Michael Paquier 00:39
Re: snprintf.c hammering memset() Tom Lane 00:46
Re: snprintf.c hammering memset() Andres Freund 00:46
Re: snprintf.c hammering memset() Andres Freund 00:53
Re: snprintf.c hammering memset() Tom Lane 00:57
Re: [HACKERS] Re: Improve OR conditions on joined columns (common star schema problem) Michael Paquier 01:11
Re: GiST VACUUM Michael Paquier 01:14
Re: patch to allow disable of WAL recycling Michael Paquier 01:16
Re: speeding up planning with partitions Michael Paquier 01:20
Re: speeding up planning with partitions Amit Langote 01:24
Re: SerializeParamList vs machines with strict alignment Amit Kapila 01:26
Re: [FEATURE PATCH] pg_stat_statements with plans (v02) Michael Paquier 01:29
Re: [HACKERS] Re: Improve OR conditions on joined columns (common star schema problem) Tom Lane 01:32
Re: [PATCH v18] GSSAPI encryption support Michael Paquier 01:32
Re: SerializeParamList vs machines with strict alignment Tom Lane 01:38
Re: TupleTableSlot abstraction Kyotaro HORIGUCHI 01:41
Re: Vacuum: allow usage of more than 1GB of work mem Michael Paquier 01:43
Re: pg_dumpall --exclude-database option Michael Paquier 01:51
Re: [HACKERS] Removing [Merge]Append nodes which contain a single subpath Michael Paquier 01:55
Re: cost_sort() improvements Michael Paquier 01:58
Re: Push down Aggregates below joins Michael Paquier 02:00
Re: Subplan result caching Michael Paquier 02:11
Re: POC: GROUP BY optimization Michael Paquier 02:16
Re: Subplan result caching David Rowley 02:21
Re: TupleTableSlot abstraction Tom Lane 02:21
Re: Add SKIP LOCKED to VACUUM and ANALYZE 📎 Bossart, Nathan 02:22
Re: WIP Patch: Precalculate stable functions, infrastructure v1 Michael Paquier 02:22
Re: [HACKERS] Small improvement to compactify_tuples Michael Paquier 02:27
Re: jsonpath Michael Paquier 02:33
Re: Changing the autovacuum launcher scheduling; oldest table first algorithm Michael Paquier 02:42
Re: WIP: BRIN multi-range indexes Michael Paquier 02:49
Re: [HACKERS][PATCH] Applying PMDK to WAL operations for persistent memory Michael Paquier 02:53
Re: inconsistency and inefficiency in setup_conversion() Michael Paquier 02:56
Re: [HACKERS] [PATCH] Overestimated filter cost and its mitigation Michael Paquier 02:58
Re: [HACKERS] Client Connection redirection support for PostgreSQL Michael Paquier 03:00
Re: SerializeParamList vs machines with strict alignment Amit Kapila 03:42
Re: SerializeParamList vs machines with strict alignment Tom Lane 03:52
Re: [HACKERS] SERIALIZABLE with parallel query 📎 Thomas Munro 03:53
Re: SerializeParamList vs machines with strict alignment Amit Kapila 04:03
Re: SerializeParamList vs machines with strict alignment Tom Lane 04:08
Re: pgsql: Improve autovacuum logging for aggressive and anti-wraparound ru Masahiko Sawada 04:18
Re: SerializeParamList vs machines with strict alignment Amit Kapila 04:26
Re: [HACKERS] Secondary index access optimizations Michael Paquier 04:31
Re: [WIP PATCH] Index scan offset optimisation using visibility map Michael Paquier 04:35
Re: SerializeParamList vs machines with strict alignment Tom Lane 04:37
Re: [PATCH] Add missing type conversion functions for PL/Python Michael Paquier 04:42
Re: [PATCH] get rid of StdRdOptions, use individual binary reloptions representation for each relation kind instead Michael Paquier 04:46
Re: Upper limit arguments of pg_logical_slot_xxx_changes functions accept invalid values Michael Paquier 04:49
Re: de-deduplicate code in DML execution hooks in postgres_fdw Etsuro Fujita 04:50
Re: PATCH: logical_work_mem and logical streaming of large in-progress transactions Michael Paquier 04:59
Re: row filtering for logical replication Michael Paquier 05:03
Re: Allow COPY's 'text' format to output a header Michael Paquier 05:06
Re: [HACKERS] GSoC 2017: Foreign Key Arrays Michael Paquier 05:13
Re: de-deduplicate code in DML execution hooks in postgres_fdw Michael Paquier 05:15
Re: Allow to specify a index name as ANALYZE parameter Michael Paquier 05:27
Re: chained transactions Michael Paquier 05:38
Re: [HACKERS] [PATCH] WIP Add ALWAYS DEFERRED option for constraints Michael Paquier 05:43

Browse Archives

Prev | Next