Mailing lists [pgsql-hackers]
- Re: [PATCH] Log PostgreSQL version number on startup Peter Eisentraut
- Re: pg_dump multi VALUES INSERT David Rowley
- Re: [PATCH] Allow anonymous rowtypes in function return column definition Tom Lane
- Re: Delay locking partitions during query execution David Rowley
- Re: [PATCH] Allow anonymous rowtypes in function return column definition Elvis Pranskevichus
- Re: [PATCH] Allow anonymous rowtypes in function return column definition Tom Lane
- Re: Unused parameters & co in code Michael Paquier
- Re: Unused parameters & co in code Michael Paquier
- Re: backslash-dot quoting in COPY CSV Michael Paquier
- Re: [PATCH] Pass COPT and PROFILE to CXXFLAGS as well Michael Paquier
- RE: pg_upgrade: Pass -j down to vacuumdb Jamison, Kirk
- Re: [PATCH] Pass COPT and PROFILE to CXXFLAGS as well Tom Lane
- Re: psql exit status with multiple -c or -f Kyotaro HORIGUCHI
- Re: psql exit status with multiple -c or -f Kyotaro HORIGUCHI
- Re: A few new options for vacuumdb Michael Paquier
- Re: [PATCH] Pass COPT and PROFILE to CXXFLAGS as well Michael Paquier
- Re: A few new options for vacuumdb Bossart, Nathan
- Re: Proposed refactoring of planner header files Tom Lane
- Re: Ordered Partitioned Table Scans David Rowley
- Re: psql exit status with multiple -c or -f David G. Johnston
- Re: psql exit status with multiple -c or -f Justin Pryzby
- Re: A few new options for vacuumdb Michael Paquier
- Re: [HACKERS] Removing [Merge]Append nodes which contain a single subpath David Rowley
- Re: "could not reattach to shared memory" on buildfarm member dory Noah Misch
- Re: WIP: Avoid creation of the free space map for small tables Amit Kapila
- Re: WIP: Avoid creation of the free space map for small tables Amit Kapila
- Re: Refactoring the checkpointer's fsync request queue Shawn Debnath
- Too rigorous assert in reorderbuffer.c Arseny Sher
- Re: Index Skip Scan Kyotaro HORIGUCHI
- Re: Unused parameters & co in code Michael Paquier
- Re: Adding a TAP test checking data consistency on standby withminRecoveryPoint Michael Paquier
- Re: Add pg_partition_root to get top-most parent of a partition tree Michael Paquier
- Re: Cache lookup errors with functions manipulation object addresses Michael Paquier
- Re: Don't wake up to check trigger file if none is configured Michael Paquier
- RE: [PROPOSAL]a new data type 'bytea' for ECPG Matsumura, Ryo
- Re: WIP: Avoid creation of the free space map for small tables John Naylor
- Re: WIP: Avoid creation of the free space map for small tables John Naylor
- RE: libpq debug log Iwata, Aya
- Re: Unused parameters & co in code Antonin Houska
- Re: Pluggable Storage - Andres's take Amit Khandekar
- Re: [HACKERS] Transactions involving multiple postgres foreignservers, take 2 Masahiko Sawada
- Re: Connection slots reserved for replication Oleksii Kliukin
- Re: Connection slots reserved for replication Petr Jelinek
- Re: Online enabling of checksums Andres Freund
- bug tracking system Alvaro Herrera
- Re: Connection slots reserved for replication Oleksii Kliukin
- Re: [HACKERS] WIP: long transactions on hot standby feedback replica/ proof of concept Andres Freund
- Re: [WIP] [B-Tree] Retail IndexTuple deletion Andres Freund
- Re: Implementing SQL ASSERTION Andres Freund
- Re: Sample values for pg_stat_statements Andres Freund
- Re: cost_sort() improvements Andres Freund
- Re: POC: GROUP BY optimization Andres Freund
- Re: Online enabling of checksums Magnus Hagander
- Re: WIP Patch: Precalculate stable functions, infrastructure v1 Andres Freund
- Re: [HACKERS] proposal: schema variables Pavel Stehule
- Re: [HACKERS] advanced partition matching algorithm for partition-wisejoin Etsuro Fujita
- Re: BUG #15589: Due to missing wal, restore ends prematurely andopens database for read/write Kyotaro HORIGUCHI
- Re: WIP: Avoid creation of the free space map for small tables Amit Kapila
- Re: Statement-level rollback Andres Freund
- Re: Implementing Incremental View Maintenance Yugo Nagata
- Re: WIP: Avoid creation of the free space map for small tables Amit Kapila
- Re: Reorganize collation lookup time and place Andres Freund
- Re: WIP: Avoid creation of the free space map for small tables John Naylor
- Re: tab-completion debug print Andres Freund
- Re: allow online change primary_conninfo andres@anarazel.de
- Re: bug tracking system Alvaro Herrera
- Re: allow online change primary_conninfo Sergei Kornilov
- Re: Add --include-table-data-where option to pg_dump, to export onlya subset of table data Andres Freund
- interval type additional option Pavel Stehule
- Re: [HACKERS] proposal - Default namespaces for XPath expressions(PostgreSQL 11) Andres Freund
- Re: WIP: Avoid creation of the free space map for small tables John Naylor
- Re: [HACKERS] proposal - Default namespaces for XPath expressions(PostgreSQL 11) Pavel Stehule
- Re: Allow auto_explain to log to NOTICE Daniel Gustafsson
- Re: Add client connection check during the execution of the query Andres Freund
- Re: Implementing Incremental View Maintenance Yugo Nagata
- Re: interval type additional option Andrew Gierth
- Re: interval type additional option Pavel Stehule
- Re: WIP: Avoid creation of the free space map for small tables Masahiko Sawada
- Re: WIP: Avoid creation of the free space map for small tables Amit Kapila
- Re: [HACKERS] [PATCH] WIP Add ALWAYS DEFERRED option for constraints Andres Freund
- Re: PostgreSQL vs SQL/XML Standards Pavel Stehule
- Re: [HACKERS] [PATCH] Generic type subscripting Alvaro Herrera
- Re: A few new options for vacuumdb Bossart, Nathan
- Re: Global snapshots Andres Freund
- Re: [HACKERS] [PATCH] Generic type subscripting Pavel Stehule
- Re: [HACKERS] [PATCH] Generic type subscripting Dmitry Dolgov
- Re: WIP: Avoid creation of the free space map for small tables John Naylor
- Re: MERGE SQL statement for PG12 Alvaro Herrera
- Re: Statement-level rollback Greg Stark
- Re: Installation instructions update (pg_ctl) Michael Banck
- Re: Global snapshots Stas Kelvich
- Re: Statement-level rollback Alvaro Herrera
- Re: Fast path for empty relids in check_outerjoin_delay() Tom Lane
- Re: ATTACH/DETACH PARTITION CONCURRENTLY Robert Haas
- Re: Delay locking partitions during INSERT and UPDATE Robert Haas
- Re: possible deadlock: different lock ordering for heap pages Robert Haas
- Re: Proposed refactoring of planner header files Robert Haas
- Re: Add --include-table-data-where option to pg_dump, to export onlya subset of table data Carter Thaxton
- Re: pgsql: Build src/port files as a library with -fPIC, and use thatin li Robert Haas
- Re: Proposed refactoring of planner header files Tom Lane
- Re: pgsql: Build src/port files as a library with -fPIC, and use that in li Tom Lane
- Re: pgsql: Build src/port files as a library with -fPIC, and use thatin li Robert Haas
- Re: pgsql: Build src/port files as a library with -fPIC, and use that in li Tom Lane
- Re: Proposed refactoring of planner header files Robert Haas
- Re: pg_upgrade: Pass -j down to vacuumdb Jesper Pedersen
- Re: Proposed refactoring of planner header files Tom Lane
- Re: [Patch] Log10 and hyperbolic functions for SQL:2016 compliance Lætitia Avrot
- XLogInsert() of dangling pointer while logging replica identity Stas Kelvich