Mailing lists [pgsql-committers]
- pgsql: Add new COPY option LOG_VERBOSITY. Masahiko Sawada
- [MASSMAIL]pgsql: Minor refactoring in heap_page_prune Heikki Linnakangas
- [MASSMAIL]pgsql: Refactor heap_prune_chain() Heikki Linnakangas
- [MASSMAIL]pgsql: Handle non-chain tuples outside of heap_prune_chain() Heikki Linnakangas
- [MASSMAIL]pgsql: Fix assorted resource leaks in new pg_createsubscriber code. Tom Lane
- [MASSMAIL] pgsql: Avoid possible longjmp-induced logic error in PLy_trigger_build_ Tom Lane
- [MASSMAIL] pgsql: Avoid possible longjmp-induced logic error in PLy_trigger_build_ Tom Lane
- [MASSMAIL] pgsql: Avoid possible longjmp-induced logic error in PLy_trigger_build_ Tom Lane
- [MASSMAIL] pgsql: Avoid possible longjmp-induced logic error in PLy_trigger_build_ Tom Lane
- [MASSMAIL] pgsql: Avoid possible longjmp-induced logic error in PLy_trigger_build_ Tom Lane
- [MASSMAIL] pgsql: Avoid possible longjmp-induced logic error in PLy_trigger_build_ Tom Lane
- [MASSMAIL] pgsql: Rearrange pg_dump's handling of large objects for better efficie Tom Lane
- [MASSMAIL]pgsql: Invent --transaction-size option for pg_restore. Tom Lane
- [MASSMAIL]pgsql: Introduce 'options' argument to heap_page_prune() Heikki Linnakangas
- [MASSMAIL] pgsql: Avoid "unused variable" warning on non-USE_SSL_ENGINE platforms. Tom Lane
- [MASSMAIL] pgsql: Avoid "unused variable" warning on non-USE_SSL_ENGINE platforms. Tom Lane
- [MASSMAIL] pgsql: Avoid "unused variable" warning on non-USE_SSL_ENGINE platforms. Tom Lane
- [MASSMAIL] pgsql: Avoid "unused variable" warning on non-USE_SSL_ENGINE platforms. Tom Lane
- [MASSMAIL] pgsql: Avoid "unused variable" warning on non-USE_SSL_ENGINE platforms. Tom Lane
- [MASSMAIL] pgsql: Avoid "unused variable" warning on non-USE_SSL_ENGINE platforms. Tom Lane
- pgsql: Fix assert failure when planning setop subqueries with CTEs David Rowley
- pgsql: Use TidStore for dead tuple TIDs storage during lazy vacuum. Masahiko Sawada
- pgsql: Revert "Custom reloptions for table AM" Alexander Korotkov
- [MASSMAIL]pgsql: Don't use the pg_am system catalog in new test Alvaro Herrera
- pgsql: Provide API for streaming relation data. Thomas Munro
- pgsql: Provide vectored variant of ReadBuffer(). Thomas Munro
- pgsql: Use streaming I/O in pg_prewarm. Thomas Munro
- pgsql: Expose PQsocketPoll via libpq Robert Haas
- pgsql: Allow SIGINT to cancel psql database reconnections. Robert Haas
- [MASSMAIL]pgsql: Unwind #if spaghetti in hmac_openssl.c a bit. Tom Lane
- pgsql: Refactor code for setting pg_popcount* function pointers. Nathan Bossart
- pgsql: Avoid function call overhead of pg_popcount() in syslogger.c. Nathan Bossart
- [MASSMAIL]pgsql: Avoid deadlock during orphan temp table removal. Tom Lane
- [MASSMAIL]pgsql: Avoid deadlock during orphan temp table removal. Tom Lane
- [MASSMAIL]pgsql: Avoid deadlock during orphan temp table removal. Tom Lane
- [MASSMAIL]pgsql: Avoid deadlock during orphan temp table removal. Tom Lane
- [MASSMAIL]pgsql: Avoid deadlock during orphan temp table removal. Tom Lane
- [MASSMAIL]pgsql: Avoid deadlock during orphan temp table removal. Tom Lane
- pgsql: Implement pg_wal_replay_wait() stored procedure Alexander Korotkov
- Re: pgsql: Implement pg_wal_replay_wait() stored procedure Alexander Korotkov
- Re: pgsql: Allow SIGINT to cancel psql database reconnections. Alexander Korotkov
- pgsql: Don't zero tuple_fraction when planning UNIONs with ORDER BYs David Rowley
- Re: pgsql: Implement pg_wal_replay_wait() stored procedure Thomas Munro
- Re: pgsql: Implement pg_wal_replay_wait() stored procedure David Rowley
- pgsql: Move WaitLSNShmemInit() to CreateOrAttachShmemStructs() Alexander Korotkov
- pgsql: Make binaryheap enlargeable. Masahiko Sawada
- pgsql: Add functions to binaryheap for efficient key removal and update Masahiko Sawada
- pgsql: Don't adjust ressortgroupref in generate_setop_child_grouplist() David Rowley
- pgsql: Improve eviction algorithm in ReorderBuffer using max-heap for m Masahiko Sawada
- pgsql: Add built-in ERROR handling for archive callbacks. Nathan Bossart
- Re: pgsql: Implement pg_wal_replay_wait() stored procedure Masahiko Sawada
- pgsql: Fix indentation from cafe1056558f Daniel Gustafsson
- pgsql: Add error codes to some PANIC/FATAL errors reports Daniel Gustafsson
- pgsql: Minor improvements for waitlsn.c Alexander Korotkov
- pgsql: Ensure that the sync slots reach a consistent state after promot Amit Kapila
- Re: pgsql: Fix indentation from cafe1056558f Andrew Dunstan
- pgsql: Drop global objects after completed test Daniel Gustafsson
- Re: pgsql: Allow SIGINT to cancel psql database reconnections. Robert Haas
- pgsql: Use the pairing heap instead of a flat array for LSN replay wait Alexander Korotkov
- [MASSMAIL]pgsql: Fix zeroing of pg_serial page without SLRU bank lock Alvaro Herrera
- [MASSMAIL]pgsql: Refactor how heap_prune_chain() updates prunable_xid Heikki Linnakangas
- [MASSMAIL]pgsql: Combine freezing and pruning steps in VACUUM Heikki Linnakangas
- pgsql: Inline pg_popcount() for small buffers. Nathan Bossart
- [MASSMAIL]pgsql: Split XLogCtl->LogwrtResult into separate struct members Alvaro Herrera
- pgsql: docs: Demote "Monitoring Disk Usage" from chapter to section. Robert Haas
- pgsql: Fix the parameters order for TableAmRoutine.relation_copy_for_cl Alexander Korotkov
- pgsql: Fix the parameters order for TableAmRoutine.relation_copy_for_cl Alexander Korotkov
- pgsql: Fix the parameters order for TableAmRoutine.relation_copy_for_cl Alexander Korotkov
- pgsql: Fix the parameters order for TableAmRoutine.relation_copy_for_cl Alexander Korotkov
- pgsql: Fix the parameters order for TableAmRoutine.relation_copy_for_cl Alexander Korotkov
- pgsql: Fix the parameters order for TableAmRoutine.relation_copy_for_cl Alexander Korotkov
- [MASSMAIL]pgsql: Invent SERIALIZE option for EXPLAIN. Tom Lane
- pgsql: CREATE INDEX: do not update stats during binary upgrade. Jeff Davis
- [MASSMAIL] pgsql: pg_regress: Save errno in emit_tap_output_v() and switch to %m Michael Paquier
- pgsql: Preliminary refactor of heap scanning functions David Rowley
- [MASSMAIL] pgsql: Coordinate emit_log_hook and all log destinations to share the s Michael Paquier
- pgsql: Secondary refactor of heap scanning functions David Rowley
- pgsql: Fix bogus coding in ExecAppendAsyncEventWait(). Etsuro Fujita
- pgsql: Fix bogus coding in ExecAppendAsyncEventWait(). Etsuro Fujita
- pgsql: Fix bogus coding in ExecAppendAsyncEventWait(). Etsuro Fujita
- pgsql: postgres_fdw: Remove useless ternary expression. Etsuro Fujita
- [MASSMAIL]pgsql: Silence meson warning Peter Eisentraut
- [MASSMAIL]pgsql: Use incremental parsing of backup manifests. Andrew Dunstan
- [MASSMAIL]pgsql: Introduce a non-recursive JSON parser Andrew Dunstan
- [MASSMAIL]pgsql: Add support for incrementally parsing backup manifests Andrew Dunstan
- [MASSMAIL]pgsql: pg_upgrade: Fix typo in message Peter Eisentraut
- pgsql: Add basic JSON_TABLE() functionality Amit Langote
- pgsql: Fix typo introduced in 6185c9737 Amit Langote
- Re: pgsql: Add basic JSON_TABLE() functionality Erik Rijkers
- Re: pgsql: Add basic JSON_TABLE() functionality Andrew Dunstan
- pgsql: Add missing initialization in transformJsonFuncExpr() Amit Langote
- Re: pgsql: Add basic JSON_TABLE() functionality Amit Langote
- Re: pgsql: Add basic JSON_TABLE() functionality Amit Langote
- Re: pgsql: Add basic JSON_TABLE() functionality Andrew Dunstan
- Re: pgsql: Add basic JSON_TABLE() functionality Tom Lane
- [MASSMAIL] pgsql: Fix warnings re typedef redefinition in ea7b4e9a2a and 3311ea86e Andrew Dunstan
- Re: pgsql: Add basic JSON_TABLE() functionality Tom Lane
- pgsql: Tidy up after incremental JSON parser patch Andrew Dunstan
- Re: pgsql: Add basic JSON_TABLE() functionality Tom Lane
- [MASSMAIL]pgsql: Further cleanup for recent JSON-related commits. Tom Lane
- [MASSMAIL]pgsql: Further cleanup for recent JSON-related commits. Tom Lane
- [MASSMAIL] pgsql: Fix ecpg's mechanism for detecting unsupported cases in the gram Tom Lane
- [MASSMAIL] pgsql: Fix ecpg's mechanism for detecting unsupported cases in the gram Tom Lane
- [MASSMAIL] pgsql: Fix ecpg's mechanism for detecting unsupported cases in the gram Tom Lane
- [MASSMAIL] pgsql: Fix ecpg's mechanism for detecting unsupported cases in the gram Tom Lane
- [MASSMAIL] pgsql: Fix ecpg's mechanism for detecting unsupported cases in the gram Tom Lane
- [MASSMAIL] pgsql: Fix ecpg's mechanism for detecting unsupported cases in the gram Tom Lane
- pgsql: Fix old, misleading comment for PGRES_POLLING_ACTIVE. Robert Haas
- pgsql: Remove reachable call to pg_unreachable(). Robert Haas
- pgsql: Fix test failures when language environment is not UTF-8. Jeff Davis
- [MASSMAIL]pgsql: Add "ABI_compatibility" regions to wait_event_names.txt Michael Paquier
- Re: pgsql: Add basic JSON_TABLE() functionality Amit Langote
- Re: pgsql: Add basic JSON_TABLE() functionality Tom Lane
- Re: pgsql: Add basic JSON_TABLE() functionality Amit Langote
- Re: pgsql: Add basic JSON_TABLE() functionality Tom Lane
- pgsql: Allow synced slots to have their inactive_since. Amit Kapila
- [MASSMAIL]pgsql: Operate XLogCtl->log{Write,Flush}Result with atomics Alvaro Herrera
- pgsql: Align blocks in incremental backups to BLCKSZ Tomas Vondra
- pgsql: docs: Merge separate chapters on built-in index AMs into one. Robert Haas
- [MASSMAIL]pgsql: Suppress "variable may be used uninitialized" warning. Tom Lane
- pgsql: Allow copying files using clone/copy_file_range Tomas Vondra
- pgsql: Remove unused variable in checksum_file() Tomas Vondra
- [MASSMAIL]pgsql: Make libpqsrv_cancel's return const char *, not char * Alvaro Herrera
- pgsql: Allow using copy_file_range in write_reconstructed_file Tomas Vondra
- pgsql: Check HAVE_COPY_FILE_RANGE before calling copy_file_range Tomas Vondra
- pgsql: Fix incorrect calculation in BlockRefTableEntryGetBlocks. Robert Haas
- [MASSMAIL]pgsql: Silence some compiler warnings in commit 3311ea86ed Andrew Dunstan
- [MASSMAIL]pgsql: Fix headerscheck violation introduced in f8ce4ed78ca Andres Freund
- pgsql: Improve read_stream.c's fast path. Thomas Munro
- pgsql: Convert uses of hash_string_pointer to fasthash equivalent John Naylor
- pgsql: Add macro to disable address safety instrumentation John Naylor
- pgsql: Fix incorrect return type John Naylor
- pgsql: Increase default vacuum_buffer_usage_limit to 2MB. Thomas Munro
- pgsql: Allow BufferAccessStrategy to limit pin count. Thomas Munro
- pgsql: Speed up tail processing when hashing aligned C strings, take tw John Naylor
- pgsql: Teach fasthash_accum to use platform endianness for bytewise loa John Naylor
- [MASSMAIL]pgsql: Remove obsolete comment in CopyReadLineText(). Tom Lane
- [MASSMAIL]pgsql: Enhance nbtree ScalarArrayOp execution. Peter Geoghegan
- [MASSMAIL]pgsql: Backport IPC::Run optimization to src/test/perl. Noah Misch
- pgsql: BitmapHeapScan: begin scan after bitmap creation Tomas Vondra
- pgsql: Clarify what is protected by WaitLSNLock Alexander Korotkov
- pgsql: Call WaitLSNCleanup() in AbortTransaction() Alexander Korotkov
- pgsql: Use an LWLock instead of a spinlock in waitlsn.c Alexander Korotkov
- pgsql: BitmapHeapScan: postpone setting can_skip_fetch Tomas Vondra
- pgsql: Implement ALTER TABLE ... SPLIT PARTITION ... command Alexander Korotkov
- pgsql: Implement ALTER TABLE ... MERGE PARTITIONS ... command Alexander Korotkov
- pgsql: BitmapHeapScan: Push skip_fetch optimization into table AM Tomas Vondra
- pgsql: BitmapHeapScan: Use correct recheck flag for skip_fetch Tomas Vondra
- pgsql: Change BitmapAdjustPrefetchIterator to accept BlockNumber Tomas Vondra
- pgsql: Support retrieval of results in chunks with libpq. Tom Lane
- [MASSMAIL] pgsql: Re-implement psql's FETCH_COUNT feature atop libpq's chunked mod Tom Lane
- [MASSMAIL]pgsql: Disable parallel query in psql error-with-FETCH_COUNT test. Tom Lane
- pgsql: Fix if/while thinko in read_stream.c edge case. Thomas Munro
- pgsql: Optimize pg_popcount() with AVX-512 instructions. Nathan Bossart
- pgsql: Optimize visibilitymap_count() with AVX-512 instructions. Nathan Bossart
- [MASSMAIL]pgsql: Reduce branches in heapgetpage()'s per-tuple loop Andres Freund
- pgsql: Avoid needless large memcpys in libpq socket writing David Rowley
- pgsql: Enlarge bit-space for MemoryContextMethodID David Rowley
- pgsql: Introduce a bump memory allocator David Rowley
- [MASSMAIL]pgsql: Add XLogCtl->logInsertResult Alvaro Herrera
- pgsql: Use bump memory context for tuplesorts David Rowley
- Re: pgsql: Reduce branches in heapgetpage()'s per-tuple loop Melanie Plageman
- pgsql: Use streaming I/O in sequential scans. Thomas Munro
- Re: pgsql: Use bump memory context for tuplesorts Melanie Plageman
- Re: pgsql: Reduce branches in heapgetpage()'s per-tuple loop Andres Freund
- [MASSMAIL] pgsql: Don't clobber test exit code at cleanup in LDAP/Kerberors tests Heikki Linnakangas
- [MASSMAIL] pgsql: Don't clobber test exit code at cleanup in LDAP/Kerberors tests Heikki Linnakangas
- [MASSMAIL]pgsql: Improve check in LDAP test to find the OpenLDAP installation Heikki Linnakangas
- [MASSMAIL] pgsql: Don't clobber test exit code at cleanup in LDAP/Kerberors tests Heikki Linnakangas
- [MASSMAIL]pgsql: Improve check in LDAP test to find the OpenLDAP installation Heikki Linnakangas
- [MASSMAIL] pgsql: Don't clobber test exit code at cleanup in LDAP/Kerberors tests Heikki Linnakangas
- [MASSMAIL] pgsql: Don't clobber test exit code at cleanup in LDAP/Kerberors tests Heikki Linnakangas
- [MASSMAIL]pgsql: Improve check in LDAP test to find the OpenLDAP installation Heikki Linnakangas
- [MASSMAIL] pgsql: Don't clobber test exit code at cleanup in LDAP/Kerberors tests Heikki Linnakangas
- [MASSMAIL]pgsql: Improve check in LDAP test to find the OpenLDAP installation Heikki Linnakangas
- [MASSMAIL]pgsql: Improve check in LDAP test to find the OpenLDAP installation Heikki Linnakangas
- [MASSMAIL]pgsql: Improve check in LDAP test to find the OpenLDAP installation Heikki Linnakangas
- Re: pgsql: Use bump memory context for tuplesorts Tom Lane
- [MASSMAIL]pgsql: Avoid extra lookups with nbtree array inequalities. Peter Geoghegan
- [MASSMAIL]pgsql: Use conditional variable to wait for next MultiXact offset Alvaro Herrera
- [MASSMAIL]pgsql: Doc: update documentation about EXCLUDE constraint elements. Tom Lane
- [MASSMAIL]pgsql: Doc: update documentation about EXCLUDE constraint elements. Tom Lane
- [MASSMAIL]pgsql: Doc: update documentation about EXCLUDE constraint elements. Tom Lane
- [MASSMAIL]pgsql: Doc: update documentation about EXCLUDE constraint elements. Tom Lane
- [MASSMAIL]pgsql: Doc: update documentation about EXCLUDE constraint elements. Tom Lane
- [MASSMAIL] pgsql: Doc: show how to get the equivalent of LIMIT for UPDATE/DELETE. Tom Lane
- [MASSMAIL]pgsql: Remove useless duplicate call of defGetBoolean(). Tom Lane
- Re: pgsql: Use bump memory context for tuplesorts Andres Freund
- [MASSMAIL] pgsql: Doc: clarify behavior of boolean options in replication protocol Tom Lane
- pgsql: Change debug printing to log filename Daniel Gustafsson
- pgsql: Transform OR clauses to ANY expression Alexander Korotkov
- Re: pgsql: Transform OR clauses to ANY expression Melanie Plageman
- Re: pgsql: Transform OR clauses to ANY expression Alexander Korotkov
- pgsql: Fix usage of same ListCell transform_or_to_any()'s in nested loo Alexander Korotkov
- pgsql: Fix incorrect KeeperBlock macro in bump.c David Rowley
- [MASSMAIL]pgsql: Make GIN test using injection points repeatable Michael Paquier
- [MASSMAIL]pgsql: Move Kerberos module Heikki Linnakangas
- [MASSMAIL]pgsql: Add tests for libpq gssencmode and sslmode options Heikki Linnakangas
- [MASSMAIL] pgsql: With gssencmode='require', check credential cache before connect Heikki Linnakangas
- [MASSMAIL]pgsql: Enhance libpq encryption negotiation tests with new GUC Heikki Linnakangas
- [MASSMAIL]pgsql: injection_points: Introduce runtime conditions Michael Paquier
- pgsql: Use streaming I/O in ANALYZE. Thomas Munro
- [MASSMAIL] pgsql: Send ALPN in TLS handshake, require it in direct SSL connections Heikki Linnakangas
- [MASSMAIL]pgsql: Support TLS handshake directly without SSLRequest negotiation Heikki Linnakangas
- [MASSMAIL]pgsql: Refactor libpq state machine for negotiating encryption Heikki Linnakangas
- [MASSMAIL]pgsql: Silence perlcritic warnings in new libpq tests Heikki Linnakangas
- Re: pgsql: Send ALPN in TLS handshake, require it in direct SSL connections Andres Freund
- [MASSMAIL]pgsql: Fix check for 'outlen' return from SSL_select_next_proto() Heikki Linnakangas
- Re: pgsql: Send ALPN in TLS handshake, require it in direct SSL connections Heikki Linnakangas
- [MASSMAIL]pgsql: simplehash: Free collisions array in SH_STAT Andres Freund
- [MASSMAIL]pgsql: simplehash: Free collisions array in SH_STAT Andres Freund
- [MASSMAIL]pgsql: simplehash: Free collisions array in SH_STAT Andres Freund
- [MASSMAIL]pgsql: simplehash: Free collisions array in SH_STAT Andres Freund
- [MASSMAIL]pgsql: simplehash: Free collisions array in SH_STAT Andres Freund
- [MASSMAIL]pgsql: simplehash: Free collisions array in SH_STAT Andres Freund
- [MASSMAIL]pgsql: Remove redundant nbtree preprocessing assertions. Peter Geoghegan
- pgsql: Add more tab completion support for ALTER DEFAULT PRIVILEGES in Masahiko Sawada
- pgsql: Fix alignment of stack variable John Naylor
- pgsql: Add pg_buffercache_evict() function for testing. Thomas Munro
- [MASSMAIL]pgsql: Remove references to old function name Andres Freund
- Re: pgsql: Transform OR clauses to ANY expression Kyotaro Horiguchi
- pgsql: Fix the value of or_to_any_transform_limit in postgresql.conf.sa Alexander Korotkov
- pgsql: Fix the wording of or_to_any_transform_limit description Alexander Korotkov
- Re: pgsql: Transform OR clauses to ANY expression Kyotaro Horiguchi
- Re: pgsql: Enhance libpq encryption negotiation tests with new GUC Kyotaro Horiguchi
- pgsql: JSON_TABLE: Add support for NESTED paths and columns Amit Langote
- pgsql: Fix JsonExpr deparsing to emit QUOTES and WRAPPER correctly Amit Langote
- pgsql: Fix restriction on specifying KEEP QUOTES in JSON_QUERY() Amit Langote
- Re: pgsql: Transform OR clauses to ANY expression Alexander Korotkov
- pgsql: Use bump context for TID bitmaps stored by vacuum John Naylor
- pgsql: Fix the intermittent buildfarm failures in 040_standby_failover_ Amit Kapila
- pgsql: Custom reloptions for table AM Alexander Korotkov
- Re: pgsql: Custom reloptions for table AM Thomas Munro
- Re: pgsql: Custom reloptions for table AM Alexander Korotkov
- [MASSMAIL] pgsql: Adjust wording of trace_connection_negotiation GUC's description Heikki Linnakangas
- Re: pgsql: Enhance libpq encryption negotiation tests with new GUC Heikki Linnakangas
- pgsql: Fill CommonRdOptions with default values in extract_autovac_opts Alexander Korotkov
- pgsql: Fix some grammer errors from error messages and codes comments Alexander Korotkov
- pgsql: Provide a way block-level table AMs could re-use acquire_sample_ Alexander Korotkov
- pgsql: Teach TID store to skip bitmap for small numbers of offsets John Naylor
- pgsql: Teach radix tree to embed values at runtime John Naylor
- Re: pgsql: Transform OR clauses to ANY expression Jelte Fennema-Nio
- Re: pgsql: Teach radix tree to embed values at runtime Andres Freund
- [MASSMAIL] pgsql: Further review for re-implementation of psql's FETCH_COUNT featu Tom Lane
- [MASSMAIL]pgsql: In psql, avoid leaking a PGresult after a query is cancelled. Tom Lane
- [MASSMAIL]pgsql: In psql, avoid leaking a PGresult after a query is cancelled. Tom Lane
- [MASSMAIL]pgsql: In psql, avoid leaking a PGresult after a query is cancelled. Tom Lane
- [MASSMAIL] pgsql: injection_points: Fix race condition with local injection point Michael Paquier
- Re: pgsql: With gssencmode='require', check credential cache before connect Kyotaro Horiguchi
- Re: pgsql: Teach radix tree to embed values at runtime John Naylor
- [MASSMAIL] pgsql: Add missing set_pglocale_pgservice() for pg_walsummary and pg_co Michael Paquier
- [MASSMAIL]pgsql: Fix typo in docs Heikki Linnakangas
- [MASSMAIL]pgsql: libpq error message fixes Heikki Linnakangas
- Re: pgsql: With gssencmode='require', check credential cache before connect Heikki Linnakangas
- Re: pgsql: With gssencmode='require', check credential cache before connect Kyotaro Horiguchi
- pgsql: Get rid of anonymous struct John Naylor
- [MASSMAIL]pgsql: Fix whitespace Peter Eisentraut
- Re: pgsql: Introduce a bump memory allocator Peter Eisentraut
- [MASSMAIL]pgsql: Update config.guess and config.sub Peter Eisentraut
- [MASSMAIL]pgsql: Fix incorrect format placeholders Peter Eisentraut
- pgsql: doc: Remove stray comma from list of psql options Daniel Gustafsson
- pgsql: doc: Remove stray comma from list of psql options Daniel Gustafsson
- pgsql: doc: Remove stray comma from list of psql options Daniel Gustafsson
- pgsql: doc: Remove stray comma from list of psql options Daniel Gustafsson
- pgsql: doc: Remove stray comma from list of psql options Daniel Gustafsson
- pgsql: doc: Remove stray comma from list of psql options Daniel Gustafsson
- pgsql: Doc: use "an SQL" instead of "a SQL" David Rowley
- pgsql: Checks for ALTER TABLE ... SPLIT/MERGE PARTITIONS ... commands Alexander Korotkov
- pgsql: Remove unused BumpBlockIsValid macro David Rowley
- Re: pgsql: Introduce a bump memory allocator David Rowley
- pgsql: revert: Transform OR clauses to ANY expression Alexander Korotkov
- pgsql: Fixup various StringInfo function usages David Rowley
- pgsql: Fix illegal attribute propagation in LLVM JIT. Thomas Munro
- pgsql: Fix illegal attribute propagation in LLVM JIT. Thomas Munro
- pgsql: Fix illegal attribute propagation in LLVM JIT. Thomas Munro
- pgsql: Fix illegal attribute propagation in LLVM JIT. Thomas Munro
- pgsql: Fix illegal attribute propagation in LLVM JIT. Thomas Munro
- pgsql: Fix illegal attribute propagation in LLVM JIT. Thomas Munro
- pgsql: Fix a test in failover slots regression test. Amit Kapila
- [MASSMAIL]pgsql: Make GIN tests using injection points concurrent-safe Michael Paquier
- Re: pgsql: Introduce a bump memory allocator Peter Eisentraut
- pgsql: Doc: Update ulinks to RFC documents to avoid redirect Daniel Gustafsson
- pgsql: Doc: Update ulinks to RFC documents to avoid redirect Daniel Gustafsson
- pgsql: Doc: Update ulinks to RFC documents to avoid redirect Daniel Gustafsson
- pgsql: Doc: Update ulinks to RFC documents to avoid redirect Daniel Gustafsson
- pgsql: Doc: Update ulinks to RFC documents to avoid redirect Daniel Gustafsson
- pgsql: Doc: Update ulinks to RFC documents to avoid redirect Daniel Gustafsson
- Re: pgsql: Add tests for libpq gssencmode and sslmode options Peter Eisentraut
- Re: pgsql: Add tests for libpq gssencmode and sslmode options Heikki Linnakangas
- [MASSMAIL]pgsql: Fix plpgsql's handling of -- comments following expressions. Tom Lane
- [MASSMAIL]pgsql: Fix plpgsql's handling of -- comments following expressions. Tom Lane
- [MASSMAIL]pgsql: Fix plpgsql's handling of -- comments following expressions. Tom Lane
- [MASSMAIL]pgsql: Fix plpgsql's handling of -- comments following expressions. Tom Lane
- [MASSMAIL]pgsql: Fix plpgsql's handling of -- comments following expressions. Tom Lane
- [MASSMAIL]pgsql: Fix plpgsql's handling of -- comments following expressions. Tom Lane
- Re: pgsql: Refactor libpq state machine for negotiating encryption Thomas Munro
- Re: pgsql: Refactor libpq state machine for negotiating encryption Tom Lane
- Re: pgsql: Refactor libpq state machine for negotiating encryption Thomas Munro
- [MASSMAIL] pgsql: Fix inconsistency with replay of hash squeeze record for clean b Michael Paquier
- pgsql: Fix potential stack overflow in incremental backup. Thomas Munro
- Re: pgsql: Fix potential stack overflow in incremental backup. Michael Paquier
- pgsql: Fix grammar. Thomas Munro
- Re: pgsql: Fix potential stack overflow in incremental backup. Thomas Munro
- Re: pgsql: Fix race leading to incorrect conflict cause in InvalidatePossib Bharath Rupireddy
- Re: pgsql: Fix race leading to incorrect conflict cause in InvalidatePossib Michael Paquier
- pgsql: Replace binaryheap + index with pairingheap in reorderbuffer.c Masahiko Sawada
- pgsql: Revert indexed and enlargable binary heap implementation. Masahiko Sawada
- [MASSMAIL]pgsql: Use correct datatype for xmin variables in slot.c Michael Paquier
- [MASSMAIL]pgsql: Use correct datatype for xmin variables in slot.c Michael Paquier
- pgsql: Fix WaitEventSet resource leak in WaitLatchOrSocket(). Etsuro Fujita
- pgsql: Fix WaitEventSet resource leak in WaitLatchOrSocket(). Etsuro Fujita
- pgsql: Fix WaitEventSet resource leak in WaitLatchOrSocket(). Etsuro Fujita
- pgsql: Fix WaitEventSet resource leak in WaitLatchOrSocket(). Etsuro Fujita
- pgsql: Fix WaitEventSet resource leak in WaitLatchOrSocket(). Etsuro Fujita
- pgsql: postgres_fdw: Improve comment about handling of asynchronous req Etsuro Fujita
- [MASSMAIL]pgsql: meson: Remove obsolete function test Peter Eisentraut
- [MASSMAIL]pgsql: meson: Remove obsolete function test Peter Eisentraut
- pgsql: Revert: Custom reloptions for table AM Alexander Korotkov
- pgsql: Revert: Allow locking updated tuples in tuple_update() and tuple Alexander Korotkov
- pgsql: Revert: Allow table AM tuple_insert() method to return the diffe Alexander Korotkov
- pgsql: Revert: Allow table AM to store complex data structures in rd_am Alexander Korotkov
- pgsql: Revert: Let table AM insertion methods control index insertion Alexander Korotkov
- pgsql: Revert: Implement pg_wal_replay_wait() stored procedure Alexander Korotkov
- [MASSMAIL]pgsql: Doc: fix bogus to_date() examples. Tom Lane
- [MASSMAIL]pgsql: Doc: fix bogus to_date() examples. Tom Lane
- [MASSMAIL]pgsql: Doc: fix bogus to_date() examples. Tom Lane
- [MASSMAIL]pgsql: Doc: fix bogus to_date() examples. Tom Lane
- [MASSMAIL]pgsql: Doc: fix bogus to_date() examples. Tom Lane
- [MASSMAIL]pgsql: Doc: fix bogus to_date() examples. Tom Lane
- Re: pgsql: Refactor libpq state machine for negotiating encryption Heikki Linnakangas
- pgsql: Fix IS [NOT] NULL qual optimization for inheritance tables David Rowley
- pgsql: Fix the review comments and a bug in the slot sync code. Amit Kapila
- pgsql: Fix recently introduced typo in code comment David Rowley
- [MASSMAIL] pgsql: Fix some memory leaks associated with parsing json and manifests Andrew Dunstan
- [MASSMAIL]pgsql: Add a TAP test for test_json_parser_perf Andrew Dunstan
- [MASSMAIL]pgsql: Don't allocate large buffer on the stack in pg_verifybackup Andrew Dunstan
- [MASSMAIL]pgsql: Shrink test file for test_json_parser module Andrew Dunstan
- [MASSMAIL]pgsql: Assorted minor cleanups in the test_json_parser module Andrew Dunstan
- [MASSMAIL]pgsql: Move libpq encryption negotiation tests Heikki Linnakangas
- [MASSMAIL]pgsql: Fix compilation with --with-gssapi --without-openssl Heikki Linnakangas
- [MASSMAIL]pgsql: Fix libpq_encryption tests when compiled without SSL support Heikki Linnakangas
- [MASSMAIL] pgsql: Document PG_TEST_EXTRA=libpq_encryption and also check 'kerberos Heikki Linnakangas
- Re: pgsql: Refactor libpq state machine for negotiating encryption Heikki Linnakangas
- [MASSMAIL]pgsql: Correct "improve role option documentation". Noah Misch
- [MASSMAIL]pgsql: Correct "improve role option documentation". Noah Misch
- [MASSMAIL]pgsql: freespace: Don't return blocks past the end of the main fork. Noah Misch
- [MASSMAIL]pgsql: freespace: Don't return blocks past the end of the main fork. Noah Misch
- [MASSMAIL]pgsql: freespace: Don't return blocks past the end of the main fork. Noah Misch
- [MASSMAIL]pgsql: freespace: Don't return blocks past the end of the main fork. Noah Misch
- pgsql: Update nbits_set in brin_bloom_union Tomas Vondra
- pgsql: Update nbits_set in brin_bloom_union Tomas Vondra
- pgsql: Update nbits_set in brin_bloom_union Tomas Vondra
- pgsql: Update nbits_set in brin_bloom_union Tomas Vondra
- pgsql: Use the correct PG_DETOAST_DATUM macro in BRIN Tomas Vondra
- pgsql: Use the correct PG_DETOAST_DATUM macro in BRIN Tomas Vondra
- pgsql: Add regression test for BRIN parallel builds Tomas Vondra
- pgsql: Fix unnecessary padding in incremental backups Tomas Vondra
- [MASSMAIL]pgsql: Put back initialization of 'sslmode', to silence Coverity Heikki Linnakangas
- [MASSMAIL]pgsql: Fix ALTER DOMAIN NOT NULL syntax Peter Eisentraut
- [MASSMAIL]pgsql: psql: Make output of \dD more stable Peter Eisentraut
- Re: pgsql: Move code for backend startup to separate file Michael Paquier
- pgsql: Fix propagating attnotnull in multiple inheritance Alvaro Herrera
- pgsql: Grammar fixes for split/merge partitions code Alexander Korotkov
- pgsql: ATTACH PARTITION: Don't match a PK with a UNIQUE constraint Alvaro Herrera
- pgsql: Fix type-checking of RECORD-returning functions in FROM, redux. Tom Lane
- pgsql: Fix type-checking of RECORD-returning functions in FROM, redux. Tom Lane
- pgsql: Fix type-checking of RECORD-returning functions in FROM, redux. Tom Lane
- pgsql: Fix type-checking of RECORD-returning functions in FROM, redux. Tom Lane
- pgsql: Fix type-checking of RECORD-returning functions in FROM, redux. Tom Lane
- pgsql: Fix type-checking of RECORD-returning functions in FROM, redux. Tom Lane
- pgsql: doc: Note exceptions for SET ROLE's effect on privilege checks. Nathan Bossart
- pgsql: docs: Consolidate into new "WAL for Extensions" chapter. Robert Haas
- pgsql: Add missing PGDLLIMPORT markings Michael Paquier
- Re: pgsql: Move code for backend startup to separate file Michael Paquier
- pgsql: xml2: Replace deprecated routines with recommended ones Michael Paquier
- pgsql: xml2: Replace deprecated routines with recommended ones Michael Paquier
- pgsql: xml2: Replace deprecated routines with recommended ones Michael Paquier
- pgsql: xml2: Replace deprecated routines with recommended ones Michael Paquier
- pgsql: xml2: Replace deprecated routines with recommended ones Michael Paquier
- pgsql: Improve test coverage in bump.c David Rowley
- pgsql: revert: Generalize relation analyze in table AM interface Alexander Korotkov
- pgsql: Fix nbtree page recycling comment. Peter Geoghegan
- pgsql: Fix nbtree posting list comment. Peter Geoghegan
- pgsql: Fix generation of EC join conditions at the wrong plan level. Tom Lane
- pgsql: Ensure generated join clauses for child rels have correct relids Tom Lane
- pgsql: Fix generation of EC join conditions at the wrong plan level. Tom Lane
- pgsql: Fix generation of EC join conditions at the wrong plan level. Tom Lane
- pgsql: Fix generation of EC join conditions at the wrong plan level. Tom Lane
- pgsql: Ensure generated join clauses for child rels have correct relids Tom Lane
- pgsql: Stabilize test of BRIN parallel create Tomas Vondra
- pgsql: Undo incorrect typedefs.list change. Tom Lane
- pgsql: Fix nbtree "deduce NOT NULL" scan key comment. Peter Geoghegan
- pgsql: Fix assorted bugs in ecpg's macro mechanism. Tom Lane
- pgsql: Fix assorted bugs in ecpg's macro mechanism. Tom Lane
- pgsql: Fix assorted bugs in ecpg's macro mechanism. Tom Lane
- pgsql: Fix assorted bugs in ecpg's macro mechanism. Tom Lane
- pgsql: Fix assorted bugs in ecpg's macro mechanism. Tom Lane
- pgsql: Fix assorted bugs in ecpg's macro mechanism. Tom Lane
- pgsql: Clean up more indent breakage from 6377e12a5. Tom Lane
- pgsql: Mark some new location fields as ParseLoc Peter Eisentraut
- pgsql: Push dedicated BumpBlocks to the tail of the blocks list David Rowley
- pgsql: Update mmgr's README to mention BumpContext David Rowley
- pgsql: Disallow specifying ON_ERROR option without value. Masahiko Sawada
- pgsql: Fix typos with function name in event_trigger.c Michael Paquier
- pgsql: doc: Fix COPY ON_ERROR option syntax synopsis. Masahiko Sawada
- pgsql: Add missing source file to libpq/nls.mk Peter Eisentraut
- pgsql: Remove dead code Peter Eisentraut
- pgsql: meson: Add some missing LLVM function checks Peter Eisentraut
- pgsql: Stabilize test of BRIN parallel create Tomas Vondra
- pgsql: Revert "Stabilize test of BRIN parallel create" Tomas Vondra
- pgsql: Cleanup parallel BRIN index build code Tomas Vondra
- pgsql: Remove GlobalVisTestNonRemovable[Full]Horizon, not used anymore Andres Freund
- pgsql: Refactoring for CommitTransactionCommand()/AbortCurrentTransacti Alexander Korotkov
- pgsql: SQL/JSON: Fix issues with DEFAULT .. ON ERROR / EMPTY Amit Langote
- pgsql: SQL/JSON: Miscellaneous fixes and improvements Amit Langote
- pgsql: SQL/JSON: Improve some error messages Amit Langote
- Re: pgsql: SQL/JSON: Fix issues with DEFAULT .. ON ERROR / EMPTY Amit Langote
- pgsql: Fix object name clash in recently introduced test Amit Langote
- pgsql: Update src/tools/pginclude/README to match recent changes to cpl Peter Eisentraut
- pgsql: Fix restore of not-null constraints with inheritance Alvaro Herrera
- pgsql: docs: Mention that pg_combinebackup does not verify backups. Robert Haas
- Re: pgsql: Fix restore of not-null constraints with inheritance Alvaro Herrera
- pgsql: Don't try to assign smart names to constraints Alvaro Herrera
- pgsql: Restrict where INCREMENTAL.${NAME} files are recognized. Robert Haas
- pgsql: Don't try to fix eliminated nbtree array scan keys. Peter Geoghegan
- pgsql: Remove spurious "the". Robert Haas
- pgsql: Fix typos and duplicate words Daniel Gustafsson
- pgsql: Doc: Update link to the mentioned subsection Daniel Gustafsson
- Re: pgsql: Fix assorted bugs in ecpg's macro mechanism. Andrew Dunstan
- Re: pgsql: Fix assorted bugs in ecpg's macro mechanism. Tom Lane
- pgsql: Fix MSVC recipe for ecpg regression tests. Tom Lane
- pgsql: Fix MSVC recipe for ecpg regression tests. Tom Lane
- pgsql: Fix MSVC recipe for ecpg regression tests. Tom Lane
- pgsql: Fix MSVC recipe for ecpg regression tests. Tom Lane
- pgsql: Fix MSVC recipe for ecpg regression tests. Tom Lane
- pgsql: Fix MSVC recipe for ecpg regression tests, redux. Tom Lane
- pgsql: Fix MSVC recipe for ecpg regression tests, redux. Tom Lane
- pgsql: Fix MSVC recipe for ecpg regression tests, redux. Tom Lane
- pgsql: Fix MSVC recipe for ecpg regression tests, redux. Tom Lane
- pgsql: Fix MSVC recipe for ecpg regression tests, redux. Tom Lane
- pgsql: Remove unused function prototype Daniel Gustafsson
- pgsql: Fix incorrect parameter name in prototype Daniel Gustafsson
- pgsql: Use macro NUM_MERGE_MATCH_KINDS instead of '3' in MERGE code. Dean Rasheed
- pgsql: Better handle indirect constraint drops Alvaro Herrera
- pgsql: Doc: Remove mention of @ and ~ GiST operators Daniel Gustafsson
- pgsql: Doc: Remove mention of @ and ~ GiST operators Daniel Gustafsson
- pgsql: Doc: Remove mention of @ and ~ GiST operators Daniel Gustafsson
- pgsql: Doc: Remove mention of @ and ~ GiST operators Daniel Gustafsson
- pgsql: Add missing index_insert_cleanup calls Tomas Vondra
- pgsql: Fix a couple typos in BRIN code Tomas Vondra
- pgsql: Make PostgreSQL::Test::Cluster::init_from_backup handle tablespa Robert Haas
- pgsql: pg_combinebackup: Fix incorrect tablespace handling. Robert Haas
- pgsql: Use tempdir_short instead of tempdir. Robert Haas
- pgsql: Revert recent ill-advised test case changes. Robert Haas
- pgsql: Doc: document cases where queryid is stable David Rowley
- pgsql: Doc: document cases where queryid is stable David Rowley
- pgsql: Doc: document cases where queryid is stable David Rowley
- pgsql: Doc: document cases where queryid is stable David Rowley
- pgsql: Doc: document cases where queryid is stable David Rowley
- pgsql: Doc: document cases where queryid is stable David Rowley
- pgsql: Remove resowner_private.h Michael Paquier
- pgsql: createdb: Correct parameter name in SGML docs Tomas Vondra
- Re: pgsql: createdb: Correct parameter name in SGML docs Justin Pryzby
- pgsql: createdb: Correct parameter name in SGML docs Tomas Vondra
- pgsql: createdb: Correct parameter name in SGML docs Tomas Vondra
- Re: pgsql: createdb: Correct parameter name in SGML docs Tomas Vondra
- pgsql: Make postgres_fdw request remote time zone 'GMT' not 'UTC'. Tom Lane
- pgsql: Make postgres_fdw request remote time zone 'GMT' not 'UTC'. Tom Lane
- pgsql: Make postgres_fdw request remote time zone 'GMT' not 'UTC'. Tom Lane
- pgsql: Make postgres_fdw request remote time zone 'GMT' not 'UTC'. Tom Lane
- pgsql: Make postgres_fdw request remote time zone 'GMT' not 'UTC'. Tom Lane
- pgsql: Make postgres_fdw request remote time zone 'GMT' not 'UTC'. Tom Lane
- pgsql: createdb: compare strategy case-insensitive Tomas Vondra
- pgsql: createdb: compare strategy case-insensitive Tomas Vondra
- pgsql: createdb: compare strategy case-insensitive Tomas Vondra
- pgsql: Remove overzealous array element type assertion. Peter Geoghegan
- pgsql: Fix dumps of partitioned tables with table AMs Michael Paquier
- pgsql: Update src/common/unicode/.gitignore Peter Eisentraut
- pgsql: Update Unicode data to CLDR 45 Peter Eisentraut
- pgsql: Remove unneeded nbtree array preprocessing assert. Peter Geoghegan
- pgsql: Fix the handling of the failover option in subscription commands Amit Kapila
- Re: pgsql: Introduce "builtin" collation provider. Peter Eisentraut
- pgsql: Improve "out of range" error messages for GUCs. Tom Lane
- pgsql: Fix code for probing availability of AVX-512. Nathan Bossart
- pgsql: Remove some unnecessary fields from executor nodes. Tom Lane
- pgsql: Post review fixes for test_json_parser test module Andrew Dunstan
- pgsql: Try again to add test coverage for pg_combinebackup w/tablespace Robert Haas
- pgsql: Remove obsolete symbol from ecpg_config.h.in Peter Eisentraut
- pgsql: pg_walsummary: Document --version option Peter Eisentraut
- pgsql: doc: Fix order of options on pg_createsubscriber man page Peter Eisentraut
- pgsql: pg_dump: Put new options in consistent order in --help and man p Peter Eisentraut
- pgsql: Support disallowing SSL renegotiation when using LibreSSL Daniel Gustafsson
- pgsql: Support SSL_R_VERSION_TOO_LOW when using LibreSSL Daniel Gustafsson
- pgsql: Doc: Use past tense for things which happened in the past Daniel Gustafsson
- pgsql: pg_combinebackup: Put newer options in consistent order in --hel Peter Eisentraut
- pgsql: doc: Correct jsonpath string literal escapes description Peter Eisentraut
- pgsql: doc: Correct jsonpath string literal escapes description Peter Eisentraut
- pgsql: doc: Correct jsonpath string literal escapes description Peter Eisentraut
- pgsql: doc: Correct jsonpath string literal escapes description Peter Eisentraut
- pgsql: doc: Correct jsonpath string literal escapes description Peter Eisentraut
- pgsql: doc: Correct jsonpath string literal escapes description Peter Eisentraut
- pgsql: pg_combinebackup: Add --version to --help output Peter Eisentraut
- pgsql: doc: Fix up spacing around verbatim DocBook elements Peter Eisentraut
- pgsql: Doc: fix prompt in psql crosstabview example Daniel Gustafsson
- pgsql: Add pg_logging_init() calls missing in commit ba3e6e2bca Andrew Dunstan
- Re: pgsql: Refactor libpq state machine for negotiating encryption Peter Eisentraut
- pgsql: Doc: fix minor oversight in ALTER DEFAULT PRIVILEGES ref page. Tom Lane
- pgsql: Doc: fix minor oversight in ALTER DEFAULT PRIVILEGES ref page. Tom Lane
- pgsql: Doc: fix minor oversight in ALTER DEFAULT PRIVILEGES ref page. Tom Lane
- pgsql: Doc: fix minor oversight in ALTER DEFAULT PRIVILEGES ref page. Tom Lane
- pgsql: Doc: fix minor oversight in ALTER DEFAULT PRIVILEGES ref page. Tom Lane
- pgsql: Doc: fix minor oversight in ALTER DEFAULT PRIVILEGES ref page. Tom Lane
- pgsql: Improve comment of DeallocateStmt->isall Michael Paquier
- pgsql: Fix the missing table sync due to improper invalidation handling Amit Kapila
- pgsql: Fix the missing table sync due to improper invalidation handling Amit Kapila
- pgsql: Fix the missing table sync due to improper invalidation handling Amit Kapila
- pgsql: Remove unnecessary code from be_lo_put() Peter Eisentraut
- pgsql: Post-commit review fixes for slot synchronization. Amit Kapila
- pgsql: doc: Add link to table Peter Eisentraut
- pgsql: radixtree: Fix SIGSEGV at update of embeddable value to non-embe Masahiko Sawada
- pgsql: Avoid unnecessary "touch meson.build" in vpath builds Andres Freund
- pgsql: Avoid unnecessary "touch meson.build" in vpath builds Andres Freund
- Re: pgsql: Refactor libpq state machine for negotiating encryption Heikki Linnakangas
- pgsql: pg_combinebackup: Detect checksum mismatches and document limita Robert Haas
- pgsql: Fix make headerscheck John Naylor
- pgsql: Small cosmetic fixes in radix tree template John Naylor
- pgsql: Remove redundant JSON parser typedefs Andrew Dunstan
- pgsql: Fix duplicated consecutive words in comments David Rowley
- pgsql: Detect more overflows in timestamp[tz]_pl_interval. Tom Lane
- pgsql: Detect more overflows in timestamp[tz]_pl_interval. Tom Lane
- pgsql: Detect more overflows in timestamp[tz]_pl_interval. Tom Lane
- pgsql: Detect more overflows in timestamp[tz]_pl_interval. Tom Lane
- pgsql: Detect more overflows in timestamp[tz]_pl_interval. Tom Lane
- pgsql: Detect more overflows in timestamp[tz]_pl_interval. Tom Lane
- pgsql: Throw a more on-point error for functions depending on columns. Tom Lane
- pgsql: Throw a more on-point error for functions depending on columns. Tom Lane
- pgsql: Throw a more on-point error for functions depending on columns. Tom Lane
- pgsql: Throw a more on-point error for functions depending on columns. Tom Lane
- pgsql: Fix documentation and comments on what happens after GSS rejecti Heikki Linnakangas
- pgsql: Revert "Add GUC backtrace_on_internal_error" Peter Eisentraut
- pgsql: libpq: If ALPN is not used, make PQsslAttribute(conn, "alpn") == Heikki Linnakangas
- pgsql: Make two-phase tests of ECPG and main suite more concurrent-proo Michael Paquier
- pgsql: libpq: Enforce ALPN in direct SSL connections Heikki Linnakangas
- pgsql: libpq: Fix error messages when server rejects SSL or GSS Heikki Linnakangas
- pgsql: Reject SSL connection if ALPN is used but there's no common prot Heikki Linnakangas
- pgsql: Close race condition between datfrozen and relfrozen updates. Noah Misch
- pgsql: Close race condition between datfrozen and relfrozen updates. Noah Misch
- pgsql: Avoid repeating loads of frozen ID values. Noah Misch
- pgsql: Close race condition between datfrozen and relfrozen updates. Noah Misch
- pgsql: Close race condition between datfrozen and relfrozen updates. Noah Misch
- pgsql: Close race condition between datfrozen and relfrozen updates. Noah Misch
- pgsql: Close race condition between datfrozen and relfrozen updates. Noah Misch
- pgsql: Fix failure to track role dependencies of pg_init_privs entries. Tom Lane
- Re: pgsql: Reject SSL connection if ALPN is used but there's no common prot Tom Lane
- pgsql: Allow meson builds to run test_pg_dump test in installcheck mode Tom Lane
- Re: pgsql: Fix failure to track role dependencies of pg_init_privs entries. Alexander Korotkov
- Re: pgsql: Fix failure to track role dependencies of pg_init_privs entries. Tom Lane
- pgsql: Fix test case from b0c5b215d. Tom Lane
- Re: pgsql: Fix test case from b0c5b215d. David Rowley
- Re: pgsql: Fix test case from b0c5b215d. Tom Lane
- pgsql: Force COLLATE "C" to stabilize ordering in new test_pg_dump quer Tom Lane
- Re: pgsql: Fix test case from b0c5b215d. Tom Lane
- Re: pgsql: Fix test case from b0c5b215d. Tom Lane
- Re: pgsql: Fix test case from b0c5b215d. David Rowley
- pgsql: Force COLLATE "C" to stabilize ordering, redux. Tom Lane
- Re: pgsql: Fix test case from b0c5b215d. Tom Lane
- Re: pgsql: Reject SSL connection if ALPN is used but there's no common prot Heikki Linnakangas
- pgsql: Fix compilation on OpenSSL 1.0.2 and LibreSSL Heikki Linnakangas
- Re: pgsql: Reject SSL connection if ALPN is used but there's no common prot Tom Lane
- pgsql: Document the way partition MERGE/SPLIT operations create new par Alexander Korotkov
- pgsql: Make new partitions with parent's persistence during MERGE/SPLIT Alexander Korotkov
- pgsql: Fix error message in check_partition_bounds_for_split_range() Alexander Korotkov
- pgsql: Rename tables in tests of partition MERGE/SPLIT operations Alexander Korotkov
- pgsql: Change the way ATExecMergePartitions() handles the name collisio Alexander Korotkov
- pgsql: Inherit parent's AM for partition MERGE/SPLIT operations Alexander Korotkov
- pgsql: Add tab completion for partition MERGE/SPLIT operations Alexander Korotkov
- pgsql: Stabilize regression tests introduced by 259c96fa8f Alexander Korotkov
- pgsql: doc: Remove one example related to pg_input_error_info() Michael Paquier
- pgsql: Fix one more portability shortcoming in new test_pg_dump test. Tom Lane
- pgsql: Disallow converting a table to a view within an outer SQL comman Tom Lane
- pgsql: Disallow converting a table to a view within an outer SQL comman Tom Lane
- pgsql: Disallow converting a table to a view within an outer SQL comman Tom Lane
- pgsql: Disallow converting a table to a view within an outer SQL comman Tom Lane