Mailing lists [pgsql-hackers]
- Re: incomplete removal of not referenced CTEs Tomas Vondra
- Re: Improve BEGIN tab completion Kevin Grittner
- [PATCH] OpenSSL 1.1.0 support Kurt Roeckx
- Re: CommitFest 2016-09 Fabrízio de Royes Mello
- Re: Missing checks when malloc returns NULL... Michael Paquier
- Re: [PATCH] OpenSSL 1.1.0 support Tom Lane
- Re: restoration after crash slowness, any way to improve? Jeff Janes
- Re: Exclude schema during pg_restore Peter Eisentraut
- Re: [PATCH] COPY vs \copy HINT Craig Ringer
- Re: Confusing docs about GetForeignUpperPaths in fdwhandler.sgml Robert Haas
- Re: pgbench - allow to store select results into variables Amit Langote
- Re: less expensive pg_buffercache on big shmem Robert Haas
- Re: less expensive pg_buffercache on big shmem andres@anarazel.de (Andres Freund)
- Re: less expensive pg_buffercache on big shmem Peter Geoghegan
- Re: Hash Indexes Amit Kapila
- Re: Declarative partitioning - another take Ashutosh Bapat
- Re: [Patch] RBTree iteration interface improvement Heikki Linnakangas
- Re: Forbid use of LF and CR characters in database and role names Michael Paquier
- Re: Declarative partitioning - another take Amit Langote
- Re: Surprising behaviour of \set AUTOCOMMIT ON Rushabh Lathia
- Re: Declarative partitioning - another take Ashutosh Bapat
- Re: Exclude schema during pg_restore Michael Banck
- Re: New SQL counter statistics view (pg_stat_sql) Haribabu Kommi
- Re: pg_basebackup, pg_receivexlog and data durability (was: silent data loss with ext4 / all current versions) Michael Paquier
- Re: Declarative partitioning - another take Amit Langote
- Re: Declarative partitioning - another take Ashutosh Bapat
- Re: Sample configuration files Robert Haas
- Re: Declarative partitioning - another take Amit Langote
- Re: Sample configuration files Vik Fearing
- Re: autonomous transactions Joel Jacobson
- Re: Surprising behaviour of \set AUTOCOMMIT ON Rahila Syed
- Re: Logical decoding slots can go backwards when used from SQL, docs are wrong Craig Ringer
- Re: Surprising behaviour of \set AUTOCOMMIT ON Amit Langote
- Re: Implement targetlist SRFs using ROWS FROM() (was Changed SRF in targetlist handling) Robert Haas
- Re: Implement targetlist SRFs using ROWS FROM() (was Changed SRF in targetlist handling) Robert Haas
- Re: autonomous transactions Robert Haas
- Re: Logical decoding slots can go backwards when used from SQL, docs are wrong Petr Jelinek
- Re: Optimizing numeric SUM() aggregate Heikki Linnakangas
- Re: less expensive pg_buffercache on big shmem Robert Haas
- Re: [PATCH] COPY vs \copy HINT Christoph Berg
- Re: Let file_fdw access COPY FROM PROGRAM Amit Langote
- Re: [PATCH] COPY vs \copy HINT Craig Ringer
- Re: Surprising behaviour of \set AUTOCOMMIT ON Rushabh Lathia
- Re: Logical decoding slots can go backwards when used from SQL, docs are wrong Craig Ringer
- Re: Surprising behaviour of \set AUTOCOMMIT ON Rahila Syed
- Re: What is the posix_memalign() equivalent for the PostgreSQL? Craig Ringer
- Re: Push down more full joins in postgres_fdw Etsuro Fujita
- Re: Sample configuration files Martín Marqués
- Re: Password identifiers, protocol aging and SCRAM protocol Heikki Linnakangas
- Re: [Patch] RBTree iteration interface improvement Aleksander Alekseev
- Re: Improve BEGIN tab completion Andreas Karlsson
- Re: Confusing docs about GetForeignUpperPaths in fdwhandler.sgml Etsuro Fujita
- Re: less expensive pg_buffercache on big shmem Ivan Kartyshov
- Re: Re: PROPOSAL: make PostgreSQL sanitizers-friendly (and prevent information disclosure) Heikki Linnakangas
- Materialized View Incremental Refresh right join hariprasath nallasamy
- Re: [PATCH] Transaction traceability - txid_status(bigint) Craig Ringer
- Re: [PATCH] Transaction traceability - txid_status(bigint) Simon Riggs
- Re: [PATCH] Transaction traceability - txid_status(bigint) Craig Ringer
- Tracking timezone abbreviation removals in the IANA tz database Tom Lane
- Re: [PATCH] Transaction traceability - txid_status(bigint) Craig Ringer
- Re: Password identifiers, protocol aging and SCRAM protocol Michael Paquier
- Re: PassDownLimitBound for ForeignScan/CustomScan Jeevan Chalke
- Re: [PATCH] Transaction traceability - txid_status(bigint) Craig Ringer
- Re: Tracking timezone abbreviation removals in the IANA tz database Tom Lane
- Re: Password identifiers, protocol aging and SCRAM protocol Tom Lane
- Re: Implement targetlist SRFs using ROWS FROM() (was Changed SRF in targetlist handling) Kevin Grittner
- Re: Cache Hash Index meta page. Jesper Pedersen
- Re: Implement targetlist SRFs using ROWS FROM() (was Changed SRF in targetlist handling) Andres Freund
- Re: Implement targetlist SRFs using ROWS FROM() (was Changed SRF in targetlist handling) Andres Freund
- Re: Implement targetlist SRFs using ROWS FROM() (was Changed SRF in targetlist handling) Kevin Grittner
- Re: Implement targetlist SRFs using ROWS FROM() (was Changed SRF in targetlist handling) Andres Freund
- Re: Implement targetlist SRFs using ROWS FROM() (was Changed SRF in targetlist handling) Tom Lane
- Re: Implement targetlist SRFs using ROWS FROM() (was Changed SRF in targetlist handling) Tom Lane
- Re: Implement targetlist SRFs using ROWS FROM() (was Changed SRF in targetlist handling) Andres Freund
- Re: Implement targetlist SRFs using ROWS FROM() (was Changed SRF in targetlist handling) Tom Lane
- Re: Implement targetlist SRFs using ROWS FROM() (was Changed SRF in targetlist handling) Kevin Grittner
- Re: Implement targetlist SRFs using ROWS FROM() (was Changed SRF in targetlist handling) Tom Lane
- Re: Implement targetlist SRFs using ROWS FROM() (was Changed SRF in targetlist handling) Kevin Grittner
- Re: Implement targetlist SRFs using ROWS FROM() (was Changed SRF in targetlist handling) Tom Lane
- Re: [PATCH] Transaction traceability - txid_status(bigint) Petr Jelinek
- Re: Implement targetlist SRFs using ROWS FROM() (was Changed SRF in targetlist handling) Andres Freund
- Re: Implement targetlist SRFs using ROWS FROM() (was Changed SRF in targetlist handling) Andres Freund
- Re: pg_basebackup, pg_receivexlog and data durability (was: silent data loss with ext4 / all current versions) Magnus Hagander
- Re: Re: PROPOSAL: make PostgreSQL sanitizers-friendly (and prevent information disclosure) Aleksander Alekseev
- PATCH: Avoid use of __attribute__ when building with old Sun compiler versions Andy Grundman
- Re: Implement targetlist SRFs using ROWS FROM() (was Changed SRF in targetlist handling) Kevin Grittner
- Re: What is the posix_memalign() equivalent for the PostgreSQL? Anderson Carniel
- Re: Implement targetlist SRFs using ROWS FROM() (was Changed SRF in targetlist handling) Kevin Grittner
- Re: [WIP] Patches to enable extraction state of query execution from external session Maksim Milyutin
- Re: Implement targetlist SRFs using ROWS FROM() (was Changed SRF in targetlist handling) Kevin Grittner
- Re: Implement targetlist SRFs using ROWS FROM() (was Changed SRF in targetlist handling) Andres Freund
- Re: Tracking timezone abbreviation removals in the IANA tz database Tom Lane
- Re: amcheck (B-Tree integrity checking tool) Peter Geoghegan
- Re: Implement targetlist SRFs using ROWS FROM() (was Changed SRF in targetlist handling) Tom Lane
- Re: What is the posix_memalign() equivalent for the PostgreSQL? Tom Lane
- Re: What is the posix_memalign() equivalent for the PostgreSQL? Andres Freund
- Re: Logical decoding slots can go backwards when used from SQL, docs are wrong Andres Freund
- Re: Index Onlys Scan for expressions Ildar Musin
- Re: pgbench - allow to store select results into variables Fabien COELHO
- Re: amcheck (B-Tree integrity checking tool) Kevin Grittner
- Re: Implement targetlist SRFs using ROWS FROM() (was Changed SRF in targetlist handling) Andres Freund
- Re: amcheck (B-Tree integrity checking tool) Peter Geoghegan
- Re: amcheck (B-Tree integrity checking tool) Kevin Grittner
- Re: amcheck (B-Tree integrity checking tool) Peter Geoghegan
- Re: Postgres abort found in 9.3.11 K S, Sandhya (Nokia - IN/Bangalore)
- Re: [PATCH] COPY vs \copy HINT Tom Lane
- Re: Floating point comparison inconsistencies of the geometric types Kevin Grittner
- Re: Logical Replication WIP Peter Eisentraut