Mailing lists [pgsql-hackers]
- Re: 11beta crash/assert caused by parameter type changes Tom Lane
- Re: Enhancement request: enable FIRST/LAST_value() also as a regularaggregate (not only as windowing function) matshyeq
- Re: Enhancement request: enable FIRST/LAST_value() also as a regular aggregate (not only as windowing function) Tom Lane
- Re: Enhancement request: enable FIRST/LAST_value() also as a regularaggregate (not only as windowing function) Vik Fearing
- Re: 11beta crash/assert caused by parameter type changes Robert Haas
- Re: 11beta crash/assert caused by parameter type changes Tom Lane
- Re: 11beta crash/assert caused by parameter type changes Andres Freund
- Re: 11beta crash/assert caused by parameter type changes Tom Lane
- Re: print_path is missing GatherMerge and CustomScan support Robert Haas
- Re: How can we submit code patches that implement our (pending)patents? Andres Freund
- Re: Locking B-tree leafs immediately in exclusive mode Alexander Korotkov
- Re: [HACKERS] logical decoding of two-phase transactions Andres Freund
- why doesn't pg_create_logical_replication_slot throw an error if theencoder doesn't exist Dave Cramer
- Re: BUG #15182: Canceling authentication due to timeout aka Denialof Service Attack Michael Paquier
- Re: How can we submit code patches that implement our (pending) patents? Tom Lane
- Re: why doesn't pg_create_logical_replication_slot throw an error ifthe encoder doesn't exist Andres Freund
- Re: How can we submit code patches that implement our (pending)patents? Andres Freund
- Re: Locking B-tree leafs immediately in exclusive mode Simon Riggs
- Re: [HACKERS] Getting rid of "accept incoming network connections" prompts on OS X Tom Lane
- Re: Upper limit arguments of pg_logical_slot_xxx_changes functionsaccept invalid values Brian Faherty
- Re: pgbench: improve --help and --version parsing Fabien COELHO
- Re: Upper limit arguments of pg_logical_slot_xxx_changes functionsaccept invalid values Michael Paquier
- Re: pgbench: improve --help and --version parsing Michael Paquier
- Re: pgbench: improve --help and --version parsing Fabien COELHO
- Re: BUG #15182: Canceling authentication due to timeout aka Denial ofService Attack Bossart, Nathan
- Re: pgbench: improve --help and --version parsing Michael Paquier
- Re: negative bitmapset member not allowed Error with partitionpruning Amit Langote
- Deprecating, and scheduling removal of, pg_dump's tar format. Andres Freund
- Re: pread() and pwrite() Thomas Munro
- Re: Making "COPY partitioned_table FROM" faster David Rowley
- Re: BUG #15182: Canceling authentication due to timeout aka Denialof Service Attack Michael Paquier
- Re: Deprecating, and scheduling removal of, pg_dump's tar format. Michael Paquier
- Re: partition tree inspection functions Amit Langote
- Re: Deprecating, and scheduling removal of, pg_dump's tar format. Peter Geoghegan
- Re: Deprecating, and scheduling removal of, pg_dump's tar format. Andres Freund
- Re: Deprecating, and scheduling removal of, pg_dump's tar format. Christophe Pettus
- Re: negative bitmapset member not allowed Error with partition pruning David Rowley
- Re: Deprecating, and scheduling removal of, pg_dump's tar format. Michael Paquier
- Re: Early WIP/PoC for inlining CTEs Thomas Munro
- Re: How can we submit code patches that implement our (pending)patents? Stephen Frost
- Re: Deprecating, and scheduling removal of, pg_dump's tar format. Joshua D. Drake
- Re: How can we submit code patches that implement our (pending)patents? Nico Williams
- Re: Deprecating, and scheduling removal of, pg_dump's tar format. Stephen Frost
- Re: negative bitmapset member not allowed Error with partition pruning Tom Lane
- Re: Deprecating, and scheduling removal of, pg_dump's tar format. Christophe Pettus
- pgbench - very minor bug fix on hash() missing argument Fabien COELHO
- Re: Deprecating, and scheduling removal of, pg_dump's tar format. Andres Freund
- Re: BUG #15182: Canceling authentication due to timeout aka Denialof Service Attack Kyotaro HORIGUCHI
- Re: Deprecating, and scheduling removal of, pg_dump's tar format. Tom Lane
- Re: BUG #15182: Canceling authentication due to timeout aka Denialof Service Attack Michael Paquier
- Re: negative bitmapset member not allowed Error with partitionpruning Amit Langote
- Re: negative bitmapset member not allowed Error with partition pruning David Rowley
- Re: pgbench - very minor bug fix on hash() missing argument Michael Paquier
- Re: Upper limit arguments of pg_logical_slot_xxx_changes functionsaccept invalid values Masahiko Sawada
- Re: Speeding up INSERTs and UPDATEs to partitioned tables David Rowley
- Re: Temporary tables prevent autovacuum, leading to XID wraparound Michael Paquier
- Re: print_path is missing GatherMerge and CustomScan support Etsuro Fujita
- Re: print_path is missing GatherMerge and CustomScan support Michael Paquier
- Re: "WIP: Data at rest encryption" patch and, 2 phase commit. Toshi Harada
- Re: Speeding up INSERTs and UPDATEs to partitioned tables Amit Langote
- Re: [HACKERS] advanced partition matching algorithm forpartition-wise join Ashutosh Bapat
- Re: Early WIP/PoC for inlining CTEs David Fetter
- Re: [PATCH] Improve geometric types Kyotaro HORIGUCHI
- RE: Temporary tables prevent autovacuum, leading to XID wraparound Tsunakawa, Takayuki
- Re: [HACKERS] [PATCH] Overestimated filter cost and its mitigation Ashutosh Bapat
- Auditing via logical decoding Philip Scott
- Re: Auditing via logical decoding Jeremy Finzel
- My Skype account (korotkovae) was hacked Alexander Korotkov
- Inconsistent error message in bt_page_items_bytea(). Ashutosh Sharma
- Re: pgbench - very minor bug fix on hash() missing argument Fabien COELHO
- Re: partition tree inspection functions Jesper Pedersen
- Re: Removing unneeded self joins Alexander Kuzmenkov
- Re: Explain buffers wrong counter with parallel plans Amit Kapila
- Re: How can we submit code patches that implement our (pending) patents? Robert Haas
- Re: [HACKERS] logical decoding of two-phase transactions Nikhil Sontakke
- Re: How can we submit code patches that implement our (pending) patents? Robert Haas
- Re: Auditing via logical decoding Tomas Vondra
- Re: PartitionDispatch's partdesc field Robert Haas
- Re: Alter index rename concurrently to Robert Haas
- Re: BUG #15182: Canceling authentication due to timeout aka Denial ofService Attack Bossart, Nathan
- RE: Auditing via logical decoding
- Re: How can we submit code patches that implement our (pending) patents? Tom Lane
- Re: Auditing via logical decoding Pavel Stehule
- Re: grammar - src/backend/access/heap/README.tuplock Alvaro Herrera
- Re: Locking B-tree leafs immediately in exclusive mode Alexander Korotkov
- Re: Auditing via logical decoding Tomas Vondra
- Re: Auditing via logical decoding Stephen Frost
- add verbosity to pg_basebackup for sync Jeff Janes
- Re: How can we submit code patches that implement our (pending) patents? Robert Haas
- Re: How can we submit code patches that implement our (pending)patents? Nico Williams
- request for new parameter for disable promote (slave only mode) Ioseph Kim
- Re: How can we submit code patches that implement our (pending)patents? Nico Williams
- Re: Early WIP/PoC for inlining CTEs Andrew Gierth
- Re: Making "COPY partitioned_table FROM" faster Robert Haas
- Re: Deprecating, and scheduling removal of, pg_dump's tar format. Robert Haas
- Re: Upper limit arguments of pg_logical_slot_xxx_changes functionsaccept invalid values Robert Haas
- Re: How can we submit code patches that implement our (pending)patents? Andres Freund
- Re: Deprecating, and scheduling removal of, pg_dump's tar format. Andres Freund
- Re: How can we submit code patches that implement our (pending)patents? Nico Williams
- Re: Deprecating, and scheduling removal of, pg_dump's tar format. Joshua D. Drake
- Re: How can we submit code patches that implement our (pending)patents? Chapman Flack
- Re: Deprecating, and scheduling removal of, pg_dump's tar format. Jeff Janes
- Re: How can we submit code patches that implement our (pending)patents? Andres Freund
- Re: Explain buffers wrong counter with parallel plans Jonathan S. Katz
- Re: Deprecating, and scheduling removal of, pg_dump's tar format. Robert Haas
- Re: How can we submit code patches that implement our (pending)patents? Chapman Flack