Mailing lists [pgsql-hackers]
- Re: new json funcs Andrew Dunstan
- Re: new json funcs Alvaro Herrera
- Re: ALTER TABLE lock strength reduction patch is unsafe Simon Riggs
- Re: Freezing without write I/O Simon Riggs
- Re: Add min and max execute statement time in pg_stat_statement Peter Geoghegan
- Re: INTERVAL overflow detection is terribly broken Bruce Momjian
- Re: Add min and max execute statement time in pg_stat_statement Andrew Dunstan
- Re: INTERVAL overflow detection is terribly broken Bruce Momjian
- Re: [PATCH] Negative Transition Aggregate Functions (WIP) Dean Rasheed
- Re: A minor correction in comment in heaptuple.c Kevin Grittner
- Re: Add min and max execute statement time in pg_stat_statement Peter Geoghegan
- Re: INTERVAL overflow detection is terribly broken Tom Lane
- Re: Custom Scan APIs (Re: Custom Plan node) Kouhei Kaigai
- Re: Race condition in b-tree page deletion Peter Geoghegan
- git-review: linking commits to review discussion in git Murtuza Mukadam
- Re: New option for pg_basebackup, to specify a different directory for pg_xlog Peter Eisentraut
- Re: Freezing without write I/O Robert Haas
- Re: Add force option to dropdb Sawada Masahiko
- Fix comment typo in /src/backend/command/cluster.c Sawada Masahiko
- Re: Fix comment typo in /src/backend/command/cluster.c Andrew Dunstan
- Re: WIP patch (v2) for updatable security barrier views Craig Ringer
- Re: [bug fix] pg_ctl always uses the same event source Amit Kapila
- Re: Performance Improvement by reducing WAL for Update Operation Robert Haas
- Re: PoC: Partial sort Marti Raudsepp
- Re: jsonb and nested hstore Andrew Dunstan
- Re: INTERVAL overflow detection is terribly broken Bruce Momjian
- Re: Fix comment typo in /src/backend/command/cluster.c Gavin Flower
- Re: Fix comment typo in /src/backend/command/cluster.c Sawada Masahiko
- Re: GIN improvements part2: fast scan Tomas Vondra
- pg_basebackup and pg_stat_tmp directory Fujii Masao
- Re: inherit support for foreign tables Etsuro Fujita
- Re: pg_basebackup and pg_stat_tmp directory Michael Paquier
- Re: WIP patch (v2) for updatable security barrier views Kouhei Kaigai
- Re: inherit support for foreign tables Kouhei Kaigai
- Re: Retain dynamic shared memory segments for postmaster lifetime Amit Kapila
- Re: pg_basebackup and pg_stat_tmp directory Fujii Masao
- Re: pg_basebackup and pg_stat_tmp directory Amit Kapila
- Re: Fix comment typo in /src/backend/command/cluster.c David Fetter
- Re: Retain dynamic shared memory segments for postmaster lifetime Amit Langote
- Re: Why conf.d should be default, and auto.conf and recovery.conf should be in it Amit Kapila
- Re: Fix comment typo in /src/backend/command/cluster.c Michael Paquier
- Re: PoC: Partial sort Alexander Korotkov
- Re: Infinite recursion in row-security based on updatable s.b. views Craig Ringer
- Re: Add min and max execute statement time in pg_stat_statement Rajeev rastogi
- Union-ifying RangeTblEntry Craig Ringer
- Re: [COMMITTERS] pgsql: Keep pg_stat_statements' query texts in a file, not in shared me Peter Geoghegan
- Re: Fix comment typo in /src/backend/command/cluster.c David Fetter
- Re: git-review: linking commits to review discussion in git Heikki Linnakangas
- Re: Fix comment typo in /src/backend/command/cluster.c Heikki Linnakangas
- Re: GIN improvements part2: fast scan Heikki Linnakangas
- Re: Patch: Show process IDs of processes holding a lock; show relation and tuple infos of a lock to acquire Christian Kruse
- Re: Fwd: Proposal: variant of regclass Yugo Nagata
- Re: Infinite recursion in row-security based on updatable s.b. views Craig Ringer
- Re: Storing pg_stat_statements query texts externally, pg_stat_statements in core Peter Geoghegan
- Re: pg_basebackup and pg_stat_tmp directory Magnus Hagander
- Observed Compilation warning in WIN32 build Rajeev rastogi
- Re: Patch: Show process IDs of processes holding a lock; show relation and tuple infos of a lock to acquire Rajeev rastogi
- Function definition removed but prototype still there Rajeev rastogi
- Re: UNION ALL on partitioned tables won't use indices. Kyotaro HORIGUCHI
- Re: WIP patch (v2) for updatable security barrier views Simon Riggs
- Re: Add min and max execute statement time in pg_stat_statement KONDO Mitsumasa
- Re: Infinite recursion in row-security based on updatable s.b. views Craig Ringer
- Re: A better way than tweaking NTUP_PER_BUCKET Jeremy Harris
- Re: PoC: Partial sort Marti Raudsepp
- Re: alternative back-end block formats Cédric Villemain
- Re: Review: Patch FORCE_NULL option for copy COPY in CSV mode Ian Lawrence Barwick
- Re: Retain dynamic shared memory segments for postmaster lifetime Kyotaro HORIGUCHI
- Re: Race condition in b-tree page deletion Heikki Linnakangas
- Re: Observed Compilation warning in WIN32 build Andres Freund
- Re: [PATCH] Use MAP_HUGETLB where supported (v3) Heikki Linnakangas
- Re: [PATCH] Use MAP_HUGETLB where supported (v3) Christian Kruse
- Re: alternative back-end block formats Christian Convey
- Re: [Review] inherit support for foreign tables Etsuro Fujita
- Re: [PATCH] Use MAP_HUGETLB where supported (v3) Christian Kruse
- Re: KNN-GiST with recheck Heikki Linnakangas
- Re: Add force option to dropdb salah jubeh
- Re: Planning time in explain/explain analyze Robert Haas
- Re: KNN-GiST with recheck Alexander Korotkov
- bison, flex and ./configure salah jubeh
- Re: bison, flex and ./configure Heikki Linnakangas
- Re: bison, flex and ./configure salah jubeh
- Re: jsonb and nested hstore Merlin Moncure
- Re: bison, flex and ./configure Heikki Linnakangas
- Re: ALTER TABLE lock strength reduction patch is unsafe Bruce Momjian
- Re: bison, flex and ./configure salah jubeh
- Re: jsonb and nested hstore Andrew Dunstan
- Re: jsonb and nested hstore Merlin Moncure
- Re: Review: Patch FORCE_NULL option for copy COPY in CSV mode Andrew Dunstan
- Re: [PATCH] Implement json_array_elements_text Andrew Dunstan
- Re: Union-ifying RangeTblEntry Robert Haas
- Re: Review: Patch FORCE_NULL option for copy COPY in CSV mode Ian Lawrence Barwick
- Re: proposal: hide application_name from other users Greg Stark
- Mailing subscription test Ioseph Kim
- Re: Union-ifying RangeTblEntry Tom Lane
- Suspicion of a compiler bug in clang: using ternary operator in ereport() Christian Kruse
- Re: proposal: hide application_name from other users Tom Lane
- Re: jsonb and nested hstore Alvaro Herrera
- Re: proposal: hide application_name from other users Andres Freund
- Re: Suspicion of a compiler bug in clang: using ternary operator in ereport() Christian Kruse
- Re: alternative back-end block formats Tom Lane
- Re: jsonb and nested hstore Andrew Dunstan
- Re: jsonb and nested hstore Tom Lane
- Re: [PATCH] Use MAP_HUGETLB where supported (v3) Christian Kruse
- Re: A minor correction in comment in heaptuple.c Bruce Momjian
- Re: A minor correction in comment in heaptuple.c Andres Freund
- Re: Suspicion of a compiler bug in clang: using ternary operator in ereport() Tom Lane
- Re: A minor correction in comment in heaptuple.c Tom Lane
- Re: jsonb and nested hstore Alvaro Herrera
- Re: jsonb and nested hstore Andrew Dunstan
- Re: jsonb and nested hstore Tom Lane
- Re: jsonb and nested hstore Tom Lane
- Re: Function definition removed but prototype still there Bruce Momjian
- Re: jsonb and nested hstore Andrew Dunstan
- Re: ALTER TABLE lock strength reduction patch is unsafe Simon Riggs
- Re: jsonb and nested hstore Andrew Dunstan
- Re: Changeset Extraction v7.3 Thom Brown
- Re: A better way than tweaking NTUP_PER_BUCKET Jeff Janes
- Re: Changeset Extraction v7.3 Robert Haas
- Re: Performance Improvement by reducing WAL for Update Operation Heikki Linnakangas
- Re: A minor correction in comment in heaptuple.c Bruce Momjian
- Re: ALTER TABLE lock strength reduction patch is unsafe Bruce Momjian
- Re: ALTER TABLE lock strength reduction patch is unsafe Heikki Linnakangas
- Re: A minor correction in comment in heaptuple.c Alvaro Herrera
- Re: ALTER TABLE lock strength reduction patch is unsafe Bruce Momjian
- Re: alternative back-end block formats Christian Convey
- Re: A minor correction in comment in heaptuple.c Bruce Momjian
- Re: A minor correction in comment in heaptuple.c Andres Freund
- Re: ALTER TABLE lock strength reduction patch is unsafe Heikki Linnakangas
- Re: KNN-GiST with recheck Heikki Linnakangas
- Re: Performance Improvement by reducing WAL for Update Operation Jinyu
- Re: ALTER TABLE lock strength reduction patch is unsafe Alvaro Herrera
- Re: Storing pg_stat_statements query texts externally, pg_stat_statements in core Tom Lane
- GSoC 2014 - mentors, students and admins Thom Brown
- Re: ALTER TABLE lock strength reduction patch is unsafe Bruce Momjian
- Re: alternative back-end block formats Tom Lane
- Re: A minor correction in comment in heaptuple.c Bruce Momjian
- Re: ALTER TABLE lock strength reduction patch is unsafe Tom Lane
- Re: ALTER TABLE lock strength reduction patch is unsafe Simon Riggs
- Re: [pgsql-advocacy] GSoC 2014 - mentors, students and admins Atri Sharma
- Re: [pgsql-advocacy] GSoC 2014 - mentors, students and admins Atri Sharma
- Re: ALTER TABLE lock strength reduction patch is unsafe Andres Freund
- Re: ALTER TABLE lock strength reduction patch is unsafe Simon Riggs
- Re: jsonb and nested hstore Merlin Moncure
- Re: [PATCH] Support for pg_stat_archiver view Fujii Masao
- Re: [PATCH] Support for pg_stat_archiver view Alvaro Herrera
- Re: jsonb and nested hstore Josh Berkus
- Re: new json funcs Josh Berkus
- Weird error messages from Windows upon client death Jeff Janes
- Re: new json funcs Alvaro Herrera
- Re: jsonb and nested hstore Merlin Moncure
- Re: alternative back-end block formats Christian Convey
- Re: [pgsql-advocacy] GSoC 2014 - mentors, students and admins Josh Berkus
- Re: jsonb and nested hstore Josh Berkus
- Re: jsonb and nested hstore Alvaro Herrera
- Re: Fwd: Request for error explaination || Adding a new integer in indextupleData Structure Rohit Goyal
- Re: jsonb and nested hstore Josh Berkus
- Patch: regexp_matches variant returning an array of matching positions Björn Harrtell
- Re: proposal: hide application_name from other users Greg Stark
- Re: [pgsql-advocacy] GSoC 2014 - mentors, students and admins Stephen Frost
- Re: [pgsql-advocacy] GSoC 2014 - mentors, students and admins Maxence AHLOUCHE
- Re: [pgsql-advocacy] GSoC 2014 - mentors, students and admins Thom Brown
- Re: proposal: hide application_name from other users Greg Stark
- Re: proposal: hide application_name from other users Josh Berkus
- Re: UNION ALL on partitioned tables won't use indices. Noah Misch
- Re: Fwd: Request for error explaination || Adding a new integer in indextupleData Structure Jeff Janes
- Re: proposal: hide application_name from other users Greg Stark
- Re: proposal: hide application_name from other users Tom Lane
- Re: proposal: hide application_name from other users Stephen Frost
- Re: proposal: hide application_name from other users Josh Berkus
- Re: [PATCH] Negative Transition Aggregate Functions (WIP) Florian Pflug
- Re: proposal: hide application_name from other users Stephen Frost
- Re: Planning time in explain/explain analyze Tom Lane
- Re: new json funcs Andrew Dunstan