Архив рассылок [pgsql-hackers]
- Re: [PATCH] pg_get_domain_ddl: DDL reconstruction function for CREATE DOMAIN statement Florin Irion
- pgindent versus struct members and typedefs Nathan Bossart
- Re: POC: enable logical decoding when wal_level = 'replica' without a server restart Peter Smith
- Re: use LW_SHARED in dsa_get_total_size() Nathan Bossart
- Re: pgindent versus struct members and typedefs Chao Li
- Re: pgindent versus struct members and typedefs Tom Lane
- Re: pgindent versus struct members and typedefs Chao Li
- Re: pgindent versus struct members and typedefs Tom Lane
- Re: pgindent versus struct members and typedefs Chao Li
- Re: [Proposal] Adding callback support for custom statistics kinds Michael Paquier
- Re: Add support for specifying tables in pg_createsubscriber. Peter Smith
- Re: Consistently use palloc_object() and palloc_array() Michael Paquier
- Re: Consistently use palloc_object() and palloc_array() Tom Lane
- Re: Buffer locking is special (hints, checksums, AIO writes) Andres Freund
- Re: PG version is not seen in pg_upgrade test log Michael Paquier
- Re: Buffer locking is special (hints, checksums, AIO writes) Peter Geoghegan
- Re: Buffer locking is special (hints, checksums, AIO writes) Andres Freund
- Re: Cleanup shadows variable warnings, round 1 Chao Li
- Re: Returning nbtree posting list TIDs in DESC order during backwards scans Peter Geoghegan
- Re: Improve pg_sync_replication_slots() to wait for primary to advance Ajin Cherian
- Re: Skipping schema changes in publication shveta malik
- Re: Improve pg_sync_replication_slots() to wait for primary to advance shveta malik
- Re: Refactor how we form HeapTuples for CatalogTuple(Insert|Update) Michael Paquier
- Re: Proposal: Conflict log history table for Logical Replication shveta malik
- Re: proposal: schema variables Pavel Stehule
- Re: Issues with ON CONFLICT UPDATE and REINDEX CONCURRENTLY Tom Lane
- Re: Index functions and INDEX_CREATE_SKIP_BUILD Michael Paquier
- Re: Extended Statistics set/restore/clear functions. Michael Paquier
- Re: Improve pg_sync_replication_slots() to wait for primary to advance Japin Li
- Re: Resetting recovery target parameters in pg_createsubscriber Michael Paquier
- Re: Resetting recovery target parameters in pg_createsubscriber Michael Paquier
- Re: How can end users know the cause of LR slot sync delays? Amit Kapila
- Re: [Proposal] Adding callback support for custom statistics kinds Chao Li
- Re: Allow GUC settings in CREATE SUBSCRIPTION CONNECTION to take effect Amit Kapila
- Re:Re: Add support for specifying tables in pg_createsubscriber. tianbing
- Re: [Proposal] Adding callback support for custom statistics kinds Michael Paquier
- RE: Newly created replication slot may be invalidated by checkpoint Zhijie Hou (Fujitsu)
- Re: [Proposal] Adding callback support for custom statistics kinds Chao Li
- Re: Some optimizations for COALESCE expressions during constant folding Richard Guo
- Re: Cleanup shadows variable warnings, round 1 Peter Smith
- Re: Cleanup shadows variable warnings, round 1 Chao Li
- domain for WITHOUT OVERLAPS jian he
- Re: Adding REPACK [concurrently] Antonin Houska
- Re: Add XMLNamespaces to XMLElement Jim Jones
- Re: Remove useless pointer advance in StatsShmemInit() Bertrand Drouvot
- Re: tuple radix sort Chao Li
- [PATCH] VACUUM: avoid pre-creation transactions holding back cleanup of newly created relations Mikhail Kharitonov
- [PATCH] Make ReScanForeignScan callback optional for FDWs Adam Lee
- Re: pg_recvlogical: Prevent flushed data from being re-sent after restarting replication Mircea Cadariu
- Re: Using MyDatabaseId in SET_LOCKTAG_APPLY_TRANSACTION Heikki Linnakangas
- Re: Reduce timing overhead of EXPLAIN ANALYZE using rdtsc? David Geier
- Fix START_REPLICATION failure with publication names containing backslashes vignesh C
- Re: POC: make mxidoff 64 bits Maxim Orlov
- Re: Serverside SNI support in libpq Heikki Linnakangas
- Re: Issues with ON CONFLICT UPDATE and REINDEX CONCURRENTLY Mihail Nikalayeu
- [PATCH] Add enable_copy_program GUC to control COPY PROGRAM Ignat Remizov
- Re: Collation & ctype method table, and extension hooks Peter Eisentraut
- Re: Using MyDatabaseId in SET_LOCKTAG_APPLY_TRANSACTION Maxim Orlov
- Re: List TAP test files in makefiles Peter Eisentraut
- Re: Cleanup shadows variable warnings, round 1 Chao Li
- RE: Fix START_REPLICATION failure with publication names containing backslashes Zhijie Hou (Fujitsu)
- Re: Reduce timing overhead of EXPLAIN ANALYZE using rdtsc? David Geier
- Re: Safer hash table initialization macro Bertrand Drouvot
- Re: Improve pg_sync_replication_slots() to wait for primary to advance Amit Kapila
- Re: Proposal: Conflict log history table for Logical Replication Dilip Kumar
- Re: [PATCH] Add enable_copy_program GUC to control COPY PROGRAM Ashutosh Bapat
- Support loser tree for k-way merge cca5507
- Re: POC: make mxidoff 64 bits Heikki Linnakangas
- Re: Support loser tree for k-way merge Heikki Linnakangas
- RE: Using MyDatabaseId in SET_LOCKTAG_APPLY_TRANSACTION Hayato Kuroda (Fujitsu)
- Re: Returning nbtree posting list TIDs in DESC order during backwards scans Chao Li
- Re: [PATCH] Add enable_copy_program GUC to control COPY PROGRAM Ignat Remizov
- Re: Support loser tree for k-way merge cca5507
- Re: Support loser tree for k-way merge cca5507
- Re: proposal: schema variables Jim Jones
- Re: apply_scanjoin_target_to_paths and partitionwise join Robert Haas
- Re: Resetting recovery target parameters in pg_createsubscriber Robert Haas
- Re: Refactor how we form HeapTuples for CatalogTuple(Insert|Update) Greg Burd
- Re: Reduce timing overhead of EXPLAIN ANALYZE using rdtsc? Robert Haas
- Re: IPC/MultixactCreation on the Standby server Dmitry Yurichev
- Re: Issues with ON CONFLICT UPDATE and REINDEX CONCURRENTLY Álvaro Herrera
- Re: increased duration of stats_ext tests with -DCLOBBER_CACHE_ALWAYS Tomas Vondra
- Re: Cleanup shadows variable warnings, round 1 Álvaro Herrera
- Re: Simplify code building the LR conflict messages Álvaro Herrera
- Re: [PATCH] Add enable_copy_program GUC to control COPY PROGRAM Ashutosh Bapat
- Use func(void) for functions with no parameters Bertrand Drouvot
- Re: Use func(void) for functions with no parameters Matthias van de Meent
- Re: [PATCH] Add enable_copy_program GUC to control COPY PROGRAM Tom Lane
- Re: Remove useless pointer advance in StatsShmemInit() Andres Freund
- Re: [PATCH] Add enable_copy_program GUC to control COPY PROGRAM Ignat Remizov
- Re: Use func(void) for functions with no parameters Tom Lane
- Re: Cleanup shadows variable warnings, round 1 Andres Freund
- Re: Returning nbtree posting list TIDs in DESC order during backwards scans Victor Yegorov
- Re: Returning nbtree posting list TIDs in DESC order during backwards scans Mircea Cadariu
- Re: increased duration of stats_ext tests with -DCLOBBER_CACHE_ALWAYS Tom Lane
- Re: Segmentation fault on proc exit after dshash_find_or_insert Andres Freund
- Re: pgindent versus struct members and typedefs Andrew Dunstan
- Re: Minor LLVM cleanups Andres Freund
- Re: Use func(void) for functions with no parameters Bertrand Drouvot
- Re: Remove useless pointer advance in StatsShmemInit() Bertrand Drouvot
- Re: Issues with ON CONFLICT UPDATE and REINDEX CONCURRENTLY Álvaro Herrera
- Re: [PATCH] Add enable_copy_program GUC to control COPY PROGRAM Euler Taveira
- Re: Buffer locking is special (hints, checksums, AIO writes) Andres Freund
- Re: Use func(void) for functions with no parameters Nathan Bossart
- Re: [PATCH] Add enable_copy_program GUC to control COPY PROGRAM Ignat Remizov
- Re: Serverside SNI support in libpq Daniel Gustafsson
- Re: Use func(void) for functions with no parameters Nathan Bossart
- Re: Serverside SNI support in libpq Heikki Linnakangas
- Re: [PATCH] Add enable_copy_program GUC to control COPY PROGRAM Nathan Bossart
- Re: IPC/MultixactCreation on the Standby server Heikki Linnakangas
- Re: SQL Property Graph Queries (SQL/PGQ) Ashutosh Bapat
- Re: [PATCH] Add enable_copy_program GUC to control COPY PROGRAM Kirill Reshke
- Re: pgindent versus struct members and typedefs Álvaro Herrera
- Re: Returning nbtree posting list TIDs in DESC order during backwards scans Peter Geoghegan
- Re: IPC/MultixactCreation on the Standby server Heikki Linnakangas
- Re: [PATCH] Add enable_copy_program GUC to control COPY PROGRAM Ignat Remizov
- Re: Simplify code building the LR conflict messages Mihail Nikalayeu
- Proposal: Add a callback data parameter to GetNamedDSMSegment Zsolt Parragi
- Re: Support loser tree for k-way merge Sami Imseih
- Re: [PATCH] Add enable_copy_program GUC to control COPY PROGRAM Kirill Reshke
- Re: [PATCH] Add enable_copy_program GUC to control COPY PROGRAM Kirill Reshke
- Re: increased duration of stats_ext tests with -DCLOBBER_CACHE_ALWAYS Tom Lane
- Re: domain for WITHOUT OVERLAPS Paul A Jungwirth
- Should ranges validate their subtypes' domains after canonicalization? Paul A Jungwirth
- Re: Proposal: Add a callback data parameter to GetNamedDSMSegment Sami Imseih
- Domains on ranges should create a multirange Paul A Jungwirth
- Re: Is there value in having optimizer stats for joins/foreignkeys? Alexandra Wang
- Tighten up range checks for pg_resetwal arguments Heikki Linnakangas
- Re: Consistently use palloc_object() and palloc_array() Peter Eisentraut
- Re: POC: make mxidoff 64 bits Heikki Linnakangas
- Re: increased duration of stats_ext tests with -DCLOBBER_CACHE_ALWAYS Tomas Vondra
- Re: [PATCH] Add enable_copy_program GUC to control COPY PROGRAM Jacob Champion
- Re: [PATCH] Add enable_copy_program GUC to control COPY PROGRAM Ignat Remizov
- Re: Proposal: Add a callback data parameter to GetNamedDSMSegment Nathan Bossart
- Re: Client-only Meson Build From Sources Benjamin Leff
- Re: Proposal: Add a callback data parameter to GetNamedDSMSegment Sami Imseih
- Re: Newly created replication slot may be invalidated by checkpoint Masahiko Sawada
- Re: [PATCH] Add enable_copy_program GUC to control COPY PROGRAM Nathan Bossart
- Re: Proposal: Add a callback data parameter to GetNamedDSMSegment Nathan Bossart
- Re: Inval reliability, especially for inplace updates Paul A Jungwirth
- Re: Proposal: Add a callback data parameter to GetNamedDSMSegment Sami Imseih